Welcome to OsderdaDev

Knowledge for Engineers

#C++#Lambdas#Software Engineering

C++ Lambdas: Execution Logic, Compile-Time Evaluation, and Modern Best Practices

Take a deep dive into the inner workings of C++ lambdas. compile time, Understand compiler-generated closures, constexpr evaluation, template lambdas, and how to make sound architectural choices in modern software design.

May 29, 20266 min
30
#C++#Windows API#WinHTTP

C++ Guide to Secure HTTP Requests and File Downloads Using Windows API. Http apis.

Discover how to implement native, dependency-free HTTP and HTTPS communication in C++ using WinHTTP. Learn secure SSL/TLS practices, memory-efficient file downloading, and modern resource management.

May 24, 20267 min
160
#C++#Windows API#IOCTL

The Complete Guide to Windows IOCTLs and DeviceIoControl in C++

Explore the bridge between Windows user-mode applications and kernel-mode drivers. Learn how to use DeviceIoControl, define custom IOCTL codes, and navigate Windows legal communication methods safely.

May 24, 20267 min
100
#C++20#Windows API#Visual Studio

Advanced Windows C++20 DLL Development: Export Definitions, WinAPI, and Best Practices. Create dll library

A comprehensive engineering guide to creating Dynamic-Link Libraries (DLLs) in Visual Studio using C++20. Discover essential WinAPIs, export techniques, .DEF files, compiler flags, and ABI boundary safety.

May 24, 20266 min
80
#C++20#Windows API#Visual Studio 2026

Windows Mastering Create Custom Window in C++20: Win32 APIs, DWM Styling, and Privilege Isolation in Visual Studio 2026

Move beyond standard UI frameworks and master raw window creation using modern C++20. Learn to build custom-styled windows, integrate DWM effects, and navigate User Interface Privilege Isolation (UIPI) in Visual Studio 2026.

May 24, 20267 min
70
#React#TypeScript#Chakra UI

Creating an Animated Ataturk Signature Component in React with Chakra UI and SVG

A step-by-step guide to building and integrating a meaningful, animated component featuring the signature of Mustafa Kemal Atatürk. We will break down the CSS-in-JS animation techniques and refactor the component for reusability.

February 22, 202611 min
370
Page 1 / 3