Skip to main content

Recently Updated Pages

더 타임스 세계사

Books

세계사 공부 책 큼 지도 있음

Updated 1 week ago by Yeonwoo Kim

상자 밖에 있는 사람

Books

모두가 소중 하가는 다소 진부한 말을 대화하는 방식의 서술을 통해 납득이 가능하도록 모두가 소중하가고 이해시킨다 (상자) 통해서 수정: 단순히 모두가 소중하다는 것을 표...

Updated 1 week ago by Yeonwoo Kim

자유주의의 잃어버린 역사

Books

http://aladin.kr/p/qz2YT 공동체의 도덕, 개인의 윤리가 되다 전체주의가 아니라 개개인이 진정한 개인주의를 실현하면서 화합이 될 때? 나는 어떻게 살 것인지?

Updated 2 weeks ago by Yeonwoo Kim

Azure Functions Java pom.xml

Azure

<?xml version="1.0" encoding="UTF-8" ?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:...

Updated 2 weeks ago by Yeonwoo Kim

[Azure Functions] Detected invalid time interval input

Azure

배경 Azure Functions Time Trigger, Golang 으로 안됨 Java 로 하려는데 client.queryResourceWithResponse(...)에...

Updated 2 weeks ago by Yeonwoo Kim

Azure ARM

Azure

Azure PowerShell, Azure CLI, Azure SDKs 모든 게 Azure Resource Manager 로 간다 따라서 일관된 결과를 얻을 수 있다 ht...

Updated 3 weeks ago by Yeonwoo Kim

Azure RBAC

Azure

개요 Security Principal 에 role 을 assign 할 수 있다 Security Principal 은 4개가 있다 User Group Service Pri...

Updated 3 weeks ago by Yeonwoo Kim

알렉산더 헤밀턴

Books

미국 역사 스토리 재미

Updated 3 weeks ago by Yeonwoo Kim

IntelliJ 메모리 점유율 줄이기

IntelliJ

Updated 3 weeks ago by Yeonwoo Kim

명령어

Go

cd path/to/go-project # Go 바이너리를 Amazon Linux 2023 및 ARM64용으로 빌드 GOOS=linux GOARCH=arm64 go buil...

Updated 1 month ago by Yeonwoo Kim

생성형 인공지능 답변에 대한 비판적 사고

AI

gpt가 말하는 것은 믿지 않는다? 인간이든 ai든 있는 그대로 믿는 것이 중요한 게 아니라 자기가 가진 지식을 토대로 상대방의 말에 대한 논리적으로 납득하는 것이 중요. 그...

Updated 1 month ago by Yeonwoo Kim

자신의 주인으로 살아가기 - 최진석 교수

Youtube

https://www.youtube.com/watch?v=xqkdjSR5eIw 내용 자기 자신으로 살아가는 것이 무엇인지 여러 방면으로 이야기해줌 B형 간 백신? 왜 세계...

Updated 1 month ago by Yeonwoo Kim

명령어

Python

python3 -m venv myenv source myenv/bin/activate pip install -r requirements.txt

Updated 1 month ago by Yeonwoo Kim

패턴 접근 방식

Design Pattern

생성 패턴 • Factory Method: 객체 생성을 서브클래스에 위임하고자 할 때. • Abstract Factory: 관련 객체들의 제품군을 생성하고자 할 때. ...

Updated 1 month ago by Yeonwoo Kim

깃헙 액션 커밋 목록 가져오기

Code snippet

name: 커밋 목록 가져오기 on: workflow_dispatch: schedule: - cron: '*/5 * * * *' jobs: create_...

Updated 1 month ago by Yeonwoo Kim

2. Data Structures and Dynamic Arrays

Algorithm MIT 6.006 Introduction to Algorithms, S...

강의 초입 부분에 인터페이스와 자료구조의 다른점을 짚고 넘어 감. Interface (API / ADT) 인터페이스(API, ADT 추상 데이터 타입)에 대한 내용 "무엇"...

Updated 1 month ago by Yeonwoo Kim

Word RAM Model

Algorithm

This may seem simple, but we're really going to need this model and really rely on this model inc...

Updated 1 month ago by Yeonwoo Kim

1. Algorithms and Computation

Algorithm MIT 6.006 Introduction to Algorithms, S...

문제란? input ,output이 있는 이진 관계 이진 관계란, 두 개의 집합 사이에서 정의되는 관계를 말함 알고리즘이란? 프로시져이다. 많은 양의 데이터를 비교...

Updated 1 month ago by Yeonwoo Kim

HashMap 내부 작동 방식

Java

초기화 및 배열 크기 기본 크기: 초기 배열 크기는 16. 생성자를 통해 커스텀 크기 설정 가능. 리사이즈: 요소 수가 배열 크기의 75%를 초과하면 배열 크기가 두 배...

Updated 1 month ago by Yeonwoo Kim

바이트 코드 언어 네이티브 코드 언어 비교

CS

네이티브 코드 언어 네이티브 코드 언어는 소스 코드를 특정 운영 체제와 하드웨어에서 실행 가능한 기계어 코드로 직접 컴파일하는 언어를 말함. 플랫폼 종속적인 네이티브 바이너...

Updated 1 month ago by Yeonwoo Kim