Increase productivity using Git Aliases. 12/01/2021 You can use Git with graphical interfaces, but the only way to have full control and to know exactly what you are doing is to use the command line.
Add class to the most outer selector using Sass mixin 06/08/2020 Write and maintain clean and scalable styles by adding CSS class or id to the most outer selector using Sass mixin
Use Express.js, React and NoSql in Firebase to create contact form 08/07/2020 Learn how to use Express framework, NoSQL document database with Firebase cloud functions with serverless contact form.
Handle HTTP range requests with status code 206 Partial Content 27/05/2020 Stream audio and video content with Media Source Extensions API using the Content-Range response HTTP header.
Block pop-ups when loading external content 22/04/2020 Block pop-ups using HTML on embedded pages and enjoy streaming movies on your smart TV.
How to improve web browsing experience 25/02/2020 Everything that is too easy, too important or too good might be a scam. Following these steps will improve your web browsing experience.
Create a dark mode in React with CSS variables and localStorage 10/12/2019 Here we will learn how to implement a dark mode in React or Gatsby with no dependancies or plugins.
How to separate Drag and Swipe from Click and Touch events 12/11/2019 Gestures like swipe and drag events are a great way to introduce new functionalities into your app.