InfoQ Homepage Web Development Content on InfoQ
-
Making Npm Install Safe
Kate Sills discusses how to minimize the risks of running third-party JavaScript.
-
Functional and Visual Testing for Web Applications
Dmitriy Kovalenko shows how to write end-to-end tests for web applications using Cypress.io, controlling the network, using visual testing and setting up CI to perform E2E tests on each commit.
-
Fast and Beautiful: Modern Image Delivery Techniques
Doug Sillars examines strategies to send images to devices, taking a look at progressive images, placeholder images, lazy loading, with examples showing how to improve the usability of a site or app.
-
React’s Future - under the Hook
Adam Klein rebuilds an existing React app using some of the new features including hooks, and explores pitfalls and patterns.
-
Pick Your Region: Earth; Cloudflare Workers
Ashley Williams discusses what affects the performance of web applications and how Cloudflare helps with that.
-
Declarative APIs in an Imperative World
Tilde Thurium explains problems the Atom Editor team came across when they started using React as their UI framework, as well as the solutions they came up with.
-
High Resolution Performance Telemetry at Scale
Brian Martin explores the issues of resolution in performance monitoring, covers sources of performance telemetry, and talks about some tricks for getting high resolution telemetry without high costs.
-
Full Stack Angular: Live Coding and Discussion
Kyle Cordes demos the creation of an Angular+Node+Nest+GraphQL project.
-
ML in the Browser: Interactive Experiences with Tensorflow.js
Victor Dibia provides a friendly introduction to machine learning, covers concrete steps on how front-end developers can create their own ML models and deploy them as part of web applications.
-
Micro-front-ends: The Golden Circle
Bruno Vercelino da Hora discusses micro-front-ends, what they are and what they are good for.
-
Build Your Own WebAssembly Compiler
Colin Eberhardt looks at some of the internals of WebAssembly, explores how it works “under the hood”, and looks at how to create a (simple) compiler that targets this runtime.
-
Make Your Electron App Feel at Home Everywhere
Kilian Valkhof discusses the process of making an Electron app feel at home on all three platforms: Windows, MacOS and Linux, making devs aware of the pitfalls and how to avoid them.