Published inJavaScript in Plain English·PinnedTesting 101 in JavaScriptA beginner-friendly guide to writing tests in JavaScript “Have you ever encountered, a situation, where you have two functions, f1 and f2, and on running the script, you found f1 working as expected, but f2 is not working? So after few minutes of debugging, you finally fixed f2 and pushed…JavaScript6 min readJavaScript6 min read
Published inJavaScript in Plain English·Dec 3, 2021Endpoint Handlers 101👋 Hey, folks! Today, we will be discussing endpoint handlers! As the above diagram showcases, an endpoint handler is a kind of watcher and verifier of all the incoming requests to your server. It runs important security validations on every incoming request for any endpoint. If everything goes well, the…JavaScript2 min readJavaScript2 min read
Published inJavaScript in Plain English·Jul 5, 2021Understanding How Emails Actually Work Behind the Scenes — A Beginner-Friendly GuideHello there! Today, we are going to see how email spoof check works. Most of you have seen some emails head over to spam or some directly land in your inbox. But how does all this stuff work? So let’s decode it. I am assuming that you have a mail…Email3 min readEmail3 min read
Published inJavaScript in Plain English·Jul 4, 2021Integrating SAWO Labs Authentication + Create React AppHello there! I was working on building a simple authentication application using SAWO Labs. During the process, I found that there was a need to know more than what the official documentation provided. Here then is a brief walkthrough to help you integrate SAWO Labs authentication with a React application. …Authentication4 min readAuthentication4 min read
Published inJavaScript in Plain English·Jun 24, 20215 Steps to Find Your Awesome Team at any HackathonAbout me I am Abir, an Engineering Fellow at Major League Hacking, and have won two global hackathons at Major League Hacking Fellowship with the theme of Orientation and Data Ethics. Along with this, I was invited as a Judge at Major League Hacking Fellowship Projects. …Hackathons2 min readHackathons2 min read
Dec 2, 2020Learn the Right WayIf you are a student interested in software engineering. And want to showcase your project in the real world. 🌍 😊 This guide will help you to launch your project in production. 👨 💻Let me introduce you to GitHub Student Developer Pack which offers you premium software development tools and courses for free for a limited time ( 1 year or 6 months ). Let’s see how do I host my todo app. ✅ ☁ Deciding the cloud server to host app (Azure or Heroku) ✅ 📚 We need a database ( Availed MongoDB Premium ) ✅ 👨💻 I need a personal domain ( Avail from get[dot]tech ) ✅ 📫 I need to notify users ( Avail mailgun or customerly) Madhav, do add on to this !! 😊Productivity1 min readProductivity1 min read
Published inTechPhantoms·Aug 28, 2020How to get accepted into Microsoft Learn Student Ambassador Programme.👨🎓👨💻Edit: Find the video version of this article here https://youtu.be/K3sgUevQlfQ Hi there ! In this article, I would be helping you to get your applications accepted into the programme. Who Am I? I got rejected for two times. Later on third time, I received the acceptance mail for this programme. Before that, what is Microsoft Learn Student Ambassador Programme and Why one should apply for it. 👨🎓Msftstudentpartner6 min readMsftstudentpartner6 min read
Published inThe Unpretentious Web·Jul 30, 2020Deploy React App in GitHub PagesDeploy your create-react-app to GitHub pages. Step 0: 📢📢 I am assuming you have installed all these on your system. 1. GitHub Account 2. Git installed on your system. 3. Node J.S ( Latest Stable Version) Step 1: Let's Get Started 😏😏😏 $ create-react-app myapp Step 2: I have Git Powers 😎😎😎 $ cd myapp $ npm i gh-pages --save-dev Step 3: Little bit more work 😬😬😬 Now you need to open package.json file and add on the top of the file.React1 min readReact1 min read
Published inGirlScript Summer of Code·Jun 3, 2020Silently Elegant Journey with G.S.S.O.CHello World, I hope you are safe. Hereby I am going to share brief review of how GirlScript Summer of Code helped me to get started with software development in real world. I will try to keep it short and to the point. Things just started😅 Before G.S.S.O.C, I was more into learning…Gssoc3 min readGssoc3 min read
Jun 1, 2020Lets Make Windows Terminal COOL!😎Step 1😃 Install Windows Terminal from Microsoft Store, here Step 2😅 Lets go to Settings of Windows TerminalDesign3 min readDesign3 min read