InfoQ Homepage Development Content on InfoQ
-
Day 3: Security Auditing and Compliance
David Zendzian and Steve White discuss how to handle ongoing security requirements running on Cloud Foundry platforms.
-
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.
-
Getting Started with Azure Event Hubs
Chad Green shows how to create an event-processing pipeline in Azure.
-
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.
-
Panel: How to Make the Future Become Your Present
Sometimes, adopting new tech took more nurturing than expected to ensure it was successful. Not every decision was the right one, but each presented new learning opportunities.
-
Scalable, Cloud-Native Data Applications by Example
John Blum and Luke Shannon build a cloud-native application with Geode composed of multiple services that's scalable and fault tolerant.
-
Building Robust and Resilient Apps Using Spring Boot and Resilience4j
David Caron demos a Spring Boot app with patterns like bulkheads, rate limiters, circuit breakers, response caching, and timeout handling using the Resilience4j library.
-
Life After Java 8
Gil Tene looks at the realities of Life after 8. He discusses the rate of change, the current Java ecosystem, and the implications of LTS.
-
eBPF - Rethinking the Linux Kernel
Thomas Graf talks about how companies like Facebook and Google use BPF to patch 0-day exploits, how BPF is introducing a new type of application deployment method for the Linux kernel and more.
-
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.