Published onNovember 23, 2023Next.js Secure Authentication using cookies and server actionsnextjsauthenticationweb-developmentreactprogrammingauthserver-actionA guide to implementing secure authentication in Next.js using cookies and server actions.
Published onNovember 22, 2023Handling Browser Back and Forward in Reactreactreact-routerreact-router-domhistorynavigationA guide to handling navigation info when a user interacts with a browser's back and forward buttons.
Published onNovember 20, 2023Infinite Carousel IOS SwiftUIswiftswiftuiiosios-app-developmentprogrammingHow to create infinite carousel in SwiftUI.
Published onNovember 20, 2023Log Spring WebClient Request and Responsespring-bootweb-clientloggingjavaprogrammingsoftware-developmentA guide to logging Spring WebClient Request and Response calls including body.
Published onNovember 20, 2023Retrieving the ID of a Newly Added Entity in Entity Framework Corec#codingentity-framework-coreprogrammingsoftware-developmentHow to retrieve the ID of a newly added entity using EF Core.