The Road To JVM: How To Create A Brainfuck Interpreter
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 …
Codeminer42’s Engineering Blog
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 …
There are a lot of articles out there talking about how great it is to use OTA updates in production, but in this article, I’d …
I’ve seen a lot of traction towards the development and adoption of React Server Components (RSCs) with new frameworks like React Router and Expo having …
On November 23rd, Codeminer42 organized its first Hackathon. The goal was quite simple: to encourage the experimentation of new technologies in problems that are a …
I spent some time trying to elaborate a good introduction for this post. I wanted to start with a great quote or something like that …
The 80-20 rule is empirically observed in many human phenomena and activities and it is no different in programming. By understanding a portion of the …
Ruby is a great programming language for productivity, but sometimes you need to develop something that is performant or has a low memory footprint. Rust …
In my last post I made a promise. We talked about IEEE 754 Standard and some other things. One thing we talked about was Two’s …
What you’re looking for You saw that joke telling that JavaScript doesn’t know math because of the expression below. 0.1 + 0.2 === 0.3 This …
In the previous post we talked about creating components and the various patterns that can be used in different ways to create a variety of …