Summary of How to Use AI Technology Video and My Thoughts
This article summarizes the discussion on the development of AI technology and the changing role of developers, and how to use AI coding tools.
This article summarizes the discussion on the development of AI technology and the changing role of developers, and how to use AI coding tools.
Through the Hello World project, I explored OOM Killer and memory management. I wrote code in Java to induce memory shortage, and also looked at the working principle of OOM Killer and how to set memory limits. In addition, I managed heap memory and experimented with various options related to GC. Through this, I realized the importance of memory problems in server development.
I automated the creation of introductions and thumbnails when writing blog posts and improved the process using the OpenAI API. This article shares how to handle payments and tokens, shorten time, and increase work efficiency through a script, emphasizing the cost and time-saving benefits.

Why are multiple thread pools better than a single thread pool?

Isn't crawling done with Selenium?

Goodbye 2024.
Automatic dependency injection in Spring Boot
Getting familiar with Spring - JPA

How Spring wisely registers tasks

How deep can DispatcherServlet Depth go? Recursion of recursion of recursion