Exploring SIMD and Parallelism in C++ with Modern Techniquescpp simd parallelism Discover how to leverage SIMD for parallel data processing in C++ using both intrinsics and C++20 features, with examples for practical performance enhancement.Published OnSeptember 26, 2024Read more →
C++ in Machine Learning - Escaping Python's GILcpp python machine-learning Dive into how C++ can revolutionize machine learning by overcoming Python's GIL limitations, offering unparalleled performance and concurrency.Published OnSeptember 25, 2024Read more →
A Step-by-Step Guide to Creating a 3D Rendering Engine Using C++ and OpenGLcpp opengl 3drendering graphics Explore the basics of 3D graphics by constructing your own rendering engine from scratch with C++ and OpenGL, featuring a straightforward demo code.Published OnSeptember 24, 2024Read more →
Lets see what we can do with rehype pretty codecode rehype pretty mdx Syntax highlighting, line numbers, line highlights, word highlightsPublished OnMarch 4, 2024Read more →
Github Flavoured Markdown CheatSheetA markdown cheat sheet for GFMPublished OnMarch 3, 2024Read more →