shriyanshagarwal.hashnode.devHow JavaScript Makes Decisions: Understanding Control FlowEver stuck in a decision of whether to go out in the rainy season? It doesn't happen that you always reject the option of going out in the rainy season, or always make the decision of going out in the4h ago·8 min read
shriyanshagarwal.hashnode.devArray Methods Decoded: A Beginner’s RoadmapSo what is an Array? This is a question that every developer faces when they start learning data structures. Consider an Array to be a container that can hold any type of data and any amount of data. 1d ago·12 min read
shriyanshagarwal.hashnode.devBeginner's Guide to Handling Multiple Promises in JavaScriptYou must already know what promises are and how you can resolve a promise. In case you skipped that part lets recap. Consider a promise in JavaScript as a promise made by the code to the user that I w5d ago·5 min read
shriyanshagarwal.hashnode.devOnly Guide you need for Git: Basic Commands Guide for New UsersLet me ask you a simple question: What is the one common tool that every developer uses? It doesn't matter if you are a software engineer, a game developer, a mobile app developer, or a software tester. You must have guessed it. But if you have just ...Jan 30·7 min read
shriyanshagarwal.hashnode.devTCP Working: 3-Way Handshake & Reliable CommunicationTCP: The Assistant Imagine you have to send your friend a text message, i.e., ‘I will arrive at your home at 3 pm’. Now, we will see some problems if your text messenger is not responsible enough in delivering your messages. Word loss - ‘I will arri...Jan 30·4 min read