Dissecting Deno
A technical deep-dive into the Deno JavaScript runtime, exploring its architecture, similarities to Node.js, and use of Rust and V8.
A technical deep-dive into the Deno JavaScript runtime, exploring its architecture, similarities to Node.js, and use of Rust and V8.
A developer considers rewriting their Clojure static site generator in Rust, weighing the technical trade-offs and learning opportunities.
An in-depth guide to error handling in Rust, focusing on the Result<T, E> enum and best practices for managing operations that can fail.
A technical guide on building high-performance PostgreSQL extensions using the Rust programming language and the pgx framework.
A developer explores using a Rust library to significantly speed up the process of extracting top-level domains from a massive reverse DNS dataset.
A tutorial on integrating Rust modules into Electron apps using the napi-rs library to improve performance for intensive tasks.
An overview of MeiliSearch, a minimalist, Rust-based full-text search engine, highlighting its features, codebase, and performance.
A developer shares his first impressions of Warp, a new Rust-based terminal, comparing its performance and features to iTerm2.
A developer shares their experience using the nom parser combinator framework in Rust to build a query language parser for a log analysis tool.
Introducing pq, a Rust-based tool for parsing and querying log files as time series data with PromQL-like syntax.
A developer's predictions for the future of computing, covering WASM, Rust, Kubernetes rivals, serverless, AI, and programming language trends.
Explains Rust's module system, focusing on privacy rules and visibility modifiers for functions and nested modules.
A developer begins a series on learning the Rust programming language, sharing a Microsoft resource and inviting others to join a live stream.
Announcing a pure Rust library for Apple code signing, enabling binary and bundle signing on non-Apple hardware.
Explores the benefits of using Rust programming language to build high-performance, reliable Kubernetes operators for automating application management.
A tutorial on building and deploying a web API with Rust's Rocket framework, including routing, database integration, and deployment.
A developer compares learning Rust and Go for systems programming, highlighting their design philosophies and personal coding experiences.
The article argues that successful tech alternatives succeed by simplifying and refining core ideas, not expanding on them, using examples like Alpine Linux, Go, and UTF-8.
Explores WebAssembly-powered search tools for static websites, comparing Rust-based solutions like tinysearch and Stork, and presenting a technical demo.
A side-by-side comparison of basic syntax and concepts in Go, Rust, and C++, including variables, arrays, functions, and OOP.