This is the Main Difference of Writing Applications in Functional Programming vs. Object-Oriented Programming

It is not immutability or inheritance, but more on the structure of the application if you use functional programming vs object-oriented

Is Recursion Really Slower than Iteration?

You can use both ways of writing code, but is one faster than the other?

Can Exactly Once Processing Queue in Real Systems even Exist?

It depends on how you architect your system

3 Things You can Do to Minimize Fault Cause by Human Errors

Better UI Design, Separate Faults, Quick Recovery

5 Functional Programming Side Projects To Deepen Your Functional Programming Skills

Practice Makes Perfect

3 Questions That I Ask during Interview to Spot an Engineering-Driven Company

The right questions to test engiener autonomy, advocate automation, and data driven decisions in the company

Creating Circuit Breaker with 100 lines of Code

I Don't Understand Circuit Breaker. Therefore, I learn to create one ... with 100 Lines of Code

4 Clean Code Principles for Functional Programming

Your future self will thank you later for readable code

Database vs Stream Processing - What it means for the Future of Data Management

As Marc Anderson said, "Software is eating the world."

Stop Using Pattern Matching To Compose Your Program, Use These Functional Operations Instead

Uses these 4 functional operation to help you construct declarative programs