Featured image of post [C++] New Year's Card App Development Stream VOL.1: Environment Setup and Direct2D Initialization

[C++] New Year's Card App Development Stream VOL.1: Environment Setup and Direct2D Initialization

The first YouTube stream of developing a New Year's card creation app using C++. We explain the steps for setting up the foundational environment for app development with source code, from creating a GIT repository to displaying the main window, initializing Direct2D, and implementing HelloWorld.

Featured image of post A Must-See for Windows App Developers! How to Attach a Self-Signed Certificate to MSIX and Install Locally

A Must-See for Windows App Developers! How to Attach a Self-Signed Certificate to MSIX and Install Locally

A clear explanation with PowerShell commands of the specific steps to create and attach a self-signed certificate instead of a commercial one for MSIX packages, which are convenient for test distribution of Windows apps, making them installable in a local environment.

Featured image of post How to Batch Delete Metadata (Personal Information) in Excel and Word with PowerShell

How to Batch Delete Metadata (Personal Information) in Excel and Word with PowerShell

Explains how to delete metadata such as the creator included in Office files using PowerShell. Introduces convenient automation techniques to prevent information leakage when sharing externally, from processing a single file to a batch deletion script for Excel and Word files in a folder.

Featured image of post A 400-Year Mystery! What is the Kepler Conjecture? Explaining the Romance of Mathematics Learned from Packing Watermelons

A 400-Year Mystery! What is the Kepler Conjecture? Explaining the Romance of Mathematics Learned from Packing Watermelons

An easy-to-understand explanation of the 'Kepler Conjecture', a difficult mathematical problem born from the familiar question: 'What is the tightest way to pack watermelons?' Let's learn together about the romance and fascination of this sphere-packing problem proposed by genius astronomer Kepler, which went unproven for over 400 years.

Featured image of post The Wall of AI Development Was High... The Reality and Why App Creation is 'Hell After the 8th Station'

The Wall of AI Development Was High... The Reality and Why App Creation is 'Hell After the 8th Station'

Is the era of 'making apps easily by asking AI' real? Even if it's a breeze up to the 8th station with no-code or AI-generated code, a human-crying hell of final adjustments and bug fixes awaited after that. We candidly talk about the real pitfalls of AI development and the true nature of the 'wall' you face.

Featured image of post [With Samples] How to Call Windows.AI from C++ and Execute ONNX Models

[With Samples] How to Call Windows.AI from C++ and Execute ONNX Models

Access AI features utilizing the Windows standard Windows ML! We clearly explain the specific steps, with sample code, to call 'Microsoft.Windows.AI' from the C++ environment of Win32 apps and execute AI models in ONNX format.

Featured image of post What is the Difference Between Market-in and Product-out? Easy Explanation of Pros and Cons

What is the Difference Between Market-in and Product-out? Easy Explanation of Pros and Cons

We easily explain the meanings and differences between 'market-in' and 'product-out', often used in business and planning, using examples like a ramen shop. Learn the advantages and disadvantages of each to consider strategies suited to your situation.

Featured image of post What is the Collatz Conjecture? Verifying a Mathematical Unsolved Problem Where Any Number Eventually Reaches 1 in Python

What is the Collatz Conjecture? Verifying a Mathematical Unsolved Problem Where Any Number Eventually Reaches 1 in Python

Will repeating 'halve if even, multiply by 3 and add 1 if odd' always result in 1? An easy-to-understand explanation of the mysterious rules behind the famous unsolved mathematical problem, the 'Collatz Conjecture'. Furthermore, we'll write a Python program to simulate and see if sequences actually converge to 1.

Featured image of post [Automation] Post Messages to Teams from C++! Implementation Steps for Graph API and WinHTTP

[Automation] Post Messages to Teams from C++! Implementation Steps for Graph API and WinHTTP

A must-see for those who want to implement automated message posting to Microsoft Teams from C++! We provide a step-by-step, easy-to-understand explanation of specific C++ code examples using WinHTTP and Graph API, as well as the essential Azure app registration and API authentication steps.

Featured image of post How to Install Gemini CLI on Windows | Thorough Explanation from Node.js

How to Install Gemini CLI on Windows | Thorough Explanation from Node.js

A beginner-friendly explanation on how to install the 'Gemini CLI', which allows you to use Google's generative AI 'Gemini' from the command line, on a Windows environment. We detail the procedure from Node.js and npm preparation to execution in PowerShell.

Featured image of post Report on Re-awarding Microsoft MVP (2025-2026) and Past Activities

Report on Re-awarding Microsoft MVP (2025-2026) and Past Activities

A report on receiving the Microsoft MVP (2025-2026) for the 9th time in total. Along with an explanation of the MVP program that contributes to technical communities, I provide a reflection on the technical information dissemination and community activities I have focused on over the past year.

Featured image of post Windows App Development with Win32API + C++! Pros and Cons from an Active Engineer

Windows App Development with Win32API + C++! Pros and Cons from an Active Engineer

An active engineer explains the pros and cons of Windows app development using 'Win32API + C++'. Introduces the unique appeal of native development, such as ultra-fast execution speed, highly flexible control, and ease of distribution without requiring runtimes, as well as the challenges of learning it.

Featured image of post Easy with vcpkg! How to Install OpenSSL-compatible libcurl in Visual Studio

Easy with vcpkg! How to Install OpenSSL-compatible libcurl in Visual Studio

Explains the steps to introduce OpenSSL-compatible libcurl into a Visual Studio environment using 'vcpkg', a convenient package management tool for C++ development. It allows for smooth resolution of builds and dependencies.

Featured image of post 6 Measures to Avoid Falling for Conspiracy Theories | Enhance Your Mental Security

6 Measures to Avoid Falling for Conspiracy Theories | Enhance Your Mental Security

We explain how to prepare 'mental security' necessary to avoid being drawn into online conspiracy theories. It provides hints for wisely surviving modern internet society, such as the ability to hold off connecting anxiety with answers directly, and tips for gathering information to prevent confirmation bias.

Featured image of post History of Low-Code and No-Code Development (1980s-Present) | From HyperCard to Latest Tools

History of Low-Code and No-Code Development (1980s-Present) | From HyperCard to Latest Tools

We explain the history of low-code and no-code development from the 1980s to the present. We introduce how systems for building apps without programming have evolved, along with representative tools by decade like HyperCard and FileMaker.