Posts tagged with 'programming'
-
Reinventing Objects
Continuing the exploration of the differences between OOP and functional mindsets
-
Of Oracles and Djinns
How can you keep your domain logic database-agnostic and still leverage the benefits of DBMS?
-
How to do the package structure in a Ports and Adapters architecture
Where do you put the pieces of code when you are implementing the Ports and Adapter architecture (or hexagonal architecture)
-
Rust Slice Types (and Strings), explained
Trying to clear some confusion concerning the different types of slices in Rust, which also includes the types String and str
-
My Keyboard-Driven Dev Setup
Recently, a colleague of mine watched over my shoulder while I was using some of my keyboard-oriented tools (most notably, Vim keybinding). Here are a few parts of my setup you might find interesting.
-
Micronaut Revisited
Last year, I published an article in the Java Magazine and on JAX about Micronaut. About time to revisit the framework over a year later.
-
Hello World
I start this blog with a few words on what I would like to do and how I first got into programming as a teenager.