Tauri Has a Free Framework for Desktop Apps — 10x Smaller Than Electron
Your Electron app is 200MB. The same app built with Tauri is 20MB. What is Tauri? Tauri lets you build desktop apps using web technologies
Curated development tutorials from top sources. Filter by language.
Your Electron app is 200MB. The same app built with Tauri is 20MB. What is Tauri? Tauri lets you build desktop apps using web technologies
ESLint takes 30 seconds to lint your project. Oxc does it in under 1 second. Same rules, 50-100x faster. What is Oxc? Oxc (Oxidation Compi
Vite uses esbuild for dev and Rollup for production. That split causes subtle bugs. Rolldown fixes it by replacing both — with one Rust-powered bundle
I just released v1.2 of S3D-K, a 3D engine that compresses JavaScript using symbolic glyphs. One glyph = hundreds of JS lines. My own project went fro
Tauri v2 lets you build desktop AND mobile apps from a single codebase using web technologies. Unlike Electron, Tauri apps are tiny (2-5MB), fast, and
wgpu is a cross-platform graphics API implementation in Rust. It powers Firefox's WebGPU implementation, but what most developers don't know is that y
Val is a research programming language focused on mutable value semantics. Created by researchers at the University of Montreal and Apple, it explores
Zoxide is a smarter cd command that learns your habits. Written in Rust, it remembers which directories you visit most and lets you jump to them with
Lapce is a lightning-fast code editor written in Rust with native GUI performance. Built on the Floem UI library and powered by Xi-Editor's rope scien
Helix is a post-modern text editor written in Rust that's taking the developer world by storm. While most people know it as a terminal-based editor wi
VS Code is the default. But it's Electron — 200MB of Chromium rendering text. Open a large file and watch the frame rate drop. Switch between files an
Your terminal prompt shows user@hostname:~/dir$. You cd into a Node project — no indication of Node version. You check out a branch — no git status. Y
You SSH into a server and need that obscure awk command you ran last week on your laptop. Ctrl+R gives you fuzzy search on one machine. Atuin gives yo
Exploring Backend Development with Rust and Go: A Web Developer’s Perspective Hello fellow coders and tech enthusiasts! I’m Web Developer Travis McCr
React re-renders your entire component tree when state changes. Svelte compiles away the framework. Sycamore takes the Svelte approach but in Rust — c
Your terminal feels sluggish. Scrolling through build output stutters. Resizing the window takes a beat. You've tried every font rendering setting in
ContextZip is open source, MIT-licensed, and actively looking for contributors. If you've been wanting to contribute to a Rust project, here are concr
I owe you an apology. I said I was going to document my journey learning Rust daily… Yeah… that didn’t happen 😅 Life happened. Work happened. Overth
Most DAO governance frameworks start from whitepapers. Mine started from attending Japanese festivals. I'm Ko Takahashi — CEO of Jon & Coo Inc., Lead
Hey! I built S3D-K, a 3D engine that compresses JS using glyphs. Went from 10k --> 900 lines on my own project. Still early stage but promising! I can