Dulitha Rajapakshadulitharajapaksha.com·Jul 12, 2022Singleton Design PatternToday I am going to explain about the simplest design pattern in this series. This is called Singleton Design Pattern. Without further ado lets jump in, shall we? Before starting, I hope you have enjoyed the previous articles in the Design Pattern Se...5 likes·41 readsDesign Patterns 101Singleton Design Pattern
Dulitha Rajapakshadulitharajapaksha.com·Jun 28, 2022Do junior developers need to know everything?If you are an intern, congratulations on your new job. If you are a junior developer, keep pushing harder. Let's get into the topic. So, if you are a established developer or a senior developer, this article is not for you. But, if you are managing a...5 likes·48 readsWalk and Talksimple yet awesome
Dulitha Rajapakshadulitharajapaksha.com·Jun 21, 2022How inheritance can complex your code in OOP design (If you use it wrong)How was your life when you started programming? Was it good? Or was it bad? For me, it was both. Good because it felt like a nice vibe to be a programmer, and also kind of bad because I had no idea what I was doing. There is this, there is that and t...91 readsWalk and Talkinheritance