Utkarsh Mishracodesage.hashnode.dev·Dec 13, 2024Getting Started with Axum: Beginner-Friendly Project Setup InstructionsIntroduction👋🏻 Hi there fellow rustacean! I’m Utkarsh, and I’ve joined a start-up which requires the knowledge of rust (Axum) for their backend role, as I was exploring different resources for learning Axum, it was pretty difficult to get my head a...11 likes·35 readsAxum Bootcampaxum
Sakshi from KushoAIsoftware-deep-dives.hashnode.dev·Dec 10, 2024Why is the white house urging developers to use memory-safe languages like rust to reduce bugs?This blog is written by Jeremy Rivera at KushoAI. We're building the fastest way to test your APIs. It's completely free and you can sign up here. Working primarily with Python and JavaScript, I hadn’t had to worry much about low-level memory issues....tech policy
FOBABSfobabs.hashnode.dev·Dec 9, 2024Learn Rust if You Don’t Wanna Be RustyLet’s face it: in the fast-moving world of tech, skills can go stale faster than that half-eaten sandwich in the back of your fridge. If you don’t want your coding chops to gather cobwebs, it’s time to meet Rust—a programming language so loved that d...Rust programming
Gaurav Vishwakarmablogs.gauravvishwakarma.com·Dec 3, 2024Top 20 Rust Crates for General Development in 2024Tokio: A runtime for asynchronous programming, enabling tasks like building high-performance network applications. Serde: A powerful framework for serializing and deserializing Rust data structures into various formats like JSON. Reqwest: A conveni...Top Rust libraries
CryptapeforCryptape Jungleblog.cryptape.com·Nov 29, 2024Efficiency Unleashed: Key Upgrades to the CKB Transaction PoolThis post was originally a talk delivered at Common Knowledge Conference (CKCON) 2024 in Chiang Mai, Thailand. Yukang is an open-source enthusiast and a versatile technologist. Now, he is contributing to the CKB core team and Fiber team. Explore more...37 readsTalksBlockchain technology
pulpulbasso.dev·Nov 28, 2024#3 Daily Rabbit Holes: Rust Useful Resources + Deno + Side ProjectsToday, like the past few days, I’ve spent nearly all my free time diving into the Rust + Deno ecosystem. It’s a rabbit hole I can’t seem to escape—but I’m loving every second of it! Here’s a list of links and resources I’ve come across that seem part...37 readsDaily Rabbit HolesDailyRabbitHoles
pulpulbasso.dev·Nov 26, 2024#2 Daily Rabbit Holes: Diving Deeper into Rust, V8, and the JavaScript™️ SagaUnfortunately, today I had very little time to dive into interesting topics. I spent some time on a side project (which I’ll probably write about in the coming days), worked on my day job, and did some sports. Still, my focus remains on Deno, Rust, a...34 readsDaily Rabbit HolesRust
pulpulbasso.dev·Nov 25, 2024#1 Daily Rabbit Holes: Rusty V8, Node.js and DenoThis series is essentially a notebook where I document the things I learn online during my limited free time—usually early in the morning or late at night. Today’s rabbit hole started with Deno Deploy, which powers serverless functions for services l...79 readsDaily Rabbit HolesRust
Abindran Rabindran.hashnode.dev·Nov 23, 2024Getting started with RustRust is an ahead-of-time compiled language, which means Rust code needs to be compiled first. The resulting binary can run without needing Rust installed, unlike JavaScript and Python, which require Node.js and Python to be installed on the system. ...Rust Unleashed: From Zero to Herorust setup
Abindran Rabindran.hashnode.dev·Nov 23, 2024Exploring Rust: Notes from a Beginner's JourneyThis blog acts as my personal notes while I read through The Rust Programming Language book available on the official Rust website. Think of it as a condensed version of the official guide, designed for easy reference. If you've installed Rust using ...Rust Unleashed: From Zero to Herorust book