Build a data analysis app with Rust and Polars to explore large datasets and expose powerful queries through a REST API.
Ever since the rise of Electron, which lead to a bit of a renaissance of cross-platform desktop applications using web-technology, […]
Use Rust with wgpu to work directly with the new WebGPU standard for better control, cross-platform performance, and bug handling.
String
and &str
in RustExplore the differences between the Rust String and Str string types, looking at how they each impact your Rust coding practices.
CRDTs, or conflict-free replicated data types, is a concept that underlies applications facing the issue of data replication across a […]
Build a full-stack TypeScript app using tRPC that will be type-safe when it comes to the code, and compare tRPC to RPC, REST, and GraphQL.
We explore how to build custom SWC plugins using Rust and then use them in webpack-based projects to speed up our builds.
This tutorial will demonstrate how to build a basic message relay service in Rust that clients can connect to via WebSockets.
Learn how to create an asynchronous web app using warp and tokio-postgres and build a database-backed CRUD service with error handling — all in fewer than 300 lines of Rust code.
Learn concurrent programming in Rust using Crossbeam, an epoch-based memory management API.
Fleet has great potential, especially for developers who do not enjoy fussing around with build pipelines, or build processes in general.
Learn the basics of how to configure Vim for Rust development, plus get an in-depth look at using rust-analyzer.