Sunil Kumar YadavJan 15, 20234 min readGetting Started with ARM Cortex-MWhether you're a layperson when it comes to technology or a passionate tech aficionado, it's highly probable that you're familiar with or...
Sunil Kumar YadavApr 25, 20224 min readDebugging Data Race Conditions Using Thread SanitizerIn past to speed up the execution of software one had to either upgrade the underlying hardware i.e. microcontroller or microprocessor...
Sunil Kumar YadavSep 19, 202113 min readgprof: How To Use GNU Profiling Tool?Efficiency in software engineering is associated with reliability, speed, and programming methodology used in developing software for an...
Sunil Kumar YadavAug 28, 20212 min readWhy you should use strncmp over strcmp?The standard library provides many useful functions to ease the job of software engineers. Usually, the standard library provides library...