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…