JBJakub Barszczewskiinjbarszczewski.com·Jan 28, 2022 · 6 min readBasics of asynchronous Rust with TokioAsynchronouns Rust Introduction Asynchronous code is everywhere now. It's basically a must when you write anything that needs to scale, like API/backend applications. There are different ways to tackle async code in Rust, but we will use the most pop...00
JBJakub Barszczewskiinjbarszczewski.com·Jul 14, 2021 · 4 min readRust + Tauri + Svelte TutorialRust Tauri Intro As Rust is getting more traction and more people want to learn it, I've decided to create another tutorial mainly for beginners. There are few ways to create desktop applications using Rust and Tauri is definitely one that will allow...01A
JBJakub Barszczewskiinjbarszczewski.com·Jun 27, 2021 · 8 min readRust CLI Game of Life tutorial - PART 2Intro Welcome to the second part of my Rust CLI tutorial. First one can be found here. In this part we will explore how to make our application configurable by adding command line arguments. Plan is to be able to set game Universe from the input file...00
JBJakub Barszczewskiinjbarszczewski.com·Jun 27, 2021 · 8 min readRust CLI Game of Life tutorial - PART 1Intro Hi! If you're here that means you are curious about Rust and/or want to learn it. I've written my first Rust tutorial, Rust + Actix + CosmosDB (MongoDB) tutorial api, back in June 2020. This time I've decided I will try to cover another use cas...00
JBJakub Barszczewskiinjbarszczewski.com·Jun 27, 2021 · 7 min readRust + Actix + CosmosDB (MongoDB) tutorial APIIntro When working on one of my projects I decided to create simple logging API and Rust seemed like a perfect choice to learn some new tech. Same goes for going with Azure CosmosDB which now offer free tier that is perfect for learning and small per...01B