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.