-
Continue reading →: From “It Works” to “It’s SOLID”
The author reflects on their coding journey, realizing that functioning code is not synonymous with quality. They introduce the SOLID principles, which promote better design in software development, advocating for single responsibilities, open extension, predictable substitution, and interface segregation. SOLID fosters a mindset shift towards robust, maintainable code.
-
Continue reading →: From Servlet to Spring Boot
The author reflects on their journey from learning Java Servlets to Spring Boot, emphasizing the benefits of speed, structure, and built-in features in Spring Boot while advocating for a foundational understanding of Servlets for aspiring developers.
