Articles by Tag #rust

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

I Tried Every Hot Programming Language

In this post, I'll make an attempt to compare GoLang, Zig, and Rust. And why Rust wins this...

Learn More 245 36Dec 13 '24

I love Rust/Tauri & Svelte

Hey DEV community! 👋 I recently built a native task manager for macOS that brings the htop experience...

Learn More 195 27Nov 1 '24

👨🏻‍💻 Hacking Dioxus: How Vibe Coding Is Destroying Software Engineering

TL;DR If you're hiring vibe coders, think again before it's too late. This post isn't...

Learn More 190 17May 26

Getting familiar with Rust's Syntax

So, you've decided to learn Rust. Good choice! Rust is an awesome language that combines the power...

Learn More 154 19Jul 31 '24

Exploring Rust for Web Development.

As web applications become more and more complex, developers are constantly in the lookout for tools...

Learn More 142 17Dec 19 '24

🚀 🌟 Why Rust is the Next Big Thing in Programming 🔥

🚀 Why Rust is the Next Big Thing in Programming 🔥 Rust is redefining what modern...

Learn More 133 21Dec 17 '24

Rust fullstack web app! WASM + YEW + ROCKET

By the end of this tutorial, you will understand how to create a simple yet complete full-stack...

Learn More 118 18Sep 17 '24

A new project for Rust Developers??

Announcing Rustcrab: The Repository for Rust Developers That Isn't Crap You might think...

Learn More 115 17Jul 11 '24

Why might Rust be a smart choice for developers today?

Why might Rust be a smart choice for developers today? Video Version Rust was recently added to...

Learn More 108 25Sep 21 '24

☁️ Keep Using AWS as Usual

Hiya 👋! So, it's Sunday, homeboy, and I usually escape debates and negative thoughts. But today, I...

Learn More 88 8May 4

A Compelling Case for the Comma Operator

The comma operator is one of the lesser-known operators in C-like languages such as JavaScript and C++. Essentially, it delimits a sequence of expressions and only returns the result of the final one. So why would this ever be useful? In this article, I present a compelling case—perhaps the only one frankly speaking—for the comma operator.

Learn More 83 24Sep 6 '24

What is shift-left ⬅️ programming?

Rust 🦀 is the ultimate shift-left programming language! If Shift-left testing means that we...

Learn More 80 28Dec 17 '24

Rust vs. Zig: The New Programming Language Battle for Performance

Introduction: The Rise of a New Challenger For years, Rust has long been the go-to language for...

Learn More 78 7Mar 17

🦀 The Ultimate Rust Programming Language Mega-Tutorial 🚀

If you like this post plz subscribe me on youtube Here 🦀 The Ultimate Rust Programming...

Learn More 75 3Dec 30 '24

Build & Deploy AI-Powered Web Services from a Single Prompt

At Shuttle, we've been working on a new tool that we think could change how developers approach AI...

Learn More 69 0Jul 16 '24

Build Better With Stellar Smart Contract Challenge: A Companion Guide

Interested in our web3 challenge but not sure where to start? In this post, we'll share an overview...

Learn More 65 4Jul 9 '24

A comparison of Go and Rust syntax

Leapcell: The Next - Gen Serverless Platform for Web Hosting A Comprehensive Comparison...

Learn More 61 9Mar 15

The Ultimate Guide to Programming Languages: Choosing the Right Tool for the Job

Choosing the right programming language is critical for a project’s success, but with so many options...

Learn More 52 5Jan 25

Reading Files in Rust

Reading from a File in Rust Rust is a fast and memory-efficient systems programming...

Learn More 51 8Sep 3 '24

"I Was Bored, So I Brought Rust Enums to TypeScript" - A Tale of Questionable Life Choices

Hey there, fellow code enthusiasts! Gather 'round as I regale you with the tale of how I, in a fit of...

Learn More 51 11Oct 16 '24

Have you used Rust (or Go, or anything else) and just felt relieved by how they treat errors?

Alright, I need to vent. I've reflecting about engineering recently I swear, exception handling in...

Learn More 49 11Mar 31

Introducing Surreal Sidekick, your personal AI assistant

With the recent release of Surreal Cloud (beta) and the introduction of the Surreal Cloud panel in...

Learn More 44 5Dec 23 '24

Why I Ditched Electron for Tauri

Tauri 2 provides performance and app size benefits compared to Electron. Here's how Tauri helped my app and can help yours too!

Learn More 43 15Feb 26

Intro to Stellar: Get Started in Rust, Set Up Your Development Environment, and Write Your First Smart Contract

Hello! This is the first in a series of five livestreams designed to help the community participate...

Learn More 42 0Jul 25 '24

Should you learn Rust as your next programming language?

Hi, I want to focus on why you might be interested in learning Rust in this short article. If you're...

Learn More 41 13May 9

ALKANES: Smart Contracts on Bitcoin UTXOs

What is ALKANES? ALKANES is an application layer built directly on Bitcoin where...

Learn More 40 1Nov 28 '24

Announcing Rust 1.80.0

Announcing Rust 1.80.0 The Rust team just announced the release of Rust 1.80.0. This...

Learn More 40 4Jul 25 '24

How we Built 300μs Typo Correction for 1.3M Words in Rust

We launched our Hacker News search and RAG engine with a half-baked typo correction system. Our first...

Learn More 39 1Sep 9 '24

A Masochist's Journey to Building an HTTP Server from Scratch

I've always been curious about Rust. The buzz around its memory safety, zero-cost abstractions, and...

Learn More 38 10May 30

Building a Custom Shell in Rust from scratch

Introduction Building a custom REPL (Read-Eval-Print Loop) in Rust is a great way to...

Learn More 36 1Feb 10