exp.hashnode.dev101 React Tips & Tricks For Beginners To Experts ✨Main Article: https://dev.to/_ndeyefatoudiop/101-react-tips-tricks-for-beginners-to-experts-4m11 I have been working professionally with React for the past +5 years. In this article, I share the 101 best tips & tricks I learned over the years. Ready?...Oct 24, 2024·54 min read
exp.hashnode.devHow Web Works (Sourced from vasanthk)Real Article (Source): https://github.com/vasanthk/how-web-works Google's 'g' key is pressed When you just press "g", the browser receives the event and the entire auto-complete machinery kicks into high gear. Depending on your browser's algorithm an...Oct 18, 2024·29 min read
exp.hashnode.devUltimate Guide to Setup Next.js Project Structure, Husky, Prettier, Lint-staged, Tailwind, ShadcnIn this step-by-step guide, I'll walk you through everything you need to know to kickstart your Next.js project. From setting up the basics to implementing advanced tools like Tailwind CSS, Husky, Prettier, lint-staged, and Shadcn-ui library, this gu...Oct 1, 2024·7 min read
exp.hashnode.devJSON Web Token (JWT) Authentication with Django Rest Framework - #DRF06Welcome to another article in our Django Rest Framework series. In this article, we will be discussing how to use JSON Web Tokens (JWT) to authenticate users in Django Rest Framework. Introduction to JSON Web Tokens JSON Web Tokens (JWTs) are a compa...Oct 1, 2024·2 min read
exp.hashnode.devAuthentication and Permissions in Django Rest Framework - #DRF05Samantha had been working on her Django project for weeks. She had built a great API using Django Rest Framework and was proud of what she had accomplished. However, she was concerned about the security of her API. She knew that if she didn't secure ...Apr 1, 2023·3 min read