InfoQ Homepage Web Development Content on InfoQ
-
JavaScript Futures: ES2017 and the Road ahead
Jeff Strauss discusses some of the new and proposed features of JavaScript, explaining the ES.Next maturity stages and the TC39 review process.
-
Using Webpack to Streamline Modern Web Application Packaging and Deployment
Kevin Grossnicklaus discusses how to get started with WebPack, how to configure Visual Studio for it and some of the best practices for utilizing it with Angular2 or React.
-
Electron Apps, from Start to Production
Paul Betts discusses Electron, a platform for writing cross-platform Desktop apps, explaining how to start writing apps, how to integrate web UI libraries and languages, and others.
-
Mixing in React
Rushaine McBean talks about how she integrated React into an existing app with its own semi structure, and the lessons learned, improvements made along the way and resulting front-end standards.
-
From Front-end to Full Stack with Elixir & Phoenix
Lauren Tan discusses how one can create web applications with Elixir and Phoenix.
-
Exploring UI Composition in Aurelia
Rob Eisenberg looks at Aurelia’s approach to UI composition through an exploration of its component model with configuration models based on JavaScript decorators and metadata.
-
React+Redux at Scale
Daniel Cousineau looks at how React and Redux scale, not just in terms of quantitative performance, but in terms of architecture and team participation.
-
Elm and Phoenix: Two FP Flavors That Taste Great Together
Josh Adams discusses the basics of creating apps in Elm with a Phoenix back-end, using real-world examples of how the two work together in Firestorm, an open-source forum engine.
-
Avoiding React Performance Pitfalls
Alex Grigoryan discusses the performance problems found and their solutions moving from Backbone/Java to React/Node.js at @WalmartLabs.
-
Servlet vs Reactive Stacks in Five Use Cases
Rossen Stoyanchev talks about five common use cases in web application development and explores the impact of building on Servlet and Reactive stacks. He uses RxJava, Reactor, Spring MVC and WebFlux.
-
Billions of Events Per Day with Elixir
Danni Friedland shares insights Node.js and JavaScript developers need to know before deciding to jump into the Elixir boat.
-
Parasitic Programming Languages
David Nolen examines the benefits and tradeoffs associated with creating a language based on an existing runtime, with a special focus on the Clojure and ClojureScript projects.