C Programming Designing a console dictionary in C In this article, we have explored how to design and implement a Dictionary console application in C Programming Language. You should follow this guide and develop your own version. This is a strong addition to SDE Portfolio.
System Design System Design of StackOverflow In this article, we have explored the System Design of StackOverflow which will one of the most widely used websites for online question and answers. The design is pretty simple which one would not expect considering its scale.
Python Python Script to search web using Google Custom Search API In this article, we have developed a Python Script to search web using Google Custom Search API. This will strengthen your implementation skill.
System Design Open-Closed principle In this article, we will to talk about the Open-Closed principle (OCP) and show examples with code.
System Design Liskov Substitution Principle In this article, we have explained the concept of Liskov Substitution Principle in depth with code examples and code design.
C++ Different ways to convert vector to set in C++ In this article, we have explored different ways to convert vector to set in C++.