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

Rust in Linux, AoT Compiler in React
rust2021-12-20
Dawid KimanaDawid Kimana

Rust in Linux, AoT Compiler in React

Some interesting things are happening in the development space as we head into 2022. I will highlight...

10x Sprint Master: a technical and social experiment
gamedev2021-12-18
Eduardo PinhoEduardo Pinho

10x Sprint Master: a technical and social experiment

I recently wrote a game for the GitHub GameOff jam, which has been a fairly common practice of mine...

Making Games in Rust - Part 3 - Floors and Gravity
rust2021-12-13
Sébastien BelzileSébastien Belzile

Making Games in Rust - Part 3 - Floors and Gravity

Now that we have a window, and a character drawn on the screen, it's time to make our character fall....

Making Games in Rust - Part 2 - Drawing Stuff and Cameras
rust2021-12-10
Sébastien BelzileSébastien Belzile

Making Games in Rust - Part 2 - Drawing Stuff and Cameras

Drawing a Square Our game will be composed of sprites. All our world will be built with...

Writing and deploying Rust Lambda function to AWS: Image glitch as a service
rust2021-12-10
Kirill VasiltsovKirill Vasiltsov

Writing and deploying Rust Lambda function to AWS: Image glitch as a service

A detailed guide to deploying and writing AWS Lambdas in Rust

Making a 68000 Emulator in Rust
rust2021-12-09
transistor fettransistor fet

Making a 68000 Emulator in Rust

Originally published at jabberwocky.ca Written November 2021 by transistor_fet A few...

Making Games in Rust - Part 1 - Bevy and ECS
rust2021-12-07
Sébastien BelzileSébastien Belzile

Making Games in Rust - Part 1 - Bevy and ECS

Context I recently stumbled upon a short YouTube video of somebody building a roguelike...

SafeCloset, a Secret Safe - Why and how I made it in Rust
rust2021-12-07
Denys SéguretDenys Séguret

SafeCloset, a Secret Safe - Why and how I made it in Rust

The why and the how of this new secret safe cross-platform TUI I wrote in Rust

Semantics, Not Syntax; Developer empowerment using functional-first programming
fsharp2021-11-29
Kirk ShillingfordKirk Shillingford

Semantics, Not Syntax; Developer empowerment using functional-first programming

"It's not about syntax; it's about semantics." - Richard Feldman This article is just a collection...

Optimising Code - The Devil Lies In the Details
optimisation2021-12-02
MaximilianMaximilian

Optimising Code - The Devil Lies In the Details

Optimising code for high performance can be exhausting; where can you squeeze that last bit of speed...

How to build a blockchain in Rust
rust2021-12-01
Matt AngelosantoMatt Angelosanto

How to build a blockchain in Rust

Written by Mario Zupan ✏️ When we think about P2P technology and what it’s used for nowadays, it’s...

Creating a Web Page with Actix-Web (Rust )
rust2021-12-01
Michael OlayemiMichael Olayemi

Creating a Web Page with Actix-Web (Rust )

Overview In this tutorial, we are going to build a simple website using actix, a stable framework...

Xplorer, a modern File Explorer that was written using TypeScript, has its performance improved on the recent release
typescript2021-11-22
Justin Maximillian KimlimJustin Maximillian Kimlim

Xplorer, a modern File Explorer that was written using TypeScript, has its performance improved on the recent release

Hello devs! About two months ago, I released the first version of Xplorer and wrote a post about...

Git Internals part 2: packfiles
git2021-11-27
Caleb SanderCaleb Sander

Git Internals part 2: packfiles

This post continues the "Git Internals" series. In part 1, we introduced git's object storage model....

Building a simple on-chain point of sale with Solana, Anchor and React
react2021-11-26
Fernando MendezFernando Mendez

Building a simple on-chain point of sale with Solana, Anchor and React

Note: All the code for this post can be found in this github repo. A few days ago, I started playing...

Go footguns: Go Defer and Rust Drop
go2021-11-26
Mark SawardMark Saward

Go footguns: Go Defer and Rust Drop

My extremely slow journey to learn Rust continues, delayed by other projects. My attention in 2021...