- Why is REST more popular than RPC? (24 Aug 2021 | Tags: programming system-thinking architecture )
- Want to Safe more money and Resources for your Company? Treat Your Software as a Living Organism (22 Aug 2021 | Tags: ideas programming tech team-work software-development )
- Functional Programming has made My Job Easier as a Software Engineer. Here's Why. (05 Aug 2021 | Tags: functional-programming scala software-development programming )
- As a Software Engineer, This is Why you should Learn To Love Legacy Code (05 Aug 2021 | Tags: career software-development programming life-lesson )
- 5 JSON Denial Attack that Every Hacker Take Advantage Of (09 Mar 2021 | Tags: programming )
- 5 Programming Language That Produce Code Least Prone to Bugs (02 Mar 2021 | Tags: programming software-development )
- Why You Should Always Design Your API Declaratively instead of Imperative (28 Feb 2021 | Tags: distributed-system programming )
- This is the Main Difference of Writing Applications in Functional Programming vs. Object-Oriented Programming (22 Feb 2021 | Tags: functional-programming programming )
- 3 Questions That I Ask during Interview to Spot an Engineering-Driven Company (14 Feb 2021 | Tags: jobs career programming software-development )
- Creating Circuit Breaker with 100 lines of Code (10 Feb 2021 | Tags: scala functional-programming programming )
- 4 Clean Code Principles for Functional Programming (10 Feb 2021 | Tags: programming scala functional-programming )
- Stop Using Pattern Matching To Compose Your Program, Use These Functional Operations Instead (02 Feb 2021 | Tags: scala programming )
- Everything You want to know about Graph Coloring is Here (18 Jan 2021 | Tags: algorithm programming software-development graph-theory )
- Common Pattern of Creating Stack-Safe Recursion (17 Jan 2021 | Tags: functional-programming programming scala optimization )
- To build a Robust System - You need to Design your System Pessimistically (13 Jan 2021 | Tags: architecture programming system-thinking tech )
- Data Structure for Spatial Indexing (11 Jan 2021 | Tags: algorithm programming tech java )
- How Do you Generate an Incremental Global Unique in a Distributed System (07 Jan 2021 | Tags: distributed-system programming architecture system-thinking )
- Must Know Patterns for Constructing Stateful Programs without Any Mutation (21 Dec 2020 | Tags: scala functional-programming monad programming )
- How to determine ordering in microservices? (21 Dec 2020 | Tags: cloud programming tech distributed-system architecture )
- Create a Throttling System for Any Application with no more than 100 lines of Code (11 Oct 2020 | Tags: fs2 functional-programming stream-processing scala programming )
- How to Write Data to a File with FS2 (11 Oct 2020 | Tags: fs2 functional-programming programming stream-processing scala )
- Explain Free Monad Like I am Five (Part 2) (20 Sep 2020 | Tags: functional-programming scala programming monad )
- Explain Free Monad Like I am Five (Part 1) (06 Sep 2020 | Tags: functional-programming scala programming monad )
- How to create a random number generator function without Side Effects (16 Aug 2020 | Tags: scala functional-programming monad programming )
- WTF is Corecursion? (02 Aug 2020 | Tags: functional-programming algorithm programming scala )
- How to Write a Simple Data Processing Application With Akka Actors (30 May 2020 | Tags: akka scala programming functional-programming reactive ETL )
- 3 Useful Things About Either That You Want To Know (19 Mar 2020 | Tags: monad programming functional-programming scala )
- How to Construct an Immutable Queue (11 Mar 2020 | Tags: scala functional-programming programming optimization monad )
- How To Randomly Split Up An Elements From A Stream Of Data In Percentage (10 Mar 2020 | Tags: scala algorithm software-development programming tech )
- Demystify Builder Pattern in Scala (09 Mar 2020 | Tags: scala software-development programming )
- Cracking the Combination Recursive Riddle (14 Feb 2020 | Tags: functional-programming programming scala algorithm jobs )
- What is really so special about JavaScript Closure? (13 Feb 2020 | Tags: tech JavaScript closure functional-programming programming )
- Pure Function vs Referential Transparency (30 Jan 2020 | Tags: functional-programming tech programming scala )
- How to Create a Logging Operation in a Multi-Threaded Environment (27 Jan 2020 | Tags: scala cats programming functional-programming software-development tech )
- What is the Difference Between Function Literal and Values in Scala (14 Jan 2020 | Tags: programming tech software-development scala )
- Demystified Scala Eager Lazy Memoized - How Cats Eval Can Safe Your Recursive Stack For Overflowing (12 Jan 2020 | Tags: tech scala programming functional-programming )