Articles DevOps Infrastructure as Code | Terraform Gayan Sampath October 8, 2023 In the world of modern cloud computing and infrastructure management, the need for automation, scalability,…
Articles Software Engineering Distributed Caching Gayan Sampath October 1, 2023 In the world of modern software development, speed and scalability are critical factors for delivering…
Articles Software Engineering Singleton Design Pattern | Java Gayan Sampath September 24, 2023 In software design, design patterns are tried-and-tested solutions to common problems. One such pattern is…
Articles Java equal() vs “==” | Java Gayan Sampath September 17, 2023 When working with Java, one of the fundamental aspects of programming is comparing values. Java…
Articles Security A Crucial Component of Web Security | .well-known.json Gayan Sampath September 10, 2023 In the digital age, security and privacy have become paramount concerns for both individuals and…
Articles Software Engineering Best Practices in Unit Testing Gayan Sampath September 3, 2023 Unit testing is a fundamental practice in software development that involves testing individual components or…
Articles Software Engineering Understanding Inheritance | Java Gayan Sampath August 27, 2023 Inheritance is one of the core concepts of object-oriented programming (OOP), and Java is a…
Articles Software Engineering Understanding Polymorphism | Java Gayan Sampath August 20, 2023 Polymorphism is a fundamental concept in the world of object-oriented programming (OOP) and plays a…
Articles Software Engineering Understanding Abstraction | Java Gayan Sampath August 13, 2023 Abstraction is a crucial concept in the world of software development and plays a pivotal…
Articles Software Engineering Understanding Encapsulation | Java Gayan Sampath August 6, 2023 Encapsulation is one of the fundamental concepts in object-oriented programming (OOP), and it plays a…