2 October 2022 RetrospectiveFacts Learned about D-C-I patterns Exercised TDD Feelings it was the first time doing the TDD. I still think that i am not doing it correctly. Writing the blog is so much work. But it feels good when i write a good blog post. i think i like a chal...Oct 5, 2022·1 min read
Design Pattern: Builder PatternHi! In this article, we will understand what a builder pattern is and how you can apply the builder pattern in our code. Let's get started! Builder Pattern? The builder pattern is one of the creational design patterns. It allows you to create a diffe...Sep 22, 2022·3 min read
Java Dynamic ArraysHello! In this article, i will explore dynamic arrays as well as the java implementation of ArrayList in JDK 1.8. Array First thing first, we need to understand what an array is. An array is a fixed-size data structure that stores elements. The prob...Sep 21, 2022·2 min read