Logo
Login
Tech Posts 31207
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.

How I Built My Own Last.fm Clone on Bluesky’s AT Protocol — Join the Beta!

How I Built My Own Last.fm Clone on Bluesky’s AT Protocol — Join the Beta!
The idea of tracking and sharing what I listen to has always fascinated me. I’ve been a long-time user of Last.fm, but I wanted something more open, decentralized, and built on modern protocols. Tha...
13.03.2025 0 Read More

Simplifying SQL function implementation with Rust procedural macro

Simplifying SQL function implementation with Rust procedural macro
Background ⛶#[function("length(varchar) -> int4")] pub fn char_length(s: &str) -> i32 {     s.chars().count() as i32 }This exemplifies a RisingWave implementation of...
13.03.2025 0 Read More

Mastering Error Handling in Rust: Beyond Result and Option

Mastering Error Handling in Rust: Beyond Result and Option
Error handling in Rust is not as simple as just using Result and Option. For beginners, Rust’s error handling can be quite unfriendly. After struggling with it multiple times, I decided to organize ...
13.03.2025 0 Read More

Rust Cross-Platform Development: Build Once, Deploy Everywhere

As a best-selling author, I invite you to explore my books on Amazon. Don't forget to follow me on Medium and show your support. Thank you! Your support means the world! Cross-platform development r...
14.03.2025 0 Read More

Rust Smart Pointers Explained: Ownership, Memory, and Safety

Rust Smart Pointers Explained: Ownership, Memory, and Safety
What Are Smart Pointers in Rust? Smart pointers are a type of data structure that not only own data but also provide additional functionalities. They are an advanced form of pointers.A pointe...
14.03.2025 0 Read More

Mastering Rust Project Structure with Packages, Crates, and Modules 🚀

As your Rust projects grow, organizing your code efficiently becomes crucial for maintainability, reusability, and scalability. Rust provides a well-defined module system using packages, crates, and m...
15.03.2025 0 Read More

A comparison of Go and Rust syntax

A comparison of Go and Rust syntax
Leapcell: The Next - Gen Serverless Platform for Web Hosting A Comprehensive Comparison of Code Writing in Go and Rust I. Introduction In today's programming world, both Go and Rust a...
15.03.2025 0 Read More

Creating simple and fast lexer with logos

Creating simple and fast lexer with logos
Logos Hello guys, this is my first post. I'm writing this post cause of i really liked and enjoyed during writing the tokenizer with the logos but i couldn't what i wanted, maybe i didn't und...
15.03.2025 0 Read More

A Simple Guide to Read Rust Source Code Effectively

A Simple Guide to Read Rust Source Code Effectively
1. Start with Fundamental Modules These modules are used in almost every Rust program, and understanding them is the foundation of learning the Rust standard library. std::option::Option and...
16.03.2025 0 Read More

Why i dropped Golang and started rust.

Why I dropped Golang and started Rust.So, I was learning Golang and then became obsessed with the raw performance of a language. That's when I discovered Rust. Everyone was saying Rust is the GOAT, as...
16.03.2025 0 Read More
Loading...
#reading
Three laws of software agents by Isaac Asimov (kind of)
0
উইন্ডোজ ১১ এর অসাধারণ ১০টি ফিচার যা না জানলেই নয়
0
How to Stay Healthy While Sitting at a Computer All Day
0
The Secret to Faster, More Efficient AI Prompt Management – You Won’t Believe What These Tools Can Do!
0
Python’da Kapsülleme (Encapsulation): Veri Gizleme ve Kontrollü Erişim
0
#popular
Mastering OpenAI’s new Agents SDK & Responses API [Part 1]
0
What is Model Context Protocol (MCP): Explained in detail
0
Beginner's Guide to the Model Context Protocol (MCP)
0
A Step-by-Step Guide to Install DeepSeek-V3-0324 Locally
0
How to Run DeepSeek Locally Using Ollama
0