Published onOctober 3, 2023The SOLID Principles with Practical Examples in Swiftswiftsolid-principlesiosdesign-principlesarchitectureIn software engineering, SOLID is an acronym for five design principles that aim to make object-oriented designs more modular, maintainable, readable, flexible, scalable and reusable.
Published onOctober 3, 2023Understand JavaScript Composition Once and for AllFunctional-ProgrammingJavaScriptCompositionProgrammingWeb-DevelopmentWhen we embark on the coding journey with JavaScript, we encounter numerous concepts, and Function Composition is one such fascinating concept.
Published onOctober 2, 2023Connecting Multiple Databases in Spring Bootspring-bootjavadatabaseHow to connect multiple databases in a Spring Boot application.
Published onSeptember 30, 2023Adding PWA to Next.js with App Directory — Simple Guideangular2angularweb-developmentangular-ssrstandalone-componentExplore the differences between NgModules and standalone components. Learn when to use each and how they complement one another.
Published onSeptember 30, 2023Creating a Fullstack Web Application with Spring Boot and Next.jsnextjsspring-bootprogrammingcodingweb-developmentjavascriptHow to seamlessly serve static assets from a Next.js application within a Spring Boot environment.