This article is part of a series comparing different ways to implement asynchronous requests on the client to augment the latter. So far, I described the process with Vue.js and Alpine.js. Both are similar from the developers’ point of view: …
-
A Short History of AJAX and SSR
My journey in programming began over two decades ago, a time when JavaScript was a far cry from its current state, and developers were primarily focused on Microsoft Internet Explorer.
-
Implementing the Idempotency-Key specification on Apache APISIX
A simple implementation of the Idempotency-Key header specification on Apache APISIX via a plugin.
-
Interview with a Java Champion: Reflections on a Storied Career and Insights for the Next Generation
Java Champion Ben Evans shares his journey, insights on Java’s evolution, and advice for developers in this insightful interview.
-
Dive into the OpenJDK: Top 10 Reads on Foojay.io
Foojay.io is a community platform dedicated to the needs of developers who use the OpenJDK and related technologies.
-
Cracking Code and Conventions: An Exclusive Interview with Nicolas Fränkel
Gain unique insights from Nicolas Fränkel, an adaptable software developer who shares thoughts on industry challenges, the future of coding, and the potential impact of AI.
-
Announcing “Java Unscripted: An Asynchronous Exploration of Excellence”
Join us for “Java Unscripted,” an enlightening interview series spotlighting the wisdom of seasoned Java experts.
-
On Cosmetics vs. Intrinsics in Programming
Instead of arguing about cosmetics, e.g., annotations vs. “functional”, we need to spend time on intrinsics more: actors, asynchronous, etc.
-
Three Mistakes Junior Software Developers Make Preventing Getting Hired On Amazing Projects
From experience, I have seen three big mistakes every junior software developer makes that could easily be solved.
-
Project Panama for Newbies (Part 1)
In this series of articles, we will explore the APIs from OpenJDK’s Project Panama.
My intent is to show you how to be proficient in using the Foreign Linker APIs (module ‘jdk.incubator.foreign’) as it relates to Java interoperability with native code.
While this article is for newbies, I assume you know the basics of the Java language, a little bash scripting, and a familiarity with C programming concepts. If you are new to C language don’t worry I will go over the concepts later.