CodeTips#4: Debugging Ruby applications
Last Updated on September 4, 2024 When our code is behaving unexpectedly, our first attempt is usually trying to understand why it happened, but just …
4 min read
Dependency Injection in JS/TS – Part 1
Last Updated on May 29, 2023 Photo by Vadim Sherbakov on Unplash Table of Contents Intro Fundamentals Terminology Build vs Use Varying Implementations Mock Implementations …
4 min read
Mastering Git workflow – Part 1/2
git-stash for when you get interrupted
Last Updated on May 26, 2023 Hi guys. In today’s post, will talk about git. At this point, you probably already know that all the …
4 min read
Adding a new technology or concept in your team (the correct way)
Last Updated on April 11, 2024 Sometimes when we are developing some chunks of code, we start to question why I am doing it this …
4 min read
Serialization and Deserialization in Java using Jackson
A practical guide on how to serialize and deserialize objects to JSON in Java using Jackson.
Last Updated on May 29, 2023 Before we start working with serialization and deserialization in Java we need to understand what these terms actually mean. …
4 min read
Redux Basics
For some time, Redux is a thing that has bugged me because I know it, but I felt it was not sufficient. Because of this, …
4 min read





