Codeminer42's Engineering Blog
Functional Programming

Three Functional Programming Concepts To Start Using Today And Make Your Code Better
When I first heard about Functional Programming, I thought it was about using functions only. If it was about using functions, I was fine with it; I used them. A…
Codeminer42 Dev Weekly #8
HELLO EVERYONE!!! It is April 26th, 2024 and you are reading Codeminer42’s tech news report. This week we have a lot of content, let’s check out what the tech world…
Beyond State
Immutability is a fundamental pillar within the functional programming paradigm. This allows us to write robust, simple, and reliable code. An immutable object, once created, maintains an unchanging state; no…
Exploring the Lean4 Language
As a tech enthusiast, I've always been interested in new concepts that new programming languages can provide us. My curiosity has often taken me into uncharted territories, which remain unexplored…
Lean4: Crafting in an Uncharted Territory
Armed with an unknown weapon called Lean4, I ventured into an arena known as 'Rinha de Backends', a challenge to determine (for fun) the fastest API for a simple specification.…