top of page



Welcome to EmbeddedHow
Home: Welcome
Home: Blog2
Search


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...

Sunil Kumar Yadav
Sep 30, 20245 min read
283 views
0 comments


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...

Sunil Kumar Yadav
Oct 2, 20233 min read
49 views
0 comments


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...

Sunil Kumar Yadav
Oct 2, 20232 min read
36 views
0 comments


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...

Sunil Kumar Yadav
Sep 24, 20232 min read
85 views
0 comments


MRO: Understanding Inheritance in Python
Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. Its high-level built-in data...

Sunil Kumar Yadav
Jan 8, 20225 min read
147 views
0 comments


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...

Sunil Kumar Yadav
Aug 15, 20212 min read
841 views
0 comments


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...

Sunil Kumar Yadav
May 13, 20216 min read
131 views
0 comments
Home: Subscribe
Home: Contact
bottom of page