André Borba

André Borba @borba

About: Software Engineer

Location:
Brazil
Joined:
Aug 6, 2024

André Borba
articles - 28 total

One more block, please! #01: The Genesis - Unpacking the First Block

Hey everyone! Welcome to the very first post in our new series, "One more block, please!". As you...

Learn More 0 0Jun 23

🚀🚀

F# 9: Nullable Reference Types and Advancing Null Safety ...

Learn More 0 0May 26

Clojure Is Awesome!!! [PART 21]

The Origins and Foundations of Clojure Welcome to Part 21 of the Clojure Is Awesome...

Learn More 1 0Apr 5

Clojure Is Awesome!!! [PART 20]

Deep Dive into Clojure's reduce Function What is reduce? In Clojure, reduce is...

Learn More 0 0Apr 4

Clojure Is Awesome!!! [PART 19]

We’ll dive into pattern matching using the core.match library in Clojure This powerful...

Learn More 0 0Apr 3

Clojure Is Awesome!!! [PART 18]

Clojure and Java Interoperability Hey everyone! Welcome back to Clojure Is Awesome! After...

Learn More 2 0Apr 2

Clojure Is Awesome!!! [PART 17]

Adapting the DTO Pattern to Functional Bliss Welcome back to Clojure Is Awesome! In Part...

Learn More 0 0Apr 1

Clojure Is Awesome!!! [PART 16]

Exploring Binary Trees with Functional Elegance Hey, folks—who’d have thought I’d be back...

Learn More 0 0Mar 31

Clojure Is Awesome!!! [PART 15]

Mastering Deques Welcome back to Clojure Is Awesome! In Part 15, we’re diving into the...

Learn More 4 0Mar 15

Clojure Is Awesome!!! [PART 14]

Exploring the Property Pattern: From C# to Clojure with a Functional...

Learn More 2 0Mar 3

Clojure Is Awesome!!! [PART 13]

Understanding Protocols and Records in Clojure: A Deep Dive Clojure is known for its...

Learn More 3 1Feb 22

Clojure Is Awesome!!! [PART 12]

(ns chain-of-responsibility (:require [clojure.pprint :as pp] [clojure.spec.alpha :as...

Learn More 0 0Feb 17

[Boost]

Supercharge Your React Projects with Custom Hooks Sergey...

Learn More 0 0Feb 17

Clojure Is Awesome!!! [PART 11]

Function Composition in Clojure: Building Powerful Data Transformations 1....

Learn More 6 0Feb 6

Clojure Is Awesome!!! [PART 10]

Atoms vs Refs in Clojure: State Management 1. Atoms Atoms are designed to...

Learn More 1 0Feb 5

Clojure Is Awesome!!! [PART 9]

(ns specs (:require [clojure.spec.alpha :as s])) (s/def ::user-id uuid?) (s/def ::email (s/and...

Learn More 1 0Feb 4

Clojure Is Awesome!!! [PART 8]

(ns decorator (:require [clojure.spec.alpha :as s])) (s/def ::id string?) (s/def ::items...

Learn More 0 0Feb 4

Mastering Step-by-Step Reasoning in Prompts

Chain of Thought (CoT) - Mastering Step-by-Step Reasoning in Prompts Technical...

Learn More 0 0Jan 30

Clojure Is Awesome!!! [PART 7]

(ns tree (:require [clojure.spec.alpha :as s])) (s/def ::value any?) (s/def ::children (s/coll-of...

Learn More 1 0Jan 28

Clojure Is Awesome!!! [PART 6]

(ns observer (:require [clojure.spec.alpha :as s])) (s/def ::topic keyword?) (s/def ::message...

Learn More 0 1Jan 22

Clojure Is Awesome!!! [PART 5]

(ns v2 (:require [clojure.spec.alpha :as s] [clojure.string :as str])) (s/def...

Learn More 6 0Jan 21

[PT-BR] Functional vs OOP: Uma análise profunda dos paradigmas de programação

Introdução No universo da programação, poucos debates são tão acalorados quanto a...

Learn More 0 0Jan 9

From Chaos to Control

In modern software development, scalability and resilience are not luxuries—they are essential...

Learn More 0 0Jan 3

Clojure Is Awesome!!! [PART 4]

(ns monostate) (def ^:private session-state (atom {:user-id nil :permissions #{} ...

Learn More 1 0Dec 23 '24

Clojure Is Awesome!!! [PART 3]

(ns builder) (defn create-report "Creates an initial structure for the report." [] {:title ...

Learn More 0 0Dec 17 '24

Clojure Is Awesome!!! [PART 2]

From the series 'I don't need to say anything... :) (ns singleton) (defprotocol LoggerService ...

Learn More 0 0Dec 15 '24

Clojure Is Awesome!!!

Clojure

Learn More 5 0Dec 14 '24

:)

10 Soft Skills que Aprendi Durante 3 Anos Criando Soluções para...

Learn More 0 0Dec 2 '24