내 맘대로 위클리 뉴스 - 2022년 19주(2022.05.8 - 2022.05.14)
Python
- PyCon US 2022 Highlights
- PyCon US 2022에서 소개된 세션 중에서 글쓴이(저자)가 뽑은 주요 내용입니다.
- 내용이 조금 길지만, 위트있게 소개하고 있으니 이 기사를 시작으로 PyCon US 2022를 즐겨보세요. 국내 PyCon 행사도 10월에 진행될 예정이니 많은 관심 부탁드립니다.
JavaScript
-
Porting Zelda Classic to the Web
- Zelda Classic(오리지널 Zelda를 기반으로 한 게임 엔진)을 WebAssembly를 사용하여 대규모 C 코드베이스를 웹으로 이식하는 과정을 자세히 소개하는 기사 입니다.
-
The triple dot syntax (...) in JavaScript: rest vs. spread
- JavaScript에서 사용하는 세 개의 점(...)이 두 가지 다른 방식에 적용되는 사례를 간단한 예제를 통해서 소개하는 기사 입니다.
Mobile
-
Send Events from SwiftUI to UIKit and Vice Versa
- SwiftUI 코드를 UIKit(또는 AppKit) 을 함께 사용하는 것에 관심이 있으시면 이 기사도 함께 참고해보세요!
-
How to create SwiftUI circular progress bar
- SwiftUI를 사용해서 원형 프로그레스바를 만드는 과정을 소개하는 기사입니다.
OOP
-
- Kotlin의 Collections의 Maps을 그림을 활용해서 자세히 소개하는 기사입니다.
- C#은 Dictionary implementation in C# 기사를 참고하세요 :D
-
Which .NET Design Pattern is Best For Your Next Project
- .NET 프로젝트에 적용할 수 있는 몇가지 디자인 패턴(MVC, MVVM, etc...)을 소개하는 기사 입니다.
Etc
- Building High-Performance Notification Engine Using Pure Functional Scala, ZIO HTTP, ZIO Kafka. Event-Driven Architecture.
- A Guide to Event-Driven Architecture in Elixir
- Recognize Digits Using ML in Elixir
- Building a JavaScript Bundler
- Exploring Google Analytics Realtime Data with Python
- Introduction to Linear Programming in Python
- Python decorator patterns
- Introducing Woodwork - An Open Source Python Library for Rich Semantic Data Typing
- Django Friday Tips: Less known builtin commands
- Modern Python performance considerations
- A most vexing parse, but for Python packaging
- Django filter - filter(A).filter(B) vs filter(A, B)
- An overview of structural pattern matching for Python
- PyScript — unleash the power of Python in your browser