• 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.

Lemmy Server 0.16.7 on OpenBSD 7.2: Install
lemmy2023-01-15
nabbisennabbisen

Lemmy Server 0.16.7 on OpenBSD 7.2: Install

Summary This post is a part of Lemmy 0.16.7 on OpenBSD 7.2 about Lemmy. ...

Advent of Code 2022 - Day 13
adventofcode2022-12-13
Eric BurdenEric Burden

Advent of Code 2022 - Day 13

It’s that time of year again! Just like last year, I’ll be posting my solutions to the Advent of Code...

Lemmy 0.16.7 on OpenBSD 7.2
lemmy2023-01-15
nabbisennabbisen

Lemmy 0.16.7 on OpenBSD 7.2

Summary Lemmy is one of Fediverse implementations, which focuses on link aggregators. It...

Custom File Uploader
rust2023-01-15
Mr ShanasMr Shanas

Custom File Uploader

Hello there it's 2023 and are you bored of the default tedious file input that HTML offers?, well I...

Rust Formatting
rust2023-01-15
SivakumarSivakumar

Rust Formatting

In this post, let us explore different ways to format integers, decimal, strings using format...

Rust Date & Time
rust2023-01-14
SivakumarSivakumar

Rust Date & Time

In this blog post, let us explore how to work with Date & Time in Rust Creating...

Slim, possivelmente o framework ideal para quem vem do Golang
aws2023-01-14
Joubert RedRatJoubert RedRat

Slim, possivelmente o framework ideal para quem vem do Golang

Eu trabalho com programação PHP há pelo menos 13 anos, já usei o PHP puro, frameworks como...

Part-0 The Plan
rust2023-01-14
Masashi Masashi

Part-0 The Plan

In this series, we are going to build a compiler. I assume that you have limited knowledge of working...

#Rust 🦀 – Let’s create a Generic log() Function👍
englishpost2023-01-14
El BrunoEl Bruno

#Rust 🦀 – Let’s create a Generic log() Function👍

Hi ! Let’s create a generic log function. This will not make a lot of sense, since the println!...

Best aesthetic pc build colors for developers
csharp2023-01-13
Kachkol AsaKachkol Asa

Best aesthetic pc build colors for developers

The color of the components may not seem to be a major factor when constructing a PC for development...

#Rust 🦀 – Working with Generics and Types 👍
englishpost2023-01-12
El BrunoEl Bruno

#Rust 🦀 – Working with Generics and Types 👍

Hi ! I first used Generics back in the old C# days. It’s a super cool feature. Let’s ask ChatGPT for...

rusty-css: a css in rust solution
webdev2023-01-12
DavidCksDavidCks

rusty-css: a css in rust solution

My solution to writing css in rust that is highly accessible and mangable from your rust code. If...

#Rust 🦀 – Accesing external vars in threads 🧵
englishpost2023-01-11
El BrunoEl Bruno

#Rust 🦀 – Accesing external vars in threads 🧵

Hi ! In order to access external variables in a thread, we must use the move closure with the move...

How to launch a private local substrate blockchain
blockchain2023-01-10
Michael AssafMichael Assaf

How to launch a private local substrate blockchain

In this tutorial, you'll see how to launch your own private local blockchain with trusted...

#Rust 🦀 – Working with threads 🧵 and joining thread handles
englishpost2023-01-10
El BrunoEl Bruno

#Rust 🦀 – Working with threads 🧵 and joining thread handles

Hi ! Let’s take a look at the following code. The main thread will run a loop for ~5 seconds,...

An Open Source Rust SNMP Simulator
rust2023-01-10
Frank HorvathFrank Horvath

An Open Source Rust SNMP Simulator

In much of the work we carry out for communication service providers (CSPs), either as part of...