InfoQ Homepage Languages Content on InfoQ
-
Andrew Sorensen on Real Time Programming, Live Coding Music, Memory Management
Andrew Sorensen explains live music coding with Extempore, the challenges of real time programming, garbage collection, static analysis to determine real time code meets its deadlines, hotswapping code, and much more.
-
Jerome Louvel on Web APIs with Restlet and APISpark
Jerome Louvel talks about Web APIs, the Restlet framework and his latest venture APISpark
-
Todd Montgomery on the Reality of IoT, Protocols, Nuklei
Todd Montgomery talks about the Internet of Things: what it is and is not, looking at languages and protocols that will be useful, concurrency, manual memory management vs GC, and much more. Also: Kaazing's Nuklei project.
-
José Valim on the Elixir Language, Concurrency, Iteration
José Valim explains the ideas behind Elixir, a new programming language for the Erlang VM. Also: concurrency, handling iteration with Iteratees and other approaches, and much more.
-
David Nolen on Transit, ClojureScript, Transducers, React and Om
David Nolen explains the power of the Transit format (efficiently serializing values to JSON and MessagePack), Transducers, the power of Facebook's React when bundled with immutable data structures.
-
Marc Prud'hommeaux on the Swift Language
Marc Prud'hommeaux talks about his experience using Apple's Swift language, both to write new code and port an existing Objective-C code base. Also: immutable data structures, concurrency, and more.
-
Azat Mardan on NodeJS and Express
Azat Mardan, popular blogger and author on NodeJS, discusses some of the benefits of choosing NodeJS as a platform. He talks about why startups should consider NodeJS and Express as a platform over other popular options like PHP. He also talks about why more and more enterprises are choosing NodeJS as a platform and some of the benefits as well as the challenges that they may face.
-
Jessica Kerr on Java vs. Scala, Property Based Testing, and Diversity in IT
Jessica Kerr discusses the differences between coding in Java, Scala and Clojure, the charm of autogenerated test data, and diversity in the IT industry.
-
Interview with Erin Schnabel on the Liberty Profile
Erin Schnabel, developer lead of the WebSphere Liberty Profile, spoke to Alex Blewitt at QCon New York about the modular architecture behind the Liberty Profile, and what benefits this has brought both to end users and the developer team. She also highlighted how the the transition from monolithic to modular started with the configuration and broke down dependencies between services.
-
Dianne Marsh on Engineering Velocity at Netflix
Dianne Marsh explains Netflix' approach to managing development teams, how to avoid over-managing them, fostering responsibility and engineering velocity.
-
Nico Bevacqua on Writing Modular JavaScript
In this interview, Nicolas Bevacqua talks about how he initially got into programming professionally as a DotNet developer and how he eventually made the transition to focusing primarily on Node.js development. He discusses his passion for writing open source projects for the JavaScript developer community and some of the projects that he is most passionate about.
-
Ashley Puls on the How and Why of Java Bytecode Manipulation
Ashley Puls explains Java bytecode manipulation: reasons for manipulating bytecode, libraries that help, how NewRelic is using it, and more.