Codeminer42's Engineering Blog

Functional Programming

  • Three Functional Programming Concepts To Start Using Today And Make Your Code Better

    · 11 min read · by Edy Silva

    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

    · 6 min read · by Gabriel Quaresma

    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

    · 7 min read · by Guilherme Nunes

    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

    · 13 min read · by Sofia Rodrigues

    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

    · 15 min read · by Sofia Rodrigues

    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.…