내 맘대로 위클리 뉴스 - 2025년 10주(2025.03.09 - 2025.03.15)
Python
-
Using Python to Measure Immigration Trends
- Python과 관련 데이터 분석 라이브러리(pandas 등)를 사용하여 이민 동향을 분석하고 시각화하는 방법을 보여줍니다.
-
Automating and Responding to Sentiment Analysis with Diffbot's Knowledge Graph
- Diffbot의 Knowledge Graph를 사용하여 텍스트 데이터의 감성 분석을 자동화하고, 그 결과에 따라 대응하는 시스템을 구축하는 방법을 설명합니다.
JavaScript
-
- 상태(state)와 상태 변화(transitions)를 명확하게 분리하고 함수형 프로그래밍 방식으로 관리하는 접근 방식을 설명합니다. (특히 React 컴포넌트에서)
-
How The New York Times systematically migrated from Enzyme into React Testing Library
- The New York Times가 React 컴포넌트 테스팅 도구를 Enzyme에서 React Testing Library로 체계적으로 마이그레이션한 과정과 그 이유, 그리고 얻은 이점을 설명합니다.
OOP
- Why I’m Learning C# and .NET After Two Decades of Programming
- 20년 경력의 프로그래머가 C#과 .NET을 새롭게 배우기로 결정한 이유와 그 과정에서 느낀 점을 공유하는 글
Etc
- Lumo UI
- Mastering C# Design Patterns: Practical Examples of Singleton, Factory, and Observer
- Letter to Blazor
- Writing a .NET profiler in C# - Part 5
- Minimal state management tools
- Building APIs with Next.js
- Creating static map images with OpenStreetMap, Web Mercator, and Pillow
- Here’s how I use LLMs to help me write code
- Python interpreter adds tail calls
- Beating LinkedIn “Queens” with Python
- ASCII control characters in my terminal
- A Map of Python
- Pokémon Red with Reinforcement Learning
- Good programmers worry about data structures and their relationships