How Socio-preneurs can help 92% of Indians?

India’s wealth pyramid shows a daunting problem. Is capitalisim good for India? How much of the workforce is impacted? 94% of indian workforce works in unorganized sector and earns bread for 92% of India. Can Technology help? Can new breed of Entrepreneurs make a difference?

C++20 Features with Code Examples

Ranges, Coroutines, Spaceship operator, Concepts, Modules, Constexpr, Lambdas & more  C++20 has lot of features. What better way to learn to look at code examples of the features like Ranges, Coroutines, concepts, modules, spaceship operator. Why leave new things related to constexpr lambdas behind? If you want a quick introduction & get your mind thinking about… Continue reading C++20 Features with Code Examples

5 Best & unique thinking frameworks from billionaires

There are numerous posts about habits of billionaires. But I thought of making a research on the thought process & framework of thinking of billionaires. Essentially, framework then manifests into many decisions and the habits. So, I hope, readers would enjoy knowing the root of these habits. i.e Framework. Who knows, you become a billionaire… Continue reading 5 Best & unique thinking frameworks from billionaires

Improving Latency with Parallel STL (C++17). FAQ for Developers Architects & Tech Leads

Parallel STL FAQs guide for Developers, Architects & Tech Leads. From FAQs on quick start guides to FAQs on design issues for large scale migrations or parallelizing your own proprietary libs to leverage multiprocessing without much change.