PinnedSaving SurveyMonkey Response in MongoDB Automatically When a Survey is Submitted Using a Go Server…This article will cover how to create a webhook so that whenever a survey (SurveyMonkey) created by you gets submitted by someone…Feb 8, 2023Feb 8, 2023
PinnedSystem Design 🔥 — Key Concepts and Terms [Interview Notes]This is a list of 20+ key terms and concepts in System Design, along with brief explanations for each.Dec 17, 20212Dec 17, 20212
PinnedLogarithmic Algorithm for Finding Median of Two Sorted Arrays | Coding InterviewThis is a hard question and a significant one. Due to the clever approach, I really enjoyed writing this article, simplifying it for you…Jan 6, 20221Jan 6, 20221
PinnedMaximum Circular Subarray Sum | Coding Interview | ArraysIn this article, I will explain the Maximum Circular Subarray Sum problem, which has been asked by Amazon and Microsoft.Sep 6, 2021Sep 6, 2021
PinnedPublished inInterviewNoodleA single number (Bit Manipulation) (Coding Interview)— Grasp the Patten! 🧐This problem has been asked by Google, Facebook, and Amazon.Jul 16, 2021Jul 16, 2021
How to Set up SFTP Server on UbuntuIn this article, we will learn how to use our Ubuntu system as an Sftp server; in my case, I will use my EC2 instance, which has Ubuntu…Apr 27Apr 27
How to Run a Python Script as a Cron Job | Docker + CronIn this article, we will see one of many ways to schedule a corn job (a Python script) using docker and cron.Feb 3Feb 3
Find Smallest Letter Greater Than Target | Binary Search | Coding InterviewFor the last few months, I have been writing articles on system design, and I thought, let’s take a little break and write an article on a…Jan 22, 2023Jan 22, 2023
Data Partitioning In System Design | SDE InterviewData partitioning is a technique used in system design to divide a large dataset into smaller, manageable chunks called partitions. The…Jan 22, 2023Jan 22, 2023
Atomicity of ACID Properties | System Design | SDE InterviewAtomicity is one of the four properties of the ACID (Atomicity, Consistency, Isolation, Durability) model, which is used to ensure the…Jan 22, 2023Jan 22, 2023