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

Certificate Parsing with `domain-recon`
rust2022-11-05
Ervin SzilagyiErvin Szilagyi

Certificate Parsing with `domain-recon`

What is Certificate Parsing? Certificate parsing is a way of conducting web hacking...

I cloned a simple VScode using Tauri and ReactJS
react2022-11-04
hudy9xhudy9x

I cloned a simple VScode using Tauri and ReactJS

Hi friends, it's hudy again Recently, i wrote a tutorial about how to build a notebook - desktop...

Adding formatter and linter to rost_gen
rust2022-11-05
EakamEakam

Adding formatter and linter to rost_gen

This week, I added a formatter and linter to rost_gen (a static site generator) to improve the...

Parsing JSON with Rust
rust2022-11-04
RyosukeRyosuke

Parsing JSON with Rust

As I’ve been learning Rust, I’ve been looking for easy and practical projects to get my head around...

how to send a message to a child component in yew
rust2022-11-04
DavidCksDavidCks

how to send a message to a child component in yew

Since I took 12 hours to figure this out i decided to write up this article so you won't have to. ...

I wish to study rust
rust2022-11-02
Beck_MoultonBeck_Moulton

I wish to study rust

I would like to learn rust to build a cross-platform application (desktop), any recommendations for a...

Rust microservices in server-side WebAssembly
rust2022-11-01
Matt AngelosantoMatt Angelosanto

Rust microservices in server-side WebAssembly

Written by Michael Yuan✏️ The Rust programming language has gained mainstream adoption in the past...

Follow Friday: Rust Edition (28 October 2022)
meta2022-10-28
Erin BensingerErin Bensinger

Follow Friday: Rust Edition (28 October 2022)

Happy Friday, friends! 🎉 Follow Friday is your weekly opportunity to shout out fellow DEV Community...

Segment Trees (for Concert Tickets)
rust2022-11-01
Eric BurdenEric Burden

Segment Trees (for Concert Tickets)

One of the benefits of engaging in online communities, at least communities of other coders, is that...

4 Simple Steps for Creating a Platform Agnostic Driver in Rust
rust2022-10-31
Omar HiariOmar Hiari

4 Simple Steps for Creating a Platform Agnostic Driver in Rust

For those following my blog posts, I have recently written several separate posts working through...

Do we need a "Rust Standard"?
rust2022-10-31
Berezhnev VladimirBerezhnev Vladimir

Do we need a "Rust Standard"?

Languages like C and C++ are standardized. They are fully specified in an internationally recognized...

Build a Job Queue with Rust Using Aide-De-Camp (Part 1)
zerotrust2022-10-30
Falon DarvilleFalon Darville

Build a Job Queue with Rust Using Aide-De-Camp (Part 1)

This is the first installment in a series that runs you through creating durable job queues using...

How to build a One-Time-Password(OTP) Verification API with Rust and Twilio
actixweb2022-10-29
Demola MalomoDemola Malomo

How to build a One-Time-Password(OTP) Verification API with Rust and Twilio

Learn how to build APIs that authenticate users with their phone numbers using Rust and Twilio’s Verification Service.

Terrible 3D: A new (and horrible) 3D game engine.
webdev2022-10-28
RedstoneWizard08RedstoneWizard08

Terrible 3D: A new (and horrible) 3D game engine.

Terrible 3D (also known as t3d) So, for my coding club (which I run after school days),...

Creating a priority queue with a custom sort order using a binary heap in Rust
rust2022-10-28
Tim McNamaraTim McNamara

Creating a priority queue with a custom sort order using a binary heap in Rust

I want to create a personal web crawler. As I download each page, I collect a new list of URLs. To...

Rethinking Virtualization for Backends
devops2022-10-27
IvanIvan

Rethinking Virtualization for Backends

TLDR Virtual machines and containers have improved backends in a lot of ways, but over time they...