You might have read the news that OpenAI is buying Windsurf for a whopping 3B! In other news, Anysphere, the parent company of Cursor, is raising 900M at a valuation of 9B$! That’s a lot of money for code-generating applications. However, it seems reasonable when you realize Cursor is currently at 300M of revenue. ItContinueContinue reading “How Cursor Works Internally?”
Category Archives: Programming
Top Resources for getting a Software Engineer job at Big N Companies
This short post is written for recent graduates, current students and code newbies looking for a job as a Software Engineer in the Big N companies like Google, Facebook, Amazon, Netflix etc. I have personally tried most of the resources mentioned here (free and paid) during my job search. These have helped me to landContinueContinue reading “Top Resources for getting a Software Engineer job at Big N Companies”
A brief Introduction to Support Vector Machine
Support Vector Machine (SVM) is one of the most popular Machine Learning Classifier…
Want to ace technical interviews? Get started with Competitive Programming!
If you are preparing for Software Developer / Engineer jobs, you have to be prepared to go through rigorous technical interviews. All these interviews require good programming skills. Apart from impressive side projects and relevant experience, knowledge of Data Structures (DS) and Algorithm Design & Analysis (ADA) with good problem-solving skills are the most importantContinueContinue reading “Want to ace technical interviews? Get started with Competitive Programming!”
Developing an Audio Recorder app
Hey people! In this tutorial, we’ll develop a basic Audio capturing android application. This tutorial is the second part of the series in which we develop basic Android applications. You can find the previous article on Screen mirroring here: Screen mirroring android app Let’s start developing our recorder app. The most common way to doContinueContinue reading “Developing an Audio Recorder app”
Developing a Screen Mirroring Android App
Have you ever tried screen mirroring (or casting) your phone on a Smart Tv? You must have. There are tons of available applications for this task. If you haven’t heard of Screen mirroring, let me explain: Screen mirroring (sometimes called screen casting) allows you to mirror your mobile device’s content to your TV screen. It canContinueContinue reading “Developing a Screen Mirroring Android App”
Introduction to Data Science with Python
Hey! I’m a Software Engineer having some decent experience with C/C++ and Web technologies. The field of Data Science looks very promising and hence I tried to learn about it a little. Without having any prior experience with Python or R, I decided to dive into the field of Data Analytics just like that andContinueContinue reading “Introduction to Data Science with Python “