19 articles

📰 Dev.to · kt

Articles from Dev.to · kt · 19 articles · Updated every 3 hours · View all reads

All ⚡ AI Lessons (9433) ArXiv cs.AIDev.to · FORUM WEBForbes InnovationDev.to AIOpenAI NewsHugging Face Blog
WIMSE (Workload Identity in Multi System Environments) Deep Dive: Standardizing Identity Authentication for Microservices
Dev.to · kt 2w ago
WIMSE (Workload Identity in Multi System Environments) Deep Dive: Standardizing Identity Authentication for Microservices
A thorough breakdown of IETF draft-ietf-wimse-arch-07. From core concepts to cross-domain scenarios and security considerations, this article walks through the
GitHub Profile: A "Guest Book" Anyone Can Sign
Dev.to · kt 2w ago
GitHub Profile: A "Guest Book" Anyone Can Sign
I built a fully automated, interactive guest book using Issue Forms and GitHub Actions, where visitors can leave a message in just 10 seconds.
Identity Chaining Deep Dive: Connecting Identity Across Trust Domains with OAuth
Dev.to · kt 4w ago
Identity Chaining Deep Dive: Connecting Identity Across Trust Domains with OAuth
A comprehensive guide to Identity Chaining (draft-ietf-oauth-identity-chaining-08). Learn how to safely propagate identity and authorization information across
brtc (Brute-force Cost): A CLI Tool to Convert Password Strength into "Time to Crack and a Real USD Invoice"
Dev.to · kt 1mo ago
brtc (Brute-force Cost): A CLI Tool to Convert Password Strength into "Time to Crack and a Real USD Invoice"
More than just entropy calculation—I built a Go CLI tool to visualize how much it would cost if an offline attack were launched using modern hardware like an RT
RFC 8693 Deep Dive: Token Exchange
Dev.to · kt 1mo ago
RFC 8693 Deep Dive: Token Exchange
A comprehensive, illustrated deep dive into RFC 8693 (Token Exchange), the OAuth 2.0 standard for exchanging one token for another, exploring the crucial differ
OPA & kube-mgmt Deep Dive
Dev.to · kt 1mo ago
OPA & kube-mgmt Deep Dive
While Gatekeeper is the standard for Kubernetes policy control, its predecessor, the 'OPA + kube-mgmt' setup, remains highly relevant as a versatile policy dist
Is it True That Go Maps Don't Shrink?
Dev.to · kt 1mo ago
Is it True That Go Maps Don't Shrink?
The common belief is that Go maps don't return memory after deletion. I verified this myth with actual measurements in Go 1.25. The result: Alloc decreased by 9
Go Heap Fragmentation Deep Dive: The Battle Against 'Invisible Memory' Continues
Dev.to · kt 1mo ago
Go Heap Fragmentation Deep Dive: The Battle Against 'Invisible Memory' Continues
'The GC is running, but memory usage isn't dropping.' The cause is often heap fragmentation. This article details the design of Go's memory allocator, the mecha
Hacker Heuristics: Mental Shortcuts for Surviving a World Without 'Correct' Answers
Dev.to · kt 1mo ago
Hacker Heuristics: Mental Shortcuts for Surviving a World Without 'Correct' Answers
In modern complex systems, calculating every variable is impossible. This is a catalog of powerful rules of thumb (heuristics) for engineers to make split-secon
Rust Zero-Cost Abstractions Deep Dive
Dev.to · kt 1mo ago
Rust Zero-Cost Abstractions Deep Dive
The common wisdom that 'abstraction is slow' does not apply in the world of Rust and C++. However, not all abstractions are free. We visualize the difference be
Rust Traits Deep Dive: Static vs. Dynamic Dispatch
Dev.to · kt 1mo ago
Rust Traits Deep Dive: Static vs. Dynamic Dispatch
Do you think Traits are just Interfaces? You're half right, but you're missing half of Rust's power. Let's fully understand the difference between Static Dispat
Pingora Deep Dive: The Rust Proxy That Retired NGINX
Dev.to · kt 2mo ago
Pingora Deep Dive: The Rust Proxy That Retired NGINX
Cloudflare ditched NGINX and rewrote it in Rust to create 'Pingora'. This article dissects the source code to explain the 'Two-Stage Connection Pool' mechanism,
gmk(Git Mark): Stop Typing Git URLs
Dev.to · kt 2mo ago
gmk(Git Mark): Stop Typing Git URLs
A stylish, interactive CLI to bookmark and clone your favorite Git repositories.
Velo: A Cross-Platform Network Speed Monitor Built with Go & Wails
Dev.to · kt 3mo ago
Velo: A Cross-Platform Network Speed Monitor Built with Go & Wails
An open-source desktop tool to automatically monitor and visualize your internet connection speed over time.
The Birth of Websites: A Visual Journey through IT History
Dev.to · kt 3mo ago
The Birth of Websites: A Visual Journey through IT History
I built a visual timeline exploring the origins of major tech companies, web services, and even the dark web. Built with Vue 3 & Vite.