The Preparation TrapHow planning to begin quietly becomes a way to never beginMay 31, 2026·3 min read
Natural Language ProcessingNatural Language Processing (NLP) is a field of artificial intelligence that focuses on enabling computers to understand and process human language. NLP techniques are used in a wide range of applications, including language translation, text summari...Dec 9, 2022·2 min read
Block Chain For Web DevelopersThe word Blockchain is pretty popular among developers, and many are curious to know more about it. Most articles on the internet are scaring people with a lot of technical jargon. In this article, I aim to simplify it for existing web developers. Le...Nov 30, 2022·2 min read
Step By Step Explanation To Pytorch For Deep LearningPytorch is a young Deep learning framework that has achieved tremendous popularity in both research and industry. In this blog post, I will explain how to train a simple feed-forward neural network in PyTorch, It would cover most of the important con...Jan 28, 2022·8 min read
Introduction To DockerIntroduction Before understanding what is docker let's try to find the answer to the question "why Docker". Any software developed is for solving a particular problem statement. Let's consider a situation in which you developed an application and sen...Jan 27, 2022·4 min read
Different Ways To Make Network Requests in JavascriptIn this article, I will be discussing the different methods to make a network request starting from the old XMLHttp browser API to the modern libraries like Axios. Before getting into these let us understand what exactly is meant by a network request...Aug 24, 2021·4 min read
Writing Your Node.js Apps Using ES6INTRODUCTION ECMAScript 2015 or ES6 was the second major revision to JavaScript. Many of you probably might be using it with popular front-end libraries such as react. Even though ES6 syntax is much better and as developers we loved to use it quite o...Aug 8, 2021·3 min read