RSSAmplifier

Blog

Ife Sunmola

Recent content on Ife Sunmola

ifesunmola.comRSS feed ↗5 posts

Latest posts

MarketPlace: A demo application

Sometimes, you just have to create a programming language

A Basic Introduction to the Classfile API

Using the class file API to generate JVM bytecode that creates a new object, and branches based on a random number

How to use the Foreign Function API in Java 22 to Call C Libraries

This article explains how to call C libraries like fopen, fgets, and fclose from Java.

Sum types in Java

This article goes over what sum types are, how to create them in Java, and what kinds of problems they solve.