Published inLevel Up CodingSystem Design Fundamentals: NoSQL DatabasesNoSQL databases are non-relational databases. They do not use SQL as their name implies, nor do they adhere to the strict structural…Sep 2, 2022781Sep 2, 2022781
Published inLevel Up CodingSystem Design Fundamentals: Relational DatabasesA brief look into relational databasesAug 26, 202269Aug 26, 202269
Published inLevel Up CodingSystem Design Fundamentals: Data Replication and PartitioningThis post is part of my system design series. You can find the other topics covered here:Apr 26, 2022621Apr 26, 2022621
Published inLevel Up CodingSystem Design Fundamentals: Load BalancersLoad balancing is the process of distributing network traffic across multiple servers.Apr 9, 20221621Apr 9, 20221621
Published inLevel Up CodingSystem Design Fundamentals: Distributed SystemsA Distributed System is a system in which components are located on different networked servers and coordinate their actions by passing…Apr 4, 2022791Apr 4, 2022791
Published inLevel Up CodingWhat is SSH?An Introduction to Secure ShellFeb 24, 20206193Feb 24, 20206193
Sorting Algorithms: Quick SortDiving into Quick Sort and its Code ImplementationOct 26, 2019161Oct 26, 2019161
Published inThe StartupSorting Algorithms: Merge SortDiving into Merge Sort and its Code ImplementationOct 21, 201961Oct 21, 201961
Published inThe StartupSorting Algorithms: Selection SortDiving into Selection Sort and its Code ImplementationOct 14, 2019801Oct 14, 2019801
Published inThe StartupSorting Algorithms: Insertion SortDiving into Insertion Sort and its Code ImplementationOct 6, 20191011Oct 6, 20191011