IWBDC | Legion of Legends

Legion of Legends (LoL) Hey! We’re a small team of passionate people with a common goal to build India’s best browser ever! All of us are IIT BHU graduates and are currently working in different fields of software development. What unites us, you ask? It’s our passion to survive on coffee and code for tens of sleepless nights! :P Shivansh Saini My journey in the tech industry began with the founding of my own startup, a food tech venture called Checkin, where I played a pivotal role in building end-to-end solutions....

September 22, 2023 · 4 min · 699 words · Lakshya Singh

Return of The Jedi

It was time to return back to campus after partially recovering from the tragic happenings of 09/26/2022. Detouring from Marudhar My dad came to drop me over for registration in December. We took the infamous Marudhar Express from Jaipur to Varanasi Junction in 2AC oblivious of what was about to unfold. The compartment was shaking too much for some reason I couldn’t even sleep and my neck started hurting badly. It was just so painful that Papa and I decided to just drop at Agra Cantt Railway Station only....

July 4, 2023 · 6 min · 1276 words · Lakshya Singh

Finding IIT

End of an Era I was a student at FIITJEE Jaipur since class 10th for 3 years. I devoted myself to one goal cracking JEE so that I could work on computers. I was fascinated by Excel, operating systems, browser scripts, video games and more. I was able to clear many competitive exams throughout the journey but let’s begin with the day of JEE Advanced. As usual, my father dropped me off at the exam centre Anand Engineering University with the necessary stationery and some chewing gums....

June 22, 2023 · 4 min · 840 words · Lakshya Singh

Vitess LFX Mentorship Fall 2021

I recently graduated from LFX Mentorship Program. In this blog post, I will be sharing my experience of contributing to Vitess, a database clustering system for horizontal scaling of MySQL. What is LFX Mentorship In the exact words of the Linux Foundation, The Linux Foundation Mentorship Program is designed to help developers — many of whom are first-time open source contributors — with the necessary skills and resources to learn, experiment, and contribute effectively to open source communities....

December 21, 2021 · 9 min · 1717 words · Lakshya Singh

Reopen IIT BHU

Why we need our Campus? Do you remember? Do you remember waking up early feeling that morning 🌅 breeze🍃 on your way to the examination centre where you probably gave the most crucial examination of your life? Making through those two years of constant efforts, strenuous days, full of ups and downs. All that for what a subscription to online classes? Do you think the admins are aware of what struggles we went through to make it into the prestigious institution📜 named IITs?...

September 7, 2021 · 3 min · 449 words · Lakshya Singh

Google Summer of Code 2021 Report

Abstract Chapel is a programming language designed for productive parallel computing at scale. It simplifies parallel programming through elegant parallel programming constructs. As Chapel can utilize a system to its fullest potential, it seems like one of the ideal solutions to handle millions of network requests. Currently, we can do network programming by using C Interoperability, but those constructs are not intuitive and good enough for users to easily do their tasks....

August 26, 2021 · 8 min · 1700 words · Lakshya Singh

OnCampus Microsoft Interview

Microsoft is like a dream company for many people me included :P. Why won’t it be its the company which develops typescript making web app development so much easier, VSCode favourite IDE of all developers 😌, Azure Cloud Services, Windows the first Operating System that most people use. The Process Included two parts the Coding Round and then Interviews, based on which students were selected. While Coding Round was eliminating Interviews were not, so everyone was able to give 2+ interviews....

August 10, 2021 · 6 min · 1142 words · Lakshya Singh

Journey Google Summer of Code

What is GSoC? Google Summer of Code is a global program focused on bringing more student developers into open source software development. Students work with an open-source organization on a 10-week programming project during their break from school. This post highlights my journey of getting selected into the program from the very beginning. I believe that there is no defined path for getting selected in such open-source fellowships. Everyone has a unique journey, and you can take a few things from other journeys to write yours :) because the essence of each one is similar....

July 5, 2021 · 11 min · 2321 words · Lakshya Singh

Dynamic Styles in VueJS

In this article, I aim to provide a not so new but also not so known way of adding dynamic features into your application, ensuring that you can achieve what you wish to simply without writing boilerplate code and meddling with string concatenation. When writing Dynamic UI Components that respond to user actions and events, we require methods to respond to these events by translating them into our DOM. Change in DOM is usually achieved by changing styles and classes based on certain reactive data that we have in our javascript....

June 23, 2021 · 5 min · 964 words · Lakshya Singh

Comprehensive Guide for Regular Expressions

What is Regex? Regular expressions ( or regexes, or regex patterns) are essentially a kind of formal grammar/syntax used to find the set of possible strings that you want to match. At first, REs can look pretty scary and daunting, but we can write highly efficient matching patterns in terms of length and speed after understanding even a few special characters. We can use REs to save the day in a variety of use cases :...

May 16, 2021 · 8 min · 1552 words · Lakshya Singh