Featured image of post [By Language] Runs in the Browser! A Summary of Free Online Programming Code Execution Environments

[By Language] Runs in the Browser! A Summary of Free Online Programming Code Execution Environments

Summarizes convenient online code execution environments by language (Python, JavaScript, C++, etc.) that let you easily start programming without needing to set up an environment. Details the features of platforms like Google Colab and AWS Cloud9.

Featured image of post What is the Sieve of Eratosthenes? Algorithm and Implementation for Enumerating Primes Under 1000

What is the Sieve of Eratosthenes? Algorithm and Implementation for Enumerating Primes Under 1000

Clearly explains the mechanism and specific steps of the 'Sieve of Eratosthenes', an algorithm for finding prime numbers efficiently. Also introduces an implementation example in Rust to enumerate primes up to 1000.

Featured image of post Salesforce: How to Get Daily Record Creation Counts Using SOQL

Salesforce: How to Get Daily Record Creation Counts Using SOQL

Explains the specific method and query syntax to aggregate and retrieve daily record creation counts for Accounts and other objects using SOQL from the Salesforce Developer Console. You will understand the procedure for convenient data analysis using the GROUP BY clause.

Featured image of post What is i18n (Internationalization)? Meaning and Target Items in Software Development

What is i18n (Internationalization)? Meaning and Target Items in Software Development

We clearly explain the meaning and origin of 'i18n (Internationalization)', which is often heard in software development. We have summarized the main items to consider when making apps or systems globally compatible, such as character codes, date/time notation, and currency information.

Featured image of post How to Use reveal.js: Creating Presentation Materials with HTML and Markdown

How to Use reveal.js: Creating Presentation Materials with HTML and Markdown

We explain the installation and basic usage of 'reveal.js', a tool that allows you to intuitively create presentations using HTML and Markdown. We introduce ways to utilize it that support animations and PDF output, and have excellent compatibility with version control like Git.

Featured image of post [Free & Super Easy] How to Generate AI Illustration Images with Stable Diffusion! Google Colab Step-by-Step Guide

[Free & Super Easy] How to Generate AI Illustration Images with Stable Diffusion! Google Colab Step-by-Step Guide

Why not create illustrations to your liking using the AI 'Stable Diffusion', which can generate high-quality images from text input? We provide an easy-to-understand explanation of the steps for anyone to easily start AI image generation using only Google Colab and a free account.

Featured image of post 4 Useful Tools to Analyze and Extract the Contents of Windows Executable Files (exe)

4 Useful Tools to Analyze and Extract the Contents of Windows Executable Files (exe)

We introduce recommended tools that can analyze and extract the contents of Windows executable files (exe). We explain in an easy-to-understand way how to check PE format structures, extract resources, and edit binaries using tools like 7-Zip and Resource Hacker.

Featured image of post How to Change the Shortcut Key for Switching Between Japanese and English Input on Mac (For US Keyboards)

How to Change the Shortcut Key for Switching Between Japanese and English Input on Mac (For US Keyboards)

Explains how to change the Japanese and English input switching shortcut on Mac (US keyboard) to your preferred key combination like 'Alt + `'. Also introduces the setup procedure in macOS Ventura and settings to prevent katakana from being included when switching.

Featured image of post How to Find the Location (Path) of an Executable File in Windows [where Command]

How to Find the Location (Path) of an Executable File in Windows [where Command]

Explains how to easily find the save location (full path) of an executable file using the Windows Command Prompt or PowerShell. Introduces a handy trick to quickly identify the exact location of an app in your path using the 'where' command.

Featured image of post How to Use 'Unsplash' for Blog Photos: License and Commercial Use of Free Stock Images

How to Use 'Unsplash' for Blog Photos: License and Commercial Use of Free Stock Images

Introducing 'Unsplash', the perfect free photo stock site for blog articles. It's a highly convenient and high-quality image service that is free, allows commercial use and modifications, and requires no credit attribution or usage permission.

Featured image of post How to Introduce KaTeX in Hugo and Display Beautiful LaTeX-Style Formulas

How to Introduce KaTeX in Hugo and Display Beautiful LaTeX-Style Formulas

We explain the steps to introduce 'KaTeX', a fast formula rendering library, into the static site generator Hugo. You can easily understand how to enable beautiful LaTeX-style formula display on your blog, from creating math.html to loading settings in the header.

Featured image of post Life-Changing! A Summary of Masterpieces and Recommended Business Books You Absolutely Must Read

Life-Changing! A Summary of Masterpieces and Recommended Business Books You Absolutely Must Read

Carefully selects and introduces masterpieces and recommended business books useful for self-development and skill improvement that every business person should read at least once, such as 'How to Win Friends and Influence People', 'The Courage to Be Disliked', 'LIFE SHIFT', and 'The 7 Habits of Highly Effective People'.