dev/index
An Illustrated Guide to OAuth and OpenID Connect
An illustrated guide to explain OAuth and OpenID Connect!
Cloudflare Pages
Build your next application with Cloudflare Pages
Configure Samba to Work Better with Mac OS X
Below is a working recommended fruit config:
Creating the Commodore 64: The Engineers’ Story
The daring and design that went into the best-selling computer of all time
Do You know how to batch?
Concurrent systems face a delicate balance: enabling high throughput under contention while maintaining low latency and predictable behavior. Traditional locking strategies and naive parallelization often introduce performance bottlenecks through cache contention, false sharing, and excessive context switching. These issues are further exacerbated in Cloud and virtualized environments, where pe...
Ebazhanov/linkedin-skill-assessments-quizzes: Full reference of LinkedIn answers 2023 for skill assessments (aws-lambda, rest-api, javascript, react, git, html, jquery, mongodb, java, Go, python, machine-learning, power-
Full reference of LinkedIn answers 2024 for skill assessments (aws-lambda, rest-api, javascript, react, git, html, jquery, mongodb, java, Go, python, machine-learning, power-point) linkedin excel t...
Git - Hotkey Cheatsheet
Comprehensive guide to Git hotkeys. Boost your productivity with our detailed cheatsheet.
Hotkey Cheatsheet - Improve Your Productivity with Keyboard Shortcuts
Access a comprehensive hotkey cheatsheet for popular software and applications. Enhance your workflow and productivity with time-saving keyboard shortcuts.
https://composeflow.io/
ComposeFlow empowers developers to build fully native apps visually and effortlessly. Create stunning, production-ready apps in no time with our intuitive tools
MinIO for Modern Datalakes
MinIO delivers scalable, high-performance data lakehouse solutions, ideal for AI/ML, hybrid cloud, and cost-effective control of unstructured data.
Mojo 🔥: Programming language for all of AI
Mojo is a programming language that unifies high-level AI development with low-level systems programming. Write once, deploy everywhere - from CPUs to GPUs - without vendor lock-in.
oq - a terminal-based OpenAPI Spec (OAS) viewer
Terminal OpenAPI Spec viewer. Contribute to plutov/oq development by creating an account on GitHub.
Outbox Pattern Survival Guide TL;DR: Successfully implementing the Outbox pattern in distributed systems is harder than it looks. Here are some common pitfalls and…medium.com
TL;DR: Successfully implementing the Outbox pattern in distributed systems is harder than it looks. Here are some common pitfalls and…
PostgreSQL + Outbox Pattern Revamped — Part 2
Part 1 of this series introduced the outbox pattern as a reliable approach for message delivery in...
QuickRef.ME - Quick Reference Cheat Sheet
Share quick reference and cheat sheet for developers
Redis Returns to Open Source under AGPL License: Is It Too Late? - InfoQ
Redis 8 has recently hit general availability, switching to the AGPLv3 license. A year after leaving its open source roots to challenge cloud service providers and following the birth of Valkey, Redis
Samba4 issues with Time Machine: cannot create new backup on Samba share
Note: originally posted on StackExchange. I'm not sure which location is more appropriate, my apologies if the duplication causes issues. TL;DR: Time Machine cannot create a new backup on my shared
Software Performance: Avoiding Slow Code, Myths & Sane Approaches – Casey Muratori | The Marco Show - YouTube
Why does modern software feel so slow? Casey Muratori joins Marco to talk about performance-aware programming, the infamous Windows Terminal story, expectations in game servers, AI hype, and why Python might just be holding us all back. A deep, unfiltered conversation about performance, software culture, and the future of programming. What you’ll learn: – The truth about software performance (...
The New Stack | DevOps, Open Source, and Cloud Native News
The latest news and resources on cloud native technologies, distributed systems and data architectures with emphasis on DevOps and open source projects.
Writing a TrueType font renderer
Text is the medium of digital interaction, and text rendering has an outsized impact on the overall fit and finish of any system. It therefore pains me that axle has for years relied on a low-resolution 8x8 bitmap font. Let’s fix it! Take a look at the characters composing this sentence. Note the curves, the negative space, the use of size and distance. If you’ve got a magnifying glass handy, y...