NextJS Authentication Flow — Store JWT In CookieAuthentication flow using JWT and cookies.February 24, 2024
10 Useful JavaScript One-Liners to Improve Your EfficiencyThis article compiles very useful one-liners that are commonly needed in development, which can help you improve your work efficiency.February 22, 2024
A Quick Introduction to Action Client Components in NextJS 14Call your actions through this component and get in return client components with data fetched from the server!February 16, 2024
useState vs useRef: Which React Hook to Use WhenExplore what these React hooks are, their functions, differences, and dive into specific use cases with easy-to-understand examples.January 30, 2024
Creating a Login Form with React: A Step-by-Step GuideHow login forms are made with React: A step by step tutorialJanuary 27, 2024
How to Build Interactive Forms Using HTML and CSSWell designed web forms attract more customers and increase lead conversions. In this article, we discuss how to create interactive forms using HTML and CSS.January 22, 2024
How to Use JavaScript Array Splice() Like a ProThe Best Way to Manipulate Array ValuesJanuary 15, 2024
How to Check if a String Contains a Substring in JavaScriptUnveiling JavaScript's Secrets to Substring Detection!January 15, 2024
A Primer on Unit Testing in UIUnit Testing in UI and an introduction to the mental model and philosophy behind it.January 13, 2024