GPU: Getting Started With CUDA
top of page
Welcome to EmbeddedHow
Home: Welcome
Home: Blog2
Search
What is GPU? A graphics processing unit (GPU) is an electronic circuit that processes images and accelerates the rendering of 3D computer...
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...
40 views0 comments
Sunil Kumar Yadav
Sep 225 min read
Concurrency in C++: Sharing Data Between Threads Using Mutex
In my last article C++: Introduction to Concurrency , I've gone through fundaments of concurrency and it's benefits in terms of improving...
67 views0 comments
Sunil Kumar Yadav
Sep 186 min read
C++: Introduction to Concurrency
Concurrency in C++ is a powerful feature that enables developers to create applications capable of performing multiple tasks...
51 views0 comments
Sunil Kumar Yadav
Jul 203 min read
Python Decorators Simplified
Decorators are very powerful tool for Python programmer. It allows Python programmers to modify the behavior of a function or a class....
40 views0 comments
Sunil Kumar Yadav
Oct 28, 20237 min read
Overview Of Clock Source In ARM Cortex-M
Time isn't the main thing. It's the only thing! - Miles Davis Microcontrollers rely on their clock source, which is essential...
686 views0 comments
Sunil Kumar Yadav
Oct 22, 20232 min read
Adaptor: Must Know Design Pattern (7/7)
In my last article, I discussed the Strategy pattern, which falls under the Behavioural Design Pattern. The Adaptor pattern is classified...
62 views0 comments
Sunil Kumar Yadav
Oct 21, 20233 min read
Strategy: Must Know Design Pattern (6/7)
The Strategy Pattern is a design pattern in object-oriented programming that falls under the category of behavioral patterns. It is used...
59 views0 comments
Sunil Kumar Yadav
Oct 21, 20233 min read
Iterator: Must Know Design Pattern (5/7)
The Iterator Pattern is a behavioral design pattern that provides a way to access the elements of an aggregate object (a collection)...
23 views0 comments
Sunil Kumar Yadav
Oct 20, 20234 min read
Observer: Must Know Design Pattern (4/7)
In my last article, I discussed the Singleton pattern, which falls under the Creational Design Pattern. The Observer pattern is...
110 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...
36 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...
55 views0 comments
Sunil Kumar Yadav
Oct 5, 20225 min read
Introduction to Java Virtual Machine
If you are like me who is from an embedded background and never used Java before but suddenly there is a need to know Java as your...
12 views0 comments
Sunil Kumar Yadav
Apr 25, 20224 min read
Debugging Data Race Conditions Using Thread Sanitizer
In past to speed up the execution of software one had to either upgrade the underlying hardware i.e. microcontroller or microprocessor...
1,252 views0 comments
Sunil Kumar Yadav
Feb 4, 20224 min read
String Representation of Class Object
Python is one of the most popular languages being by developers and it's being used in developing websites and software, task automation,...
145 views0 comments
Sunil Kumar Yadav
Dec 18, 20214 min read
Understanding C++ Lambda
C++ 11 standard introduced many new features in the C++ language making it truly a modern language. Features introduced since C++11 were...
96 views0 comments
Sunil Kumar Yadav
Dec 12, 20214 min read
Semantics of C++ Object Destruction
C++ is one of the most popular programming languages which is being used in multiple domains. Its diverse use means it supports many...
61 views0 comments
Sunil Kumar Yadav
Nov 28, 20213 min read
What is Dynamic Programming?
As software engineers, our aim is to develop efficient programs to solve given problems. In this process, we come across many programming...
44 views0 comments
Sunil Kumar Yadav
Nov 12, 20213 min read
Shape Detection using OpenCV/C++
OpenCV library is very popular and widely used in computer vision. OpenCV is very easy to use but one should be familiar with different...
1,106 views0 comments
Home: Subscribe
Home: Contact
bottom of page