Auxiliary Memory
  • Auxiliary Memory
  • Recent Changes
  • Disclaimer
  • general
    • Homelab
      • Planning
      • Configuring RPi
      • Dockerize Unifi Controller
      • Moving Unifi Controller to Bare Metal RPi
    • Lifehack
      • Coding on iPad
      • Faster internet with Cloudflare WARP
  • lifelog
    • Links
    • Movies
    • Books
      • Reading Queue
    • Public Memos
      • 2020 Memo
    • Yearly Records
      • Records of 2020
      • Records of 2019
  • books
    • The Rust Programming Language
    • Lambda Calculus
    • SICP
    • Introduction To Algorithms
      • 1.1. 알고리즘의 역할
      • 1.2. 시작하기
    • Linux System Programming 2/E
      • 1. 핵심 개념 소개
  • Programming
    • Git
    • When to refactoring?
    • Microservices
    • Functional Programming
      • ADT
      • Functor and Monads
    • OS
      • CPU Modes
    • Debugging
      • objdump
    • DevOps
      • How our infrastructure organized
      • Optimize Dockerfile
    • Spring Framework
    • Web
      • OAuth
        • Sign in with Apple
    • SQL
      • Prepared Statement
    • Programming Languages
      • TypeScript
      • Python
        • GIL
      • Rust
      • F#
        • Dos & Don'ts
      • Go
      • JVM
        • JVM memory structure
        • JVM GC
        • Kotilin
        • Java
          • Why main method should be static
  • My Environment
    • My Macbook
    • My Keyboards
    • My PyCharm
    • My CLI
      • iTerm2
      • Dotfiles
        • Refactoring .zshrc
      • Useful Commands
Powered by GitBook
On this page
  • 2019
  • 2020

Was this helpful?

  1. lifelog

Links

다시 봐야할 / 유용한 / 기타 등등 필요에 의해 저장이 필요한 링크 모음

PreviousFaster internet with Cloudflare WARPNextMovies

Last updated 4 years ago

Was this helpful?

2019

2020

Your Guide to the CPython Source Code
Conributing to CPython
확장하기 쉬운 코드가 아니라 삭제하기 쉬운 코드를 작성하자
왜 하스켈인가?
1편
2편
BDD로 테스트에 중독되어 보자
JUnit5로 계층 구조의 테스트 코드 작성하기
객체지향 프로그래밍 - 1조 달러짜리 재앙
우아한 모노리스
https://changelog.com/posts/monoliths-are-the-future
모나드 괴담
Railway Oriented Programming
https://fsharpforfunandprofit.com/
보통 사람들을 위한 클린 아키텍처
디스코드가 Go에서 Rust로 갈아탄 이야기
F# for fun and profit
어떻게 하면 안전하게 함수를 합성할 수 있을까?
그림으로 보는 펑터 어플리커티브 모나드
4개 언어에서의 대수적 데이터 타입
빠르고 정확하게 답변을 받을 수 있는 질문을 하는 법
그래서 ROP가 뭔데 씹덕아
자바 프로그래머에게 재귀는 왜 어려운가?
'커리어를 완전히 바꾸는 메모 작성법'
Write yourself a Git!
능력있는 개발자는 어떻게 알아 볼 수 있나?
NASM Tutorial
linux syscall table
DDD 및 CQRS 패턴을 사용하여 마이크로 서비스에서 비즈니스 복잡성 처리
DDD 구현기초 (거의 Final 버전) - 최범균
Domain Events vs. Event Sourcing
DDD로 복잡함 다루기 - 최범균
Implementing EventSourcing & CQRS - Springcamp2017
이벤트 소싱(Event Sourcing) 개념
Understanding Asyncio
I’m too stupid for AsyncIO
Asynchronous Python and Databases