내 맘대로 위클리 뉴스 - 2024년 35주(2024.09.01 - 2024.09.07)
Python
- Elixir basics for Pythonistas
- Python 개발자를 위한 Elixir에 대한 대략적인 소개를 제공하는 기사입니다.
- 두 언어 간의 주요 개념과 구문 차이점을 다루기 때문에, 함수형 언어의 특징을 살펴볼 수 있는 몇가지 예제를 제공합니다.
JavaScript
-
How to configure ESLint for React Projects?
- 깔끔하고 오류 없는 코드를 유지하기 위해 주로 활용하는 ESLint에 대한 자세한 소개를 담은 기사입니다.
-
How I Created a 3.78MB Docker Image for a JavaScript Service
- Node.js로 개발한 서비스를 3.78MB에 불과한 Docker 이미지로 마이그레이션한 방법을 공유하는 기사입니다.
OOP
- How to implement a Distributed Lock using Redis
- Redis를 사용하여 분산 잠금을 구현하는 방법을 간결하게 소개하는 기사 입니다.
Etc
- Understanding .NET stack traces - A guide for developers
- Beautiful .NET apps start here
- Creating Pixel-Perfect UI with Jetpack Compose
- The Future of Vapor
- Error handling and retry with React Server Components
- Announcing TypedSQL: Make your raw SQL queries type-safe with Prisma ORM
- Understanding the Template Method Pattern in Python
- How to Build Chatbots With LangChain
- Build a One-Product Shop With the Python Django Framework and Htmx
- CPython Compiler Hardening