내 맘대로 위클리 뉴스 - 2022년 47주(2022.11.20 - 2022.11.26)
Python
-
PyPI In a box: Using a Raspberry Pi as a portable PyPI server
- 이 기사는
PyPI
저장소를 Raspberry Pi에 복제하고, 인터넷 연결 없이 패키지를 설치할 수 있도록 콘텐츠를 제공하는 방법을 설명합니다. - 오랜만에 어딘가 숨겨진 Raspberry Pi를 꺼내볼까요?
- 이 기사는
-
How to build a modular arithmetic library in Python
- Python을 사용해서 modular arithmetic(정수의 합과 곱을 어떤 주어진 수의 나머지에 대하여 정의하는 방법) 라이브러리를 만드는 방법을 소개하는 기사 입니다.
JavaScript
- React Component with TypeScript
- React 코드를 안전하게 작성하기 위해서 TypeScript를 적용하는 방법을 소개하는 기사입니다.
Mobile
- Flutter vs Jetpack Compose: The Battle of the Decade
- Flutter 와 Jetpack Compose를 비교하는 기사입니다.
OOP
- The Spring Data JPA findById Anti-Pattern
findById
를 사용함에 있어서 주의해야 하는 상황을 소개하는 기사 입니다.
Etc
- A Guided Tour for SwiftUI ForEach Structure
- 10 Things Every Junior Software Developer Should Know To Be Successful
- ReactJS Tutorial: A Step-by-Step Guide To Learn React
- How to Scrape JavaScript Rendered Web Pages with Python
- JavaScript count down timer with a Demo!
- WHAT’S SO GREAT ABOUT FUNCTIONAL PROGRAMMING ANYWAY?
- 20 advanced coding projects to expose you to complex concepts
- The magical world of Particles with React Three Fiber and Shaders
- Write Chrome Extensions in Python
- Building Generator Pipelines in Python
- How to Benchmark (Python) Code
- Parallel Nested For-Loops in Python
- Getting started with semantic search
- Trie in Python