The Road To JVM: The JVM Specification
In the last article, we discussed brainfuck and implemented a compiler + VM that can run brainfuck code. Continuing the journey to run brainfuck on …
Codeminer42’s Engineering Blog
In the last article, we discussed brainfuck and implemented a compiler + VM that can run brainfuck code. Continuing the journey to run brainfuck on …
While studying low-level programming and the fundamentals of computation, I stumbled upon Brainfuck, an esoteric programming language. It has only eight commands and is very …
RailsWorld 2025 is currently taking place in Amsterdam, and, as always, DHH, the creator of Rails, has made some exciting announcements. In this article, we’ll …
When defining what a program is, the most fundamental definition you can find is: A program is something that transforms inputs into outputs Programming is …
If I had to summarize a programmers’ job in a few words, I would say we are ‘problem solvers’. However, it’s not that simple. Some …
Last week, I attended RailsConf 2025, which was one of the highlights of my career. An occasion to meet people, learn, and celebrate the conference …
Continuing our series ‘Everything you need to ace PWA in Rails’, I’m going to show you how to reduce the service worker boilerplate in your …
As the Last RailsConf approaches, the nostalgic feeling gets stronger. It’s the end of an era, a celebration of the history of Ruby on Rails …
Rails was launched in 2004 and it was a game changer for web development. It was very disruptive at the time, as it didn’t require …
Node.js is reaching its 24th major version, and it comes with a host of new features and improvements. This release will be the Current release …