InfoQ Homepage Web Development Content on InfoQ
-
Putting Node.js Serverless Apps into Production without the Pitfalls
Eoin Shanaghy covers the highs and lows of building Node.js apps with Serverless. He also shows how TypeScript-based Infrastructure as Code is the way forward!
-
Running Third-Party JavaScript
Kate Sills discusses how to minimize the risks of running third-party JavaScript. She goes over POLA, and how object capabilities can help grant specific, limited resources to third-party code.
-
Bangle.js - Creating a Smart Watch with JavaScript
Gordon Williams talks about how he took an off the shelf smart watch, reverse engineered it, installed a JS interpreter on 400 of them and got them into the hands of the attendees at NodeConf EU.
-
Hello Quantum Developers World - Yet Another Frontier for JavaScript
Miguel Ramalho talks about the principles of Quantum Computing, how it differs from Classical Computing, how and why it is evolving so fast. He also talks about the so-promised Quantum Developers.
-
Design Decisions for Perfect JavaScript Testing Framework
Michael Bodnarchuk discusses solving testing issues in JS: choosing proper abstraction level, choosing a running backend, dealing with asynchronicity, and choosing a test runner.
-
Creating High-Performance Web Apps with WebAssembly
Konstantin Möllers shows how WebAssembly works and how it can be used to develop a hybrid app with high-performance code written in Rust and UI code written in JavaScript.
-
Detox: Tackling the Flakiness of Mobile Automation
Viktorija Sujetaitė believes that the only way to tackle E2E testing flakiness head on is by moving from black box testing to gray box testing. That’s what Detox helps with.
-
We Also Can Do It! Machine Learning in Javascript!
Eliran Eliassy shows how to create a prediction model with a web application using TensorFlow.js and other deep learning tools that can run in the browser.
-
Panel: JavaScript - Is the Insanity Over?
Is JavaScript finally ready to make developers happy? Are the days of transpiling really numbered? People seem to be stuck with JavaScript, but the developer experience might just be getting better.
-
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.