Published onSeptember 21, 2023BETH: A Modern Stack for the Modern Webjavascriptprogrammingweb-developmentWith the recent introduction of some exciting new tools and frameworks, a new web stack has emerged.
Published onSeptember 20, 2023How to Perfect Slide-In and Slide-Out Page Transitions in Next.js with Framer Motionnextjsreactjavascriptframer-motionweb-developmentExplore how to use Framer Motion, a powerful animation library, to create perfect slide-in and slide-out page transitions in your Next.js project.
Published onSeptember 20, 2023React Hooks in Action: Implementing Auto-Save with Custom Hooksreactreact-hookjavascriptstate-managementweb-developmentfront-end-developmentprogramminglocal-storageA guide to using React hooks to create a custom solution for saving state at regular intervals.
Published onSeptember 19, 2023Creating Animated Tabs in Reactreactweb-developmentcssanimationhtmluijavascriptA guide to implementing animated tab switching in a React application.
Published onSeptember 19, 2023Understanding Fetch with async/awaitjavascriptprogrammingweb-developmentUsing fetch with async/await in JavaScript allows you to make asynchronous HTTP requests to external resources, such as APIs, in a clean and readable way.