codingworkflows's profile picture. Learn more about Coding Workflows

Coding Workflows

@codingworkflows

Learn more about Coding Workflows

Coding Workflows hat repostet

𝗛𝗧𝗧𝗣 𝗲𝗰𝗼𝘀𝘆𝘀𝘁𝗲𝗺 𝗺𝗮𝗽 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…

milan_milanovic's tweet image. 𝗛𝗧𝗧𝗣 𝗲𝗰𝗼𝘀𝘆𝘀𝘁𝗲𝗺 𝗺𝗮𝗽

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…

Coding Workflows hat repostet

Rust 🦀 or C++ 🐀 Both deliver top-tier performance, but their approaches to safety and tooling set them apart. Explore the full comparison 👉 jb.gg/RvsCpp25 Team Rust → Tap Like 🧡 Team C++ → Hit Repost 🔁 #RustLang #Cpp #RustRover #CLion


Coding Workflows hat repostet

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: github.com/fcoury/tsql #rustlang #ratatui #tui

orhundev's tweet image. 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: github.com/fcoury/tsql

#rustlang #ratatui #tui…

Coding Workflows hat repostet

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.

charliermarsh's tweet image. 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.

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. blog.cloudflare.com/18-november-20…



Coding Workflows hat repostet

Collection of blog posts for understanding the internals of #Rust and learn how Rust code maps to assembly (Credits @eventhelix) eventhelix.com/rust/ #rustland #reverseengineering

0xor0ne's tweet image. Collection of blog posts for understanding the internals of #Rust and learn how
Rust code maps to assembly
(Credits @eventhelix)

eventhelix.com/rust/

#rustland #reverseengineering
0xor0ne's tweet image. Collection of blog posts for understanding the internals of #Rust and learn how
Rust code maps to assembly
(Credits @eventhelix)

eventhelix.com/rust/

#rustland #reverseengineering
0xor0ne's tweet image. Collection of blog posts for understanding the internals of #Rust and learn how
Rust code maps to assembly
(Credits @eventhelix)

eventhelix.com/rust/

#rustland #reverseengineering
0xor0ne's tweet image. Collection of blog posts for understanding the internals of #Rust and learn how
Rust code maps to assembly
(Credits @eventhelix)

eventhelix.com/rust/

#rustland #reverseengineering

Coding Workflows hat repostet

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…

abhi9u's tweet image. 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…

Coding Workflows hat repostet

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: masteringbackend.com/posts/collecti… Author: { @zara_tech006 } #masteringbackend #RustLang #RustCollection #RustProgramming


Coding Workflows hat repostet

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 👉 bit.ly/4fY3A9y #AI #ProgrammingLanguages #Performance #Concurrency #DevEx

InfoQ's tweet image. 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 👉 bit.ly/4fY3A9y

#AI #ProgrammingLanguages #Performance #Concurrency #DevEx

Coding Workflows hat repostet

Rust’s .map is cool 🦀 #rust #rustlang #programming

rustaceans_rs's tweet image. Rust’s .map is cool 🦀

#rust #rustlang #programming

Coding Workflows hat repostet

Every developer I show Rust enums to says the same thing: "Wait, enums can do THAT?" Here's what they discovered blog.cuongle.dev/p/rust-enum-is…


Rust Tip of the day rustup update stable upgrades rustc and cargo to latest stable versions #rustlang


Coding Workflows hat repostet

🎉 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 🔗 crates.io/crates/dvcdbg 🔗 github.com/p14c31355/dvcd… #Rust #Embedded

k1y6k's tweet image. 🎉 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

🔗 crates.io/crates/dvcdbg
🔗 github.com/p14c31355/dvcd…
#Rust #Embedded

Coding Workflows hat repostet

5/ pgsqlite v0.0.15 PostgreSQL compatibility + SQLite speed Built with Rust 1.89 📦 github.com/erans/pgsqlite Don't forget to ⭐️


United States Trends

Loading...

Something went wrong.


Something went wrong.