Blog

Interview Experience at Urban Company

Application story I applied through Linkedin, got a call from Tech Lead. We discuss about my previous internships and some stack I worked on, he explained me about the role and details about the team and tells me that they are hiring for their data platform team, in the end of the call he told me that HR will contact me for interview rounds. On 2nd day, I got a call from HR that she want to schedule my interview.

Read more →

May 14, 2024

Books I recommend for System Design

System design is an important part while working on a project, a good design will help you to build a robust, scalable and maintainable project. I started learining System Design when I was in 3rd year of my B.Tech Degree, and these are my pick to read. High Level Design 1. System Design Interview by Alex Yu (ByteByteGo) 1st Volume 2. System Design Interview by Alex Yu (ByteByteGo) 2nd Volume

Read more →

May 10, 2024

Interview Experience at rtCamp

I applied for Software Engineer (Trainee) at rtCamp through their company portal, this is a off-campus drive, (4 Jun) I got a mail from rtCamp team, that my resume is shortlisted for the role and want to move forward with me. My interview got scheduled on 5 Jun 11AM, inteview mode was virtual, First I have to wait in the Introduction meeting on zoom along with other candidates, I don’t really remember how many candidates were present with me at the time but the count was in double digit.

Read more →

May 6, 2024

Internship Experience at Adobe

Hey everyone, this is more of a casual blog about my internship experience at Adobe Systems, Nodia.

Read more →

October 9, 2023

Getting started with NodeJS Environment variable & Command Line Arguments

In one way or another your NodeJS process need some prior information before firing up the actual program. Most of these information are stored in some sort of constants, These constants are Environment variables and Command Line Arguments. There is a slight difference between these two constants: Difference between Env variable & CL Arguments In Environment variable the constant key value pair is provided by the system itself or by the user while invoking the program Example:

Read more →

April 5, 2023