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…
Tag
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…
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…
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…
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…
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…
Hi folks! I've been working on a personal project, a simple Express.js REST API. But after a while, I got stuck on a simple problem: What is the…