Jakub Barszczewski
Jakub Barszczewski

Jakub Barszczewski

Follow
homebadges

Basics of asynchronous Rust with Tokio

Jan 28, 20226 min read

Asynchronouns Rust Introduction Asynchronous code is everywhere now. It's basically a must when you write anything that needs to scale, like...

Basics of asynchronous Rust with Tokio

Rust + Tauri + Svelte Tutorial

Jul 14, 20214 min read

Rust 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....

Rust + Tauri + Svelte Tutorial

Rust CLI Game of Life tutorial - PART 2

Jun 27, 20218 min read

Intro 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...

Rust CLI Game of Life tutorial - PART 2

Rust CLI Game of Life tutorial - PART 1

Jun 27, 20218 min read

Intro 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...

Rust CLI Game of Life tutorial - PART 1

Rust + Actix + CosmosDB (MongoDB) tutorial API

Jun 27, 20217 min read

Intro 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...

Rust + Actix + CosmosDB (MongoDB) tutorial API