![[Week 6, 7 & 8] Long holidays, it's sprinting time now!](https://cdn.hashnode.com/res/hashnode/image/unsplash/KajW8s7AbD4/upload/v1644758117833/Wmj6tiLiL.jpeg)
[Week 6, 7 & 8] Long holidays, it's sprinting time now!
2022/01/24 - 2022/02/13
Search for a command to run...
![[Week 6, 7 & 8] Long holidays, it's sprinting time now!](https://cdn.hashnode.com/res/hashnode/image/unsplash/KajW8s7AbD4/upload/v1644758117833/Wmj6tiLiL.jpeg)
2022/01/24 - 2022/02/13
![[Week 4 & 5] Infrastructure, tools and authentication](https://cdn.hashnode.com/res/hashnode/image/unsplash/vrbZVyX2k4I/upload/v1642913926744/Z7X5OO4em.jpeg)
2022/01/10 - 2022/01/23
![[Week 3] Hosting and type checking in Ruby](https://cdn.hashnode.com/res/hashnode/image/unsplash/kME9jbKd--s/upload/v1641820367450/z7q5un_GO.jpeg)
2022/01/03 - 2022/01/09
![[Week 2] rails new budgetyourtime](https://cdn.hashnode.com/res/hashnode/image/unsplash/1SsUquHPNT8/upload/v1641134194675/7IGSQNsPtH.jpeg)
2021/12/24 - 2021/12/31
![[Week 1] Setting up the foundation](https://cdn.hashnode.com/res/hashnode/image/unsplash/jLwVAUtLOAQ/upload/v1640327581712/2KNKcLtNJ.jpeg)
2021/12/17 - 2021/12/24

Backstory It was a beautiful Saturday morning when I received my newly purchased 24" 4K monitor (Dell P2415Q). I was super excited for this upgrade from my old 22" 1080p monitor, and immediately got it setup after my breakfast. When it lights up, I k...
Practical Object-Oriented Design in Ruby is a book by Sandi Metz Introduction The goal of this chapter is to learn how to manage dependencies so that each class has the fewest possible. A class should know just enough to do its job and not one thing ...
Practical Object-Oriented Design in Ruby is a book by Sandi Metz Chapter Summary The goal of this chapter is to talk about ways to model your application using classes, such that it does what it is supposed to do right now and is also easy to change....
Practical Object-Oriented Design in Ruby is a book by Sandi Metz Introduction Before we move on to chapter one, I will like to share the reasons why I have decided to start this series. I plan to do the same for all the other programming-related book...