Latest Posts

postimage

3 ways to authenticate to Google APIs

There are three main authentication methods: API keys, OAuth 2.0 client IDs, and service accountsWe summarize the features and differences between the

2024-06-01 23:27
postimage

Gazoo/pearl words and emphatic phrases (it~that~)

1.Gaju/ Pearl wordThe noun part of the subject is lengthened, so the subject part (pearl word) is sent back and the subject is replaced by it (gaju) (

2024-06-01 11:36
postimage

For buffers and streams

Buffers and StreamsA buffer is a space in memory where data is temporarily storedStreams are a method of using data stored in a buffer (i.e., passing

2024-05-27 02:39
postimage

Noun Clauses, Adjective Clauses, Adverb Clauses / Interrogative Pronouns, Interrogative Adjectives, Interrogative Adverbs / Indirect Statements

Types of noun clauses1. that clausethat is sometimes omittedthat clause is placed at the end of the sentence because it prefers not to be used as a su

2024-05-25 17:09
postimage

git config pull.rebase false

This is a warning that may occur when executing the git pull commandThe contents of the warning are as follows- When pulling branches, you need to dec

2024-04-21 19:11
postimage

Usage of *args and **kwargs in Python

Variadic Parameters (Variadic Parameters)It can be used when the number of arguments coming into the function is unknown*args : positional arguments *

2024-04-06 17:25
postimage

Differences between List, tuple, dict, and set in Python

1. list (List)A list is an ordered, modifiable data type.

2024-04-06 16:53
postimage

About DeepL and PHP examples using DeepL

The Papago API I've been using until now will no longer support free services in February 2024So I was looking for a new free translation API, and I c

2024-03-31 22:00
postimage

Exif Metadata / Orientation

(A photo showing the information of a photo file from an iPhone)What is Exif?Exif MetadataExchangable Image File Format, a type of metadata that can b

2024-03-27 00:12
postimage

UTC / Time Zone / Date Format ISO

1.UTC세계 표준 시간2.Time ZoneUK GMT (UTC+0) (based on the Greenwich Observatory)KST (UTC+9)Japan Standard Time JST (UTC+9) differs from the world Standard

2024-01-12 01:06
postimage

How to maintain docker container execution (tail -f /dev/null)

My problem situation1. I want to run the Backend service with the docker1.1 Docker1.2. The Backend service runs Flask on 5000 ports.2. A debugger insi

2023-12-26 23:37
postimage

Extension required for development inside Docker container with Vscode

When the Docker Extension is installed, the red square icon above is created.This extension includes all four extensions. If you only work in the dock

2023-12-24 23:51