Professional Programmer with 7+ years of experienceLinux | C/C++ | C++11 | C++17 | Python 3 | System ProgrammingMercedes Benz R & D | Cisco | Robert Bosch | Lumiplan | Y M Soft
Lambda cheat sheet in C++ · With out much theory on what is lambda and what is the history behind it. Lets get straight to the point. I see lot of the...
What is the difference between .bashrc and .bash_profile · What is the difference between .bashrc and .bash_profile Sometime many of us get confused...
Alias in Linux - All Linux developer must know · When I worked first time with Linux (Ubuntu), I use to remember lot of commands required for my project....
`$var` vs `${var}` vs `$(var)` · There is one thing which we often get confuse in shell script, especially for those who are new to shell scripting The...
Do you know const reference variable in c++ does not points to original variable when used in std::thread and std::async ? · From the basics of C and...