• OPENDEV HUB V1.0• API STATUS: 100% OPERATIONAL• CLIENT ENGINE: LOADED & CACHED• TRENDING TECH: TAILWIND V4, NEXT.JS 16, RUST, GO• ZERO AUTH REQUIRED
OPENDEVHUB

Command Palette

Search for a command to run...

DEVELOPER RELEASES

DEVELOPER NEWS STREAM

Direct logs, engine updates, and framework notifications parsed from curated RSS feeds and announcements, updated hourly.

Understanding Rust Memory Management
rust2024-01-11
JenJen

Understanding Rust Memory Management

Learning Rust, ownership, borrowing, & slicing, which somehow explain how rust manage and allocate memory. These are my personal notes while experimenting and reading https://doc.rust-lang.org/book/.

How I made it impossible to write spaghetti code.
php2024-01-21
Denzyl Dick Denzyl Dick

How I made it impossible to write spaghetti code.

This is part 2 of a series of my static analyzer for PHP. If you did not read part 1, I suggest you...

Tuts: RUST 101
rust2024-01-22
Miguel RiveraMiguel Rivera

Tuts: RUST 101

This short tutorial is the first one of a series aimed at introducing beginners to new programming...

Nuxt 3 as frontend for Tauri.
nuxt2024-01-21
Kinjalk TripathiKinjalk Tripathi

Nuxt 3 as frontend for Tauri.

Nuxt is a microframework for Vue.js. It is basically a fullstack framework for javascript. It...

Rust Learning Note: Creating a Timer with Async/Await
rust2023-12-31
Raine-Yang-UofTRaine-Yang-UofT

Rust Learning Note: Creating a Timer with Async/Await

This article is a summary of Chapter 4.11.2 of Rust Course (course.rs/) Future Trait Future trait...

Day20: Navigating Rust's File System: A Journey into File Handling🦀
rust2024-01-21
Aniket BotreAniket Botre

Day20: Navigating Rust's File System: A Journey into File Handling🦀

Welcome to Day 20 of the #100DaysOfCode journey! Today, let's dive into the fascinating world of file...

A Software Solution Concept For Server Access Control & Host Monitoring
monitoring2024-01-20
Ajetunmobi IsaacAjetunmobi Isaac

A Software Solution Concept For Server Access Control & Host Monitoring

Introduction: This article explores a software concept for efficient server access, control and host...

Rust Slices: A Comprehensive Guide
rust2024-01-20
XamanXaman

Rust Slices: A Comprehensive Guide

In Rust, slices are a fundamental data structure that allows you to store and manipulate a sequence...

Leveraging the SDK to Publish an Event to EventBridge with Lambda and Rust
serverless2024-01-20
Benjamen PyleBenjamen Pyle

Leveraging the SDK to Publish an Event to EventBridge with Lambda and Rust

Following up on my popular Rust and Lambda article, I wanted to explore how to put an event on an AWS...

Embassy on ESP: Timers
rust2024-01-19
Omar HiariOmar Hiari

Embassy on ESP: Timers

This blog post is the fifth of a multi-part series of posts where I will explore various peripherals...

AWS API Gateway with Lambda Web Adapter and Rust (axum)
aws2024-01-19
szymon-szymszymon-szym

AWS API Gateway with Lambda Web Adapter and Rust (axum)

Problem When building serverless APIs, the most natural way is to create separate...

Unlocking Rust Development in Visual Studio Code: A Comprehensive Guide and Top Extensions
rust2024-01-19
chandra penugondachandra penugonda

Unlocking Rust Development in Visual Studio Code: A Comprehensive Guide and Top Extensions

Introduction: Rust, with its emphasis on performance, safety, and concurrency, has gained...

A Rust Framework for Cloud Development: Volo
rust2024-01-18
Yacine Si Tayeb Yacine Si Tayeb

A Rust Framework for Cloud Development: Volo

I. Introduction Every tool in the CloudWeGo open-source ecosystem has been developed with...

Rust vs. Go: The benchmark
webdev2024-01-17
ZaneZane

Rust vs. Go: The benchmark

👋 Introduction Lately, there's been a lot of buzz around Rust & Go. Why all the hype?...

Navigating the Terrains of HashMaps in Rust: A Day 17 Expedition 🗺️
rust2024-01-17
Aniket BotreAniket Botre

Navigating the Terrains of HashMaps in Rust: A Day 17 Expedition 🗺️

Now, for those who are not familiar with HashMaps, let me break it down for you. A HashMap is a data...

CLI Contexts
rust2023-12-27
Kevin K.Kevin K.

CLI Contexts

How should one structure their CLI programs? I've seen this question a few times, and over the years...