It doesn't happen overnight. via @PR0GRAMMERHUM0R
개발 관련 소식
- 팁과 유틸리티
- “PC 마우스를 휴대폰으로” 삼성 플로우가 애플의 유니버설 컨트롤보다 나은 이유
 - "쾌적한 인터넷 생활에 꼭 필요한" 크롬 필수 단축키 2가지
 - “개인 방송 기기를 업무 회의용으로?” 마이크로소프트, 엘가토 스트림 덱 전용 ‘팀즈’ 플러그인 공개
 - “코알못도 빠져든다” 초보자를 위한 아이폰 단축어 활용법
 - Carbonyl - 터미널에서 작동하는 Chromium 브라우저 (github.com/fathyb)
 - You're not using the Notes app on your iPhone to its full potential. 8 features you might not know about:
 - 윈도우 11로 전환해야 하는 이유 4가지, 그럴 필요 없는 이유 4가지
 - Dropbox Capture - 스크린샷,GIF,화면녹화 영상 만들기 (dropbox.com)
 - 라스트패스 데이터를 다른 암호 관리자로 옮기는 방법
 - 아이폰 사용자의 개인정보를 지켜주는 소소한 팁 5가지
 - 안심 글꼴파일 서비스
 - 구글 폰트보다 더 빠르고 쾌적하게, Bunny Fonts
 - displayplacer - macOS command line utility to configure multi-display resolutions and arrangements. Essentially XRandR for macOS.
 - CLI tools you won't be able to live without 🔧
 
 - 프로그래밍
- Go 1.20 릴리즈 (go.dev)
 - The JavaScript Way
 - 타입스크립트 딥다이브(한국어 번역)
 - Glidesort is a novel stable sorting algorithm that combines the best-case behavior of Timsort-style merge sorts for pre-sorted data with the best-case behavior of pattern-defeating quicksort for data with many duplicates.
 - Google, Chrome 코드베이스에 Rust 지원 추가 (security.googleblog.com)
 - 로컬 개발에 HTTPS를 사용하는 방법
 - ⚙️ Math Breakdown: Anime Homing Missiles
 - How Replit used legal threats to kill my open-source project
 - barba.js - 웹사이트 페이지간 유연하고 부드러운 전환을 추가해주는 라이브러리 (barba.js.org)
 - watcher is a Go package for watching for files or directory changes (recursively or non recursively) without using filesystem events, which allows it to work cross platform consistently.
 - Understanding JIT Optimizations by Decompilation
 - Project Loom: Revolution in Java Concurrency or Obscure Implementation Detail?
 - The Risks of Moving Too Quickly with Serverless Development
 - Virtual DOM is pure overhead
 - goRBAC provides a lightweight role-based access control implementation in Golang.
 - Bounded Flexible Arrays in C
 - Copper is a Go toolkit complete with everything you need to build web apps.
 - Optimizing Large File Transfers in Linux with Go — An Exploration of TCP and Syscall
 - Useful & Unknown Java Libraries
 - Replacing Pandas with Polars. A Practical Guide.
 - The Rise of ``Worse is Better''(UNIX Philosophy)
 - Ristretto is a fast, concurrent cache library built with a focus on performance and correctness.
 - The “Build Your Own Redis” Book is Completed
 - Use these 8Github repositories to learn Python better🚀🚀🚀
 - SW Expert Academy 알고리즘 문제
 - Learn how to use Python and the Django REST Framework to build a web API. Django REST Framework is a powerful and flexible toolkit for building Web APIs.
 - A Calculated Move: Calculators Now Emulated at Internet Archive
 - Cyber v0.1 - Cyber is a new language for fast, efficient, and concurrent scripting.
 - Hermit - 개발 환경 관리도구 (cashapp.github.io)
 - Top 8 Most Demanded Programming Languages in 2022
 - A birds-eye view of Arrow: Error Handling
 - JavaDoc Code Snippets and Friends
 - JVM Programming Advent Calendar.
 - Spring Boot Docker Best Practices
 - Docker Best Practices
 - What Java Version Are You Running? Let’s Take a Look Under the Hood of the JDK!
 - How to (mis)use Virtual Threads
 - 24 Java Features You Missed In 2022
 - Maven, What Are You Waiting For?!
 - What Should I Know About Garbage Collection as a Java Developer?
 - PHP version stats: January, 2023
 - PHP in 2023
 - C# Advent 2022
 - 2022 a Golden Year as JavaScript Moves to the Edge
 - Tips for analyzing logs
 - A debugging manifesto
 - Dioxus - User interfaces that run anywhere. 🦀 Written in Rust, inspired by React
 - 웹 앱의 번들 크기를 줄이기 위해 할 수 있는 모든 것 [번역] (velog.io)
 - FastAPI 튜토리얼
 - Introducing Microservices Patterns with Spring Integration
 - What exactly is the difference between URI and URL? A thread 🧵
 - 🛠Optimizing Docker Container Images: Strategies and Techniques for Reducing Image Size🐳
 - Kysely (pronounce “Key-Seh-Lee”) is a type-safe and autocompletion-friendly typescript SQL query builder.
 - 작은 프로젝트를 만들어가며 배우는 프로그래밍 책은 어떤게 있나요? (news.ycombinator.com)
 - The purpose of doomgeneric is to make porting Doom easier.
 - Git Commands You Probably Do Not Need
 - Golang asynchronous task/job queue with Redis, SQS, IronMQ, and in-memory backends
 - Gorsk is a Golang starter kit for developing RESTful services.
 - Nut.js - 오픈소스 데스크탑 오토메이션 툴킷 (nutjs.dev)
 - Migrating from Flask to FastAPI, Part 1
 - vikunja - The open-source, self-hostable to-do app. Organize everything, on all platforms.
 - Fighting Distraction With Unit Tests
 
 - DevOps
- SigNoz - Logs Performance Benchmark(깃허브
 - Site Reliability Engineering Checklist (github.com/bregman-arie)
 - Google Delivers Comprehensive Cloud Infrastructure Reliability Guide
 - Java Flight Recorder as an Observability Tool
 - Smocker - (server mock) A simple and efficient HTTP mock server
 - Container Orchestration
 - Go HTTP tunnel is a reverse tunnel based on HTTP/2. It enables you to share your localhost when you don't have a public IP.
 - SRE checklist - rovide teams and individuals an idea on what to take into consideration and what to aspire for in the SRE field and work
 
 - 설계
- Scalable WebSocket Architecture
 - Design Pattern Proposal for Autoscaling Stateful Systems
 - 12 Factor CLI Apps
 - System Design Master Template
 - What are microservices? The pros, cons, and how they work
 - Rust API Guidelines Checklist
 - Present and Future of the Microservice Architecture
 - Small bite sized visuals about event-driven architectures
 - Best Practices for API Quality and Security
 - I’ll discuss how @dropbox improved their write through put by 20% by removing all their SSDs
 - Chick-Fil-A 의 Edge Computing 기술 아키텍처
 - The Ultimate Guide To Software Architecture Documentation
 - Finding Adequate Metrics for Outer, Inner, and Process Quality in Software Development
 
 - 경력 관리와 개발문화
- 벤처 창업에서 글로벌 기업까지 (Intro)
 - “페이팔도 칼 들었다” 직원 2,000명 감원…전체 직원 7% 수준
 - 인텔, 임직원 임금 삭감 “PC 및 칩 수요 부진에 대응”
 - 통근 시간 사라지면? “그만큼 일한다” 전미경제연구소 조사
 - ‘내부 직원·프리랜서 자유자재로 빌린다’ 온디맨드 소싱에서 해법 찾은 기업들
 - “美서 10만 개 이상의 IT 일자리 줄었다” 얀코 어소시에이츠
 - The golden era of being an open startup is gone
 - The pool of talented C++ developers is running dry
 - The Salary You Need to Buy a Home in 50 U.S. Cities
 - “이제 출근하지 마세요”...권고사직 칼바람 부는 기업은
 - 유망벤처 그린랩스 비상경영 - 인력 줄이고 사업 구조조정 나서나
 - 공부 방법에 대해서 질문드립니다.
 - 오픈소스 핵심 인력 해고한 구글, 후회하지 않겠는가?
 - 2023 미국 직업 상위 25위 "절반이 IT"…인디드
 - Stripe eyes an exit over next 12 months
 - 월 $500 이상 버는 사이드 프로젝트가 있나요? 2023 (news.ycombinator.com)
 - Why WhatsApp Only Needs 50 Engineers for Its 900M Users
 - You should take more screenshots
 - Introducing a product delivery culture at Etsy
 - 개발자가 불황에 연착륙하는 방법 "긍정적인 경력 관리"
 - TCI, 1만 2,000명 해고한 구글에 “더 해고하고 임금 줄여라” 요구
 - 보수적인 신입 개발자
 - Confluent laying off 8% of staff
 - 2023 카카오 신입 공채 1차 온라인 코딩 테스트 for Tech developers 문제해설
 - “美 임시직 고용 5개월 감소”…“MS 클라우드, 예상 웃돌아”
 - Erik Rose Constructive Code Review PyCon 2017
 - Below are The 22 Articles that Impacted my Career the most ➕ my main highlights from each one. 🧵🧵🧵
 - More details come out on which departments saw layoffs at Google, Microsoft, and Amazon
 - 마이크로소프트, 가상 및 혼합 현실 사업 정리
 - 유니티 소프트웨어, 284명의 직원을 해고할 계획
 
 
보안/클라우드/데이터베이스 관련 소식
- 보안
- "컨테이너 이미지 취약점 87%, 알고도 손 못써" 시스디그 클라우드 보안 보고서
 - “FB 메신저, 일부러 배터리 광탈 실험했다” 전 메타 데이터 과학자 고발
 - How a single line of code brought down a half-billion euro rocket launch
 - IPinside: 대한민국의 필수 설치 스파이웨어
 - Awesome Cybersecurity Handbooks Awesome
 - 2.6 Million Domains and ~45,000 Exposed Phpinfo() Later… the Story of Unprotected Phpinfo()
 - 6 Security Risks to Consider with WebAssembly
 - bettercap is a powerful, easily extensible and portable framework written in Go which aims to offer to security researchers, red teamers and reverse engineers an easy to use, all-in-one solution
 - “비밀번호를 안전하고 편리하게 대체한다” 패스키의 이해
 - LastPass의 유출이 점점 심각해짐 (old.reddit.com)
 
 - 클라우드
- 대규모 MS 서비스 장애 분석해 보니⋯"급속한 BGP 라우터 업데이트가 원인"
 - ‘멀티 클라우드와 다르다’ 하이브리드 클라우드 A to Z
 - Cost-optimizing Amazon EBS volumes using AWS Compute Optimizer
 - Amazon RDS Proxy를 활용한 롯데이커머스의 Amazon RDS 커넥션 불균형 해결 사례
 - 𝐃𝐨𝐞𝐬 𝐭𝐡𝐞 𝐜𝐥𝐨𝐮𝐝 𝐫𝐞𝐚𝐥𝐥𝐲 𝐬𝐚𝐯𝐞 𝐜𝐨𝐬𝐭𝐬?
 - Optimized Reads and Optimized Writes Improve Amazon RDS Performances for MySQL Compatible Engines
 - Building Workflows with AWS Step Functions
 - WasmEdge - Bring the cloud-native and serverless application paradigms to Edge Computing.
 - DigitalOcean expands backup capabilities with acquisition of SnapShooter
 - EC2에 배포된 Spring 웹 애플리케이션에서 AWS 리소스에 액세스할 때 주의해야할 점
 - Log Analytics Feature in Cloud Logging Now Generally Available
 - Using Serverless WebSockets to Enable Real-Time Messaging
 - This repository contains all official Amazon EKS Helm charts
 - Teller - the open-source universal secret manager for developers
 - Performance Efficiency patterns by Microsoft
 
 - 데이터베이스
- 카드 매출 데이터 DB 분리 (Part. 1)
 - DriftDB is a real-time data backend that runs on the edge.
 - Debugging Postgres WAL events with pg_walinspect
 - Be an SQL Expert in 2023: A roadmap for absolute beginners
 - Large Object in PostgreSQL
 - Choosing a Postgres Primary Key
 - Compose Transporter helps with database transformations from one store to another. It can also sync from one to another or several stores.
 
 
HTTP Status List for Quick Reference: via @GuidesJava
EOB

댓글 없음:
댓글 쓰기