Published onOctober 9, 2023Next.js 13 + Framer Motion Page TransitionsnextjsframeruxHow to add a simple slide-in animation to all our pages using Next.js framework and Framer Motion.
Published onOctober 5, 2023Building a Java Chatbot: A Step-by-Step Guide with Code ExamplesjavachatbotscodingprogrammingtechnologyA step-by-step guide to building a chatbot using Java.
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.