Logo
Login
Tech Posts 31382
100daysofcode 100daysofdevops 100pay 10mistakes 10yearworkanniversary 11 11labs 11tly 11ty 127001

Dev Blog A constructive and inclusive blog for software developers. With you every step of your journey.

Built with modern PHP and MySQL. Open source software that powers developer blogs and other inclusive communities.

Made with love and PHP. Dev Blog © 2024.

Full-stack WASM framework: Build Offline-Ready Apps with Local-First Architecture🦸‍♂️

Full-stack WASM framework: Build Offline-Ready Apps with Local-First Architecture🦸‍♂️
One day, I was building a web app which was meant to serve as a POS system that manages Business and Customers like POS registers in the traditional server-client system way at a SaaS company.As you'v...
15.04.2025 0 Read More

Web Development using Off-Stack Languages(Python,Rust,..)

Web Development using Off-Stack Languages(Python,Rust,..)
Web Development is the current trend among CS beginners and justifiably so,its easy to get started with, requires minimum system requirements,freelance opportunities, has a vast amount of resources av...
15.04.2025 0 Read More

Why does slicing in Rust fail on anything that's not English?

The thing is, slicing in Rust happens by byte index, not char index!So when you do: ⛶let full = String::from("hello world"); let part = &full[0..5]; // slice from index 0 to 5 (not inclusive) pr...
16.04.2025 0 Read More

How to Build a Multithreaded Web Server in Rust Without External Crates

How to Build a Multithreaded Web Server in Rust Without External CratesRust’s powerful concurrency model and ownership system make it an excellent choice for building fast, safe web servers. In this...
16.04.2025 0 Read More

Don't Cry about Pointers anymore - Deep Dive with C, Go and Rust

Don't Cry about Pointers anymore - Deep Dive with C, Go and Rust
Why TF does this blog even exist? Let’s be real — most of us treat pointers like radioactive waste. Let's ignore those dreadful stories of childhood when pointers were introduced to you l...
16.04.2025 0 Read More

High-cardinality values for build flags in Rust

While working on my demo on WebAssembly and Kubernetes, I wanted to create three different binaries based on the same code: Native: compile the Rust code to regular native code as a baseline Embed: co...
17.04.2025 0 Read More

How to Write a Multithreaded File Processor in Rust With Channels and Thread Pools

Rust's ownership model and safe concurrency make it a strong candidate for writing high-performance multithreaded applications. In this article, we’ll build an advanced file processor that distribut...
17.04.2025 0 Read More

Boost Your Coding Productivity with timr-tui!

Quick Summary: 📝 timr-tui is a terminal-based application written in Rust that helps users organize their time. It provides Pomodoro, Countdown, and Timer functionalities, along with custo...
17.04.2025 0 Read More

Building Debian packages from source in bootstrapped Debian

Building Debian packages from source in bootstrapped Debian
If you’re a curious user - especially one who’s into customizing your Debian - you’ve probably run into this situation at least once: you discover a cool software, but it’s either not availabl...
17.04.2025 0 Read More

Rust Concurrency: Common Async Pitfalls Explained

Rust Concurrency: Common Async Pitfalls Explained
Asynchronous programming comes with certain complexities, and it's easy to make mistakes when using async in Rust. This article discusses common pitfalls in Rust asynchronous runtimes. Unexpec...
17.04.2025 0 Read More
Loading...
#reading
Top 10 European Open-Source Projects to Watch in 2025
0
Places N queens on an NxN chessboard so that no two queens threaten each other.
0
🚀 Journey to Dev: Why I’m Building & Blogging My Way Forward
0
Part 3: How TrustGraph's Knowledge Cores End the Memento Nightmare
0
Still struggling to stay productive despite downloading multiple productivity tools? What you need is an app that offers all your productivity tools in one. Brite is your all-in-one productivity companion, check out this guide to using the Brite App.
0
#popular
Top 8 Open-Source Tools for Web Application Development
0
New Release: Free Email Signature Generator
0
Turn any git repo into llm readable format
0
Understanding Event Delegation in JavaScript: From Bubbling to Data Attributes
0
AI Runner: OpenSource desktop app for AI models
0