Web Development
5 Ways To Detect Mobile Browsers in JavaScript
Responsive web design is not only about CSS
An Amazing Visual Studio Code Extension You Might Not Know About
Introducing Blackbox: The AI that gives you code solutions in response to the questions you enter.
How to Set Focus on an Input in React
Make the user experience better by automatically applying focus to inputs
Passing Arguments to Event Listeners in JavaScript
JavaScript essentials that you might not know about
How to Remove Duplicates From an Array of Objects in JavaScript
JavaScript: How to Add and Remove Event Listeners
What is the purpose of event listeners? Event Listeners ensure your page responds accordingly when a specific action occurs.
How to Create Your Own Layout Component in Vue.js
A guide on how to create basic layout components with Header, Footer, and content section.
React Router: How to Use the useParams() Hook
A guide (with examples) on how you can use the useParams() hook to improve your web applications.
Building A Beautiful Link Preview With Web Components
Recently, I improved the design of my Web Highlights app's dashboard by showing a link preview for each highlighted page. Here is what the new design looks like: In this article, I want to share how…