Coding Workflows
@codingworkflows
Followers
24
Following
36
Media
1
Statuses
121
𝗛𝗧𝗧𝗣 𝗲𝗰𝗼𝘀𝘆𝘀𝘁𝗲𝗺 𝗺𝗮𝗽 Most engineers use HTTP every day. Few understand where the objective complexity hides. HTTP is no longer “just request–response over TCP.” It’s a whole ecosystem: protocols, security, infrastructure, tooling, and clients, all stacked on top
8
34
226
Rust 🦀 or C++ 🐀 Both deliver top-tier performance, but their approaches to safety and tooling set them apart. Explore the full comparison 👉 https://t.co/evG8XnzdkJ Team Rust → Tap Like 🧡 Team C++ → Hit Repost 🔁 #RustLang #Cpp #RustRover #CLion
blog.jetbrains.com
Explore Rust vs C++ across performance, memory safety, tooling, and community. Compare strengths, weaknesses, and best use cases for modern systems programming.
7
17
240
Querying PostgreSQL from the terminal 👌💯 🐘 tsql — A modern PostgreSQL manager TUI ⚡ Supports Vim-style keybindings, split-pane query editor, SQL autocomplete & more! 🦀 Written in Rust & built with @ratatui_rs ⭐ GitHub: https://t.co/iId7NMBjyb
#rustlang #ratatui #tui
19
99
785
Announcing the Beta release of ty: an extremely fast type checker and language server for Python, written in Rust. We now use ty exclusively in our own projects and are ready to recommend it to motivated users. 10x, 50x, even 100x faster than existing type checkers and LSPs.
95
287
3K
Add Sonarqube plugin to flag unwrap to be replaced with match Don't just think happy path #rustlang
We let the Internet down today. Here’s our technical post mortem on what happened. On behalf of the entire @Cloudflare team, I’m sorry.
0
0
1
Collection of blog posts for understanding the internals of #Rust and learn how Rust code maps to assembly (Credits @eventhelix) https://t.co/MaACB6DTwH
#rustland #reverseengineering
3
122
397
System calls are the interface between the user space and the kernel. They are needed for fundamental things like reading a file, and making a network call. But they are also very expensive because they need to do things like saving/restoring registers, page table, stack. More
11
79
628
Tips For Faster Rust Compile Times https://t.co/78WkZ87IQC
#rustlang
corrode.dev
Slow Rust Builds? Here are some tips to speed up your compile times. This list was originally released on my private blog, bu…
0
0
0
Rust’s standard library collections are the backbone of efficient, real-world apps. From Vec to HashMap, here’s your essential guide to mastering them. Read here: https://t.co/ZyDzU0dIxZ Author: { @zara_tech006 } #masteringbackend #RustLang #RustCollection #RustProgramming
0
2
5
Embed PostgreSQL database PostgreSQL can be bundled with your application, or downloaded on demand. https://t.co/ZAyZozdOTm
#rustlang #postgres
github.com
Embed PostgreSQL database. Contribute to theseus-rs/postgresql-embedded development by creating an account on GitHub.
0
0
0
Discover why #RustLang is the right choice for building #LowLatency systems: not just for code’s performance, but also for productivity & developer joy. 🎧 #InfoQ #podcast w/ @andrewlamb1111 👉 https://t.co/OfhOXjiIrd
#AI #ProgrammingLanguages #Performance #Concurrency #DevEx
0
2
3
Every developer I show Rust enums to says the same thing: "Wait, enums can do THAT?" Here's what they discovered
blog.cuongle.dev
Every time I explain Rust's enums to someone new, I get the same reaction: "Wait… enums can do that?"
10
20
131
Rust Tip of the day rustup update stable upgrades rustc and cargo to latest stable versions #rustlang
0
0
0
🎉 New release: dvcdbg v0.2.1 Easier debugging for Embedded Rust! Now you can writeln! over serial on Arduino Uno and beyond ✨ ✅ adapt_serial! macro ✅ I²C bus scanner ✅ no_std, HAL 0.2 / 1.0 support 🔗 https://t.co/JfIFskEj1s 🔗 https://t.co/J60fIESTI1
#Rust #Embedded
0
4
6
5/ pgsqlite v0.0.15 PostgreSQL compatibility + SQLite speed Built with Rust 1.89 📦 https://t.co/dbNaAVzUZH Don't forget to ⭐️
github.com
A PostgreSQL protocol adapter for SQLite databases. This project allows PostgreSQL clients to connect to and query SQLite databases using the PostgreSQL wire protocol. - erans/pgsqlite
0
1
0
Implementing the Raft protocol in Rust https://t.co/8uCcWH1dsS
lucas-montes.com
Implementation of the Raft protocol in Rust with Cap'n Proto
0
0
0