Rainbow text with CSS
February 11, 2024Some designers can not get enough of colors and want the text not to be in solid color but rainbow colors. Traditionally developers achieve…
Some designers can not get enough of colors and want the text not to be in solid color but rainbow colors. Traditionally developers achieve…
What is Namespace in Kubernetes? In simple words, namespaces offer a means of segregating sets of resources within a unified cluster…
To the delight of Frontend developers around the globe, Microsoft finally decided to kill its dreaded browser Internet explorer. But it’s…
One of the features I absolutely love in Firefox is . This removes all the clutter and present the content in text format for better…
GitHub pages are the best way to host static blogs like . One of the most common ways to do this is, maintain your code in main/master…
Accordions are one of the most commonly used UI components for any website. For example FAQs section of the website, where only the question…
Problem It’s very common while building any project we use certain third party libraries, in the case of Javascript; , which recursively use…
If you work with the repositories hosted on Github , you have to deal with lot of Pull requests daily generally, and the process to checkout…
If you're not a developer but works in tech, you might be hearing about Docker a lot. Let's try to compare that with something similar to it that you might know about— Virtual Machines.
Using Selenium/Python automation, the settings of pdf download can be overriden, that already exist in browser(Firefox/Chrome).
Same Public Key can be reused for Windows & Linux
How to move forward and backward between commits in git
Dynamic features, efficient data exchange and much more is the result of decoupled Drupal 8 with JSON API
It's not easy to get away from Google Analytics even if it leaks user data, but how about limiting the data sent to google and still have decent analytics.
Modern JS frameworks tend not to reload the page but manipulate DOM and change URL path for internal navigation, for performance and smooth…
Reduce Node Docker Image Size by Ten Times.
This blog lists some useful console commands which can help to format and declutter console panel for more meaningful console messages.
While developing a data driven web-app, the frontend may need to fetch data from various APIs provided by backend which may not be ready at…
Get details of unused CSS/JS in the devtools.
Setting git config to not do git push origin
Solution to remove all images/containers of Docker at once.
Clojure is a general-purpose, dynamic, compiled, and predominantly functional programming language from the Lisp family tree.
Enough of lazyloading libraries, finally browser supports lazyloading natively.
A simple sleep function in Javscript to halt the execution of Javascript for small period
Solution to open files always in a new tab in Visual Studio Code
TypeError has bugged every Javascript developer enough. While expecting response from APIs, we need to add a number of && to make sure our code don't break
Javascript is single-threaded ie. all of the javascript code written is executed in a single thread. All the functions are executed…
Caching always has proven to be the winner when it comes to performance. Browser by default caches the resources on its end, but to get…
Recently after upgrading the python version to , I started getting this error every time I am running any python script. The reason behind…
What is IRC? [Internet Relay Chat] - IRC is a protocol that provides a way to communicate in real-time with people from all over the world…
Creating GitHub gists is always a problem if you want to share some changes in your code with someone else. First, you need to copy the…
Today many of you might be saying Javascript is not a very object-oriented programming language and that it lacks the ability of data hiding…
Ever Tried capturing cancel event on Browse file input type in HTML, tbh there is no direct way to do so