Free feature flag management for your next project
Feature flags are very useful in a project. Let’s say you want to enable or disable a feature on production without deploying the code again…
View More Free feature flag management for your next projectMachine learning for beginners, a Free curriculum from Microsoft
Microsoft is offering a free 12-week, 26-lesson curriculum all about Machine Learning. In this curriculum, you will learn about what is sometimes called classic machine learning, using…
View More Machine learning for beginners, a Free curriculum from MicrosoftHow to create a responsive photo grid using CSS
Google Images is an example of a responsive photo grid gallery which also opens images with a full preview on tap. Here’s how to create…
View More How to create a responsive photo grid using CSSHow to access Tailwind config from JS?
We might need to access tailwind configuration in javascript sometimes. Let’s say we want to use one of our primary colors in a place where…
View More How to access Tailwind config from JS?How to remove background from an image using Javascript?
Removing background from an Image is something we need quite often. We’ll be searching for background removal tools. Here’s how to remove background programmatically using…
View More How to remove background from an image using Javascript?How to create pancake stack layout easily using Grid in CSS
Commonly referred to as a sticky footer, this layout is often used for both websites and apps.
View More How to create pancake stack layout easily using Grid in CSSGenerate developer resume easily using this free resume builder!
A resume is crucial to showcase your skills in a quickly digestible format. But it can be time consuming and boring to create a resume.…
View More Generate developer resume easily using this free resume builder!How to copy text to the clipboard using Javascript?
Allowing a user to copy text by clicking a button is a common pattern in websites. Let’s see how to copy text to clipboard using…
View More How to copy text to the clipboard using Javascript?These 10 git commands are all you need as a developer
Git can be overwhelming to new developers and they get scared looking at all the git commands. What If I tell you that these 10…
View More These 10 git commands are all you need as a developerHow to animate list reordering with React easily
Reordering a list and animating them is a very good user experience. Users will understand that the items’ order has changed clearly if we animate…
View More How to animate list reordering with React easily