After ages I'm starting to work on desktop apps again. Building this super minimal, note taking desktop app with Rust (Tauri) and Svelte Waitlist link 👇 #buildinpublic #indiedevs
Mr SheerLuck
@mrsheerluck.bsky.social
Building https://sharplines.org | 2100 http://chess.com | Writes at https://blog.sheerluck.dev Learning game dev with #godot
Published No BS Guide to Vim Motions article. In this vim motions guide, you're going to learn everything about vim motions from scratch and just enough to start using it in your day to day work. blog.sheerluck.dev/posts/no-bs-... #vim #programming #neovim
No BS Guide to Vim Motions | Mrsheerluck Blog
In this post, we are going to learn about vim motions
blog.sheerluck.dev
Published another article on learning Rust series. In this article, you'll learn Error handling in Axum by building a Pastebin API in Rust #rust #rustlang #backend #programming blog.sheerluck.dev/posts/learn-...
Learn Axum Error handling by Building a Pastebin API | Mrsheerluck Blog
In this post, we are going to build a Pastebin API with proper error handling
blog.sheerluck.dev
Published another article in learning Rust series. In this, we will learn basics of Axum and routing by building a URL shortener in Rust. #rust #rustlang #backend #axum blog.sheerluck.dev/posts/learn-...
Learn Axum Basics and Routing by Building a URL Shortener | Mrsheerluck Blog
In this post, we are going to learn baics of Axum and routing and build a URL shortener in Axum. This is the first part of our backend series in Rust
blog.sheerluck.dev
Published another article on Bevy Engine (Rust game dev) series. Learn the basics of Bevy 0.9 by building a pong game and deploy it to itchio #bevy #bevyengine #gamedev #indiedev #rust blog.sheerluck.dev/posts/learn-...
Learn the Basics of Bevy 0.9 by Building and Deploying Pong to Itch.io | Mrsheerluck Blog
Build Pong from scratch using the Bevy game engine in Rust. Learn ECS, the game loop, collision detection, player input, and scoring. Then deploy a playable web version to Itch.io.
blog.sheerluck.dev
Next article on Bevy Engine 0.9 (Rust game dev) series. This is an updated first article for Bevy 0.9 series. I've also re-written the article to follow an incremental style of learning and building the project. I hope you'll love it, Publishing tomorrow. #rust #bevy #bevyengine #gamedev #indiedev
Published another article on learning Rust series. In this article, you'll learn SQL and SQLx by building a book library CLI in Rust I hope you'll enjoy this. Its a long one but very informative. #rust #rustlang #sqlx blog.sheerluck.dev/posts/learn-...
Learn SQL and SQLx by Building a Book Library CLI in Rust | Mrsheerluck Blog
Learn complete SQL and SQLx 0.9 by building a book library cli in Rust
blog.sheerluck.dev
Building an Open Source Self Hosted Book Reading Web App in Rust(Axum), SQLite, Cloudflare R2 (in future would change to self hosted Garage) > Improved dashboard page github.com/MrSheerluck/... #buildinpublic #opensource #selfhosted #indiedevs
Building an Open Source Self Hosted Book Reading Web App in Rust(Axum), SQLite, Cloudflare R2 (in future would change to self hosted Garage) > Improved EPUB reading experience > Working on improving the dashboard github.com/MrSheerluck/... #buildinpublic #opensource #indiedevs #rust
Building an Open Source Self Hosted Book Reading Web App in Rust(Axum), SQLite, Cloudflare R2 (in future would change to self hosted Garage) Github: github.com/MrSheerluck/... > Added grid layout to view all books > Support for EPUB and PDF #opensource #indiedevs #rust
Published another article on learning Rust series. In this article, you'll learn about Async Rust, Futures, Tokio by building a HTTP/1.1 Server From Scratch in Rust #rust #rustlang blog.sheerluck.dev/posts/learn-...
Learn Rust Async/Await, Tokio, and TCP Networking by Building an HTTP/1.1 Server | Mrsheerluck Blog
In this post, we are going to learn about async/await in Rust. We will learn about futures, the difference between OS threads and async tasks, the Tokio runtime, async TCP. Once we cover all the conce...
blog.sheerluck.dev
Building an Open Source Self Hosted Markdown Note Taking Web App in Rust(Axum), Svelte, SQLite, Cloudlfare R2 > Adding Split pane support and fixed some minor bugs > Soon I'll replace R2 with my self hosted version using Garage #rust #indiedevs #opensource #buildinpublic
Building an Open Source Self Hosted Markdown Note Taking Web App in Rust(Axum), Svelte, SQLite, Cloudlfare R2 > Adding tab support > Cleaned UI a lot #rust #opensource #indiedevs #buildinpublic
Next article in Rust Game Dev Series covers Building Breakout Game in Bevy Publishing tomorrow #bevy #bevyengine #rust #rustlang
Building an Open Source Self Hosted Markdown Note Taking Web App in Rust(Axum), Svelte, SQLite, Cloudlfare R2 > Improved the Editor a lot #rust #opensource #indiedevs #buildinpublic
Another article publish in learning rust series. In this post, you'll learn about concurrency and threads in Rust by building a thread pool in Rust from scratch #rust #rustlang #programming blog.sheerluck.dev/posts/learn-...
Learn Rust Concurrency By Building a Thread Pool | Mrsheerluck Blog
In this post, we are going to learn about concurrency and threads in Rust. Once we cover all the concepts, we will build a Thread Pool in Rust
blog.sheerluck.dev
Building an Open Source Self Hosted Markdown Note Taking Web App in Rust(Axum), Svelte, SQLite, Cloudlfare R2 > Working on making editor more like Obsidian #rust #indiedevs #buildinpublic #opensource
Hello Rust and Open source people My first ever contribution to @servo.org 🎉 Hopefully I'll contribute even more in the future. See you soon
Contributors needed for Svelte and Rust I'm building an open source self hosted markdown note taking web app using Rust and SvelteKit and there are currently a ton of test related issues. github.com/MrSheerluck/... #rust #opensource #indiedevs #buildinpublic
GitHub - MrSheerluck/openslate: A self-hosted markdown note-taking app. Fast, simple, private. Access your notes from any device.
A self-hosted markdown note-taking app. Fast, simple, private. Access your notes from any device. - MrSheerluck/openslate
github.com
Building an Open Source Self Hosted Markdown Note Taking Web App in Rust(Axum), Svelte, SQLite, Cloudlfare R2 > Using CodeMirror instead of Tiptap for better markdown support > Added deployment and setup isntructions #rust #opensource #indiedevs #buildinpublic
Building an Open Source Self Hosted Markdown Note Taking Web App in Rust(Axum), Svelte, SQLite, Cloudlfare R2 > Added Command Palette and docs > 4 new contributors worked on adding tests for backend APIs #opensource #indiedevs #rust #selfhost
Next article in Rust Game Dev Series covers Building Breakout Game in Bevy Game Engine. > It's a quick one but you'll get to practice whatever you learned in the previous 2 articles Publishing Tomorrow. #rust #gamedev #bevy #bevyengine
open to take contributions. Be it bug fixes, writing tests, docs, fixing Github CI/CD pipeline etc #rust #rustlang #opensource #indiedevs #buildinpublic github.com/MrSheerluck/...
GitHub - MrSheerluck/openslate: A self-hosted markdown note-taking app. Fast, simple, private. Access your notes from any device.
A self-hosted markdown note-taking app. Fast, simple, private. Access your notes from any device. - MrSheerluck/openslate
github.com
Published another article on learning Rust series. In this article, you'll learn about Smart Pointers in Rust by building a Git Commit Graph Viewer in Rust I hope you'll enjoy this. See you soon with another one #rustlang #rust blog.sheerluck.dev/posts/learn-...
Learn Rust Smart Pointers and Interior Mutability by Building Git Commit Graph Viewer | Mrsheerluck Blog
In this post, we are going to learn about smart pointers and interior mutability in Rust. Once we cover all the concepts, we will build a Git Commit Graph Viewer
blog.sheerluck.dev
Building an Open Source Self hosted Markdown Note taking Web App using Rust, Svelte and SQLite and Cloudflare R2 for media storage github.com/MrSheerluck/... #rust #indiedevs #opensource #buildinpublic
Next article in Rust series covers Smart Pointers by building a Git Commit Graph Viewer in Rust. It's a long one but an interesting one too. After this we are going to cover concurrency and I'm really excited too, we are almost at the end of the Rust series. #rust #rustlang #programming