top of page
Welcome to EmbeddedHow
Home: Welcome
Home: Blog2
Search
Sunil Kumar Yadav
Sep 305 min read
Concurrency In C++: How To Avoid Deadlock
In our last couple of articles we've tired to go through the fundamentals of concurrenc y in C++ using Standard Template Library. We've...
86 views0 comments
Sunil Kumar Yadav
Oct 2, 20233 min read
Singleton: Must Know Design Pattern (3/7)
Singleton is a part of Gang of Four design pattern and it is categorized under creational design patterns. In this article, we will delve...
40 views0 comments
Sunil Kumar Yadav
Oct 2, 20232 min read
Builder: Must Know Design Pattern (2/7)
In my last article, I discussed the Factory design pattern. Key disadvantages of the Factory method patterns were 1. the high number of...
30 views0 comments
Sunil Kumar Yadav
Sep 24, 20232 min read
Factory Method: Must Know Design Pattern (1/7)
Factory pattern is a type of Creational Design Pattern. Factory patterns define an interface for creating an object, but let subclasses...
65 views0 comments
Sunil Kumar Yadav
Jan 8, 20225 min read
MRO: Understanding Inheritance in Python
Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. Its high-level built-in data...
138 views0 comments
Sunil Kumar Yadav
Aug 15, 20212 min read
Measure elapsed time in the application using the C++ Chrono library
Developing a fast and efficient program requires in-depth knowledge of various algorithms and the underlying platforms. To assist us in...
722 views0 comments
Sunil Kumar Yadav
May 13, 20216 min read
Unit Testing without Requirements!
As discussed in my earlier articles, software is not just an hidden component within a product but it is the component which distinguish...
126 views0 comments
Home: Subscribe
Home: Contact
bottom of page