Business Management System

Hey everyone 👋 I am open sourcing my freelancing project by which i was able to earn $5000+ in just 2 months of work , and that too when i just started working for a full time web dev job for Rs…

Write Python Code Directly In HTML Using PyScript

Do you want to write python code directly in HTML? Well, you can do that with PyScript . How you ask? Just add these two lines inside the tag of your HTML file like this: and you are good…

Step By Step Guide To Create A Twitter Bot Using Nodejs Hosted On DigitalOcean For Free

Recently, I posted the tweet shown below. The special thing about this tweet is that when the like or retweet counter gets updated my profile name will also get updated to show the current likes and…

React Hooks Explained: useEffect( ) (By Building An API Driven App)

In the previous article, I talked about the useState react hook. In this article, We will talk about the useEffect hook. which gives us the combined ability of these three famous React class…

How To Create A Floating Action Button Using Material UI In React

Recently, I added the FAB Button present at the bottom left position, providing links to my social accounts and i am very happy with the final result. I used Material UI for this and damn it is so…

The Console Object In Javascript

Javascript provides a global object called console which gives us the ability to access the browser's debugging console. If you have ever worked with javascript you must have used it with its log…

Connect To GitHub Using SSH

Github provides two network protocols, HTTPS & SSH to clone, pull and push changes to your repositories from your machine. Both have their own pros and cons. Personally i use SSH for all of my Git…

React Hooks Explained: useState( )

Nowadays, managing state is the most crucial part in any application's architecture. Most applications behaviour depends on the values of states defined in them, So understanding how to manage it…

Replace Graphiql With Graphql Playground Using These Simple Steps

Graphiql is the default IDE for working with Graphql API in Gatsby. But Gatsby also support, newer and more featured IDE known as Graphql Playground. Graphql Playground provides us with additional…

Migrate From Remark To MDX In Gatsby Using These Simple Steps

MDX VS Remark Mdx and remark are both markdown compilers i.e. they convert markdown to HTML. So, that it can be rendered on the browser. We can also write HTML in our .md file, as the final result…

Subscribe To Get Instant Updates On Release Of New Blogs And Courses

We Respect Your Privacy. Your Email Will Never Be Shared.