the-maximilian.bsky.social
@the-maximilian.bsky.social
Can't help but feel drawn to dynamically typed languages. Here are some thoughts on them!

Thoughts on dynamic typing (part 1)

blog.maxnazarati.com/thoughts-on-...
Thoughts on dynamic typing (part 1)
As a professional programmer, I've been raised on a JVM diet of Java and, more recently, Kotlin. So, statically typed languages. Such languages have great characteristics, code navigation with an IDE ...
blog.maxnazarati.com
April 28, 2025 at 7:08 PM
Wrote down my thoughts programming paradigms!

The paradigm you think you are using, and the stuff you are actually doing can be 2 different things, have a read!
blog.maxnazarati.com/how-to-use-p...
How to use programming paradigms
I think the biggest pitfall with programming paradigms is not picking the "wrong" one – they all have their place – but using a paradigm in a wrong way. It's a problem I've had myself and that I've se...
blog.maxnazarati.com
April 24, 2025 at 6:11 PM
Wrote a blogpost about testing RESTful application.

TLDR: Integrations tests are great, use them MORE!

maxnazarati.ghost.io/validating-b...
Validating business logic in a RESTful API
When trying to perform an action – especially one that changes the state of the system – in an API the request often needs to be validated. The question is, what validation should happen where? The D...
maxnazarati.ghost.io
April 22, 2025 at 7:47 PM