3 followers
Learner, Software Developer, Freelancer
Introduction Hi, I am Saud Chougle, Software Developer from India. In this blog, I am thrilled to share my personal story of how I secured my very...
Story After my first successful client. I was searching for my next client. I approach local businesses. However, as I come from a small town, it is...
I was working on the vue2 app and wanted to set up a unit test. Since vue3 is now available, and their testing libraries have also been updated to...
☝️This is a graph. How? A graph is a collection of nodes and edges in a way that nodes are connected by edges. How does the computer understand what...
What is this 👇? var favoriteNumber int = 7 a variable of the name "favoriteNumber" of a type integer that stores 7. similarly var favoriteColor...
What is a Graph data structure? A Graph is a collection of nodes and edges in a way that nodes are connected by an edge. Graph...