aviralasthana7.hashnode.devMy Interview Experience with Pine LabsRecently, Pine Labs visited my college for a Software Engineering Intern opportunity. I’d like to share my journey through their recruitment process to help others preparing for similar interviews. 📍 The Shortlisting Process The initial shortlisting...May 3, 2025·2 min read
aviralasthana7.hashnode.devExploring Git : How it works under the hood ?Concept of Git Git is build on the concept of snapshots. It means that git stores the snapshot of the file at the moment rather than storing the differences. Each time you commit a change a snapshot of the file is captured at the moment and stored by...Aug 18, 2024·3 min read
aviralasthana7.hashnode.devGitHub Explained: How to Use the Popular Code PlatformWhat is GitHub ? GitHub is like an online storage box for your code. Imagine you are writing a book and instead of keeping it in your computer, you store it on a special online place where you and your friends can read it and work on it together sitt...Jul 28, 2024·2 min read
aviralasthana7.hashnode.devWhat is Next.js and why to use it?What is Next.js ? Next.js is a popular open-source JavaScript framework that is used for building modern web applications. It is based on React, a JavaScript library for building user interfaces, and it extends React's capabilities by providing addit...Mar 29, 2024·3 min read