programming

How to use Python debugging features in VSCode

A complete guide to efficiently debugging Python code in Visual Studio Code (VSCode). Even beginners can check breakpoints and variable contents! Find mistakes early and significantly speed up development!
programming

Pythonで作るToDoアプリ入門(コード全公開)

Python初心者でも安心!ToDoアプリの作成手順をゼロから丁寧に解説します。コード全公開・エラー対処法も網羅した決定版記事です。
programming

[For complete beginners] Explaining the basics of HTML tags from scratch!

What is an HTML tag? This book explains everything from basic tags, usage, and example code that beginners should know. With this book, you can master the basics of HTML.
programming

What is Python? Why is it recommended for programming beginners?

Python is the perfect language for beginners. Learn how to use it and understand its grammar from a professional perspective. We also provide example code and points to note!
programming

[Java x Financial API] Create your own secure financial system! Build a robust API with JWT authentication x encryption x HTTPS

A thorough explanation of how to create a secure financial system API in Java. You can build a practical, robust API with JWT authentication, encryption, and HTTPS support. Code is included, so even beginners can use it with confidence.
programming

[Java × distributed processing] Create your own log analysis platform! Realize high-speed data processing with Kafka + Elasticsearch

This book provides a detailed explanation of how to create a distributed processing-compatible log analysis platform using Kafka and Elasticsearch in Java. It also introduces a configuration that can be used in practice by implementing real-time processing and search functions.
programming

[Java x AI Image Judgment API] Learn by building it yourself! The fastest guide to TensorFlow integration

A beginner-friendly explanation of how to create your own AI image judgment API using Java and TensorFlow. Covers everything from the image classification mechanism to the implementation code!
programming

[Java x Spring Boot] Build your own backend for an e-commerce site! Learn all about practical APIs and inventory management

A thorough explanation of back-end development for e-commerce sites using Java and Spring Boot. From practical API design to inventory management construction procedures, even beginners will find it easy to understand.
programming

[Java x Spring Boot] A complete guide to creating a business system | Includes MySQL integration and practical code!

Explains how to create a business system using Java and Spring Boot for beginners. It also introduces connection to MySQL and practical code, and shows the construction flow.
programming

[Complete Guide to Java] How to Create Your Own ORM Library | Built with Annotations and Reflection!

This is a practical guide that explains how to develop your own ORM library in Java in an easy-to-understand manner, even for beginners. It uses annotations and reflection to improve your design skills.