Browsing Tag
frontend
183 posts
Demystifying useLocation in ReactJS: A Beginner’s Guide to Navigation
Navigation is a fundamental aspect of web development, especially in ReactJS applications. As a beginner, understanding how to…
Website Sitemaps 101: your website’s guide to success
When it comes to building and optimizing a website, there’s a crucial but often overlooked tool that plays…
Higher Order Components: Cleaning Up Repetitive React Code
Introduction to the problem: Repetitive React components While working on building a secure message center, I ran into…
Frontend Development Roadmap
Hello people, Since last year, I made this frontend development roadmap template and so far it has been…
Crossed 200$ in revenue with my first side project
1300 signups and 200$ in revenue on linkcollect.io 🥳 What is linkcollect.io and how it helps content writers,…
Using Content Security Policy headers with React & emotion
Content Security Policy (CSP) headers add another layer of security by disallowing unsafe actions, such as establishing connections…
Debouncing and Throttling: Choosing the Right Strategy for Your Web Projects.
Introduction In the world of web development and user interface design, ensuring smooth and efficient interactions is paramount.…
🚀 Mastering the 10 Pillars of Front-End
Dive into concise explanations, relatable examples, and handy code snippets for every essential concept a senior developer must…
Tech Events are NOT as cool as you think (from an organizer perspective)
Hello everyone! My name is Keit, aka @k8dev, I’m Brazilian and, besides being a programmer, I’ve been organizing…
VueJS Part 2: Hello Vue and displaying values in HTML
Recently, I started learning VueJS, and this article is part of the series of my notes while learning…