Couchbase SDE I Interview Experience (Role: Dev)Round 0: Resume based shortlisting The first shortlisting was done based on resumes (you can check out my resume at sarkarsoham.com). The people shortlisted for Dev had a CGPA of 8.5+ except a few(hardly 1-2) who had exceptional project sections and ...Aug 8, 2024·5 min read
Getting started with PYTHON!!! #2.3 - OperatorsHello People, In this blog we'll talk about : What are operators in python and how many types of operators are present in python ? Usage of operators in Python! So, everyone has used some kind of operator in Mathematics. Let, us take the additio...Oct 20, 2022·3 min read
What is Babel and how can you use it?Babel is a javascript compiler. It is able to take next generation javascript like: ES6/ES7/ES8 and compiles it to a version of javascript that every browser can understand. This includes converting JSX to plain old javascript code. Babel JS Compiler...Oct 8, 2022·1 min read
Introduction To Version Control SystemVCS(VERSION CONTROL SYSTEM) is used to They retrieve the past versions of our file or directory and let's us see who changed what files. In simple words it can Undo the changes done to a piece of code and roll back to the previous versions of code. ...Sep 11, 2022·4 min read
Getting started with PYTHON!!! #2.2 - Escape SequenceHello People, In this blog we'll talk about What escape sequence actually is, types of escape sequence & how to use them. Before we start with our lesson, let us recall Blog 2.1 . We leant about variables(x) which is a symbolic name used to sto...Apr 2, 2022·3 min read
Getting started with PYTHON!!! #3- DATA STRUCTURES : ListsHello People, in my previous blog I talked about Identifiers,Keywords and Literals . In this blog we'll learn about the data-type known as Lists. When we talk about lists, the first thing that comes to our mind is that it refers to a collection of da...Feb 2, 2022·2 min read
Getting started with PYTHON!!! #2.1 - Identifiers , Keywords & LiteralsHello People, in my previous blog I talked about python programming language a bit , let's dive deeper into the PYTHON WORLD . So, before talking about identifiers , let's talk about something which we learnt in our primary classes , i.e. , variables...Feb 1, 2022·3 min read