24 followers
Hey all! My name is Usman! I am 15 years old and learning web development and programming. I also have a YouTube channel on the subject of programming and mostly web development.
Subscribe to my newsletter and never miss my upcoming articles
👋 Welcome back developers! In this post, I have covered 11 most useful browser keyboard shortcuts which will stick to your fingers! And this will increase your productivity as well! So let's get startteddd! Note: These keyboard shortcuts work on al...
Welcome back developers! 👋 In this post, we'll see how you can recreate the hover card by Twitter using HTML and CSS, so let's get started. This hover card will appear when you hover over any profile. But in our case, we will just make the over card...
Welcome back developers 👋. Create React App or react-scripts is a great tool to scaffold out our React Apps. And one of the best parts of it was that we got a readymade serviceWorker.js file with it which would help us make the React app offline so ...
👋 Hi again! Welcome back to another blog post and this one will also be quite helpful! In this post, I have covered about how you can change the favicon according to system dark mode. An example is GitHub. When my system color is dark, the logo bec...
👋 Hey Developers! I really love the icons used and provided by Microsoft in their products. And I always wish to use them in my projects. But it is pretty hard to find a way to use them. This post will help you to use them in your project! It is pre...
👋 Welcome back developers. So, in this article we will see how we can create a simple Copy to Clipboard functionality in JavaScript. Note: This will only work if you want to copy text inside of an input or textarea. It can't be done with any other ...