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, 2022A response icon1Sep 2, 2022A response icon1
Published inLevel Up CodingSystem Design Fundamentals: Relational DatabasesA brief look into relational databasesAug 26, 2022Aug 26, 2022
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, 2022A response icon1Apr 26, 2022A response icon1
Published inLevel Up CodingSystem Design Fundamentals: Load BalancersLoad balancing is the process of distributing network traffic across multiple servers.Apr 9, 2022A response icon1Apr 9, 2022A response icon1
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, 2022A response icon1Apr 4, 2022A response icon1
Published inLevel Up CodingWhat is SSH?An Introduction to Secure ShellFeb 24, 2020A response icon3Feb 24, 2020A response icon3
Sorting Algorithms: Quick SortDiving into Quick Sort and its Code ImplementationOct 26, 2019A response icon1Oct 26, 2019A response icon1
Published inThe StartupSorting Algorithms: Merge SortDiving into Merge Sort and its Code ImplementationOct 21, 2019Oct 21, 2019
Published inThe StartupSorting Algorithms: Selection SortDiving into Selection Sort and its Code ImplementationOct 14, 2019A response icon1Oct 14, 2019A response icon1
Published inThe StartupSorting Algorithms: Insertion SortDiving into Insertion Sort and its Code ImplementationOct 6, 2019A response icon1Oct 6, 2019A response icon1