AnkitHow to master competitive programming?The art of making machines work as per your instructions is simply called programming. The advanced form of programming which deals with…Mar 13, 2023Mar 13, 2023
AnkitinInt Main BlogMeta Coding Interview QuestionsThese questions are inspired by real programming interviews, with in-depth solutions that clearly take you through each core concept.Feb 18, 2023Feb 18, 2023
AnkitFrom and Into Traits in Rust Programming LanguageIf you are new to Rust then From (From) and Into (into) traits might sound confusing to you, but they are interesting trait systems of…Feb 17, 2023Feb 17, 2023
AnkitinLevel Up CodingHorizontal Scaling and Vertical Scaling — System DesignWhen developing a system, scalability is a critical factor to consider. Any application at the enterprise level must be able to handle a…Sep 15, 20221Sep 15, 20221
AnkitinInt Main Blog5 Github Repositories to Help You Ace Your Next Coding InterviewThe word “interview” is frequently associated with anxiety and discomfort. However, with the help of this post, you will get all the…Sep 15, 2022Sep 15, 2022
AnkitinLevel Up CodingCircuit Breaker Design Pattern — System DesignIn the distributed environment it is ubiquitous for a server/system to make remote calls to many processes running on different machines…Sep 8, 2022Sep 8, 2022
AnkitinInt Main BlogDesigning Instagram Architecture — System DesignDesign a simple architecture of Instagram that enables users to share photos follow other users and create unique NewsFeed/Sep 26, 20201Sep 26, 20201
AnkitinInt Main BlogA Guide To Ace Your Next System Design Interview — nlogn“ System Design” or “ System Architecture “ is a very popular term when it comes to job interviews at Big tech companies like Facebook…Jul 7, 2020Jul 7, 2020
AnkitinInt Main BlogWhat is DNS and how does DNS lookup work?DNS(Domain Name System) is a decentralized naming system that converts domain names(such as nlogn.in) to its corresponding IP addresses.Jun 1, 2020Jun 1, 2020
AnkitinLevel Up CodingEventual Consistency and Strong ConsistencyEventual consistency guarantees that updated data will eventually be propagated to all replicas.May 22, 20202May 22, 20202