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

🚀10 Trending projects on GitHub for web developers - 25th February 2022
react2022-02-25
Iain FreestoneIain Freestone

🚀10 Trending projects on GitHub for web developers - 25th February 2022

Trending Projects is available as a weekly newsletter please sign up at Stargazing.dev to ensure you...

My Roadmap to learn Rust
rust2022-02-25
Pratik sharmaPratik sharma

My Roadmap to learn Rust

Hey, i wanted to learn a new language and i have decided to learn rust. I will just be sharing my...

Why I'm learning Rust (and you should, too)
rust2022-02-25
DhravyaDhravya

Why I'm learning Rust (and you should, too)

I’ve decided to learn Rust after Python and JavaScript. It’s the best low-level language which is...

Ownership and borrowing. Rust Tutorial:4
beginners2022-02-24
TawhidTawhid

Ownership and borrowing. Rust Tutorial:4

Understanding Ownership Ownership is Rust’s most unique and famous feature and has deep implications...

Who's using SeaORM?
rust2022-02-24
SeaQLSeaQL

Who's using SeaORM?

If you have built an app using SeaORM and want to showcase it, feel free to open a PR and add it to...

Bevy Minesweeper: Introduction
rust2022-02-21
QongziQongzi

Bevy Minesweeper: Introduction

Check the repository Hello, in this tutorial we will introduce game development in Rust using...

Bevy Minesweeper: Tiles and Components
rust2022-02-21
QongziQongzi

Bevy Minesweeper: Tiles and Components

Check the repository Assets Let's complete our board, for this we will need assets: A...

Bevy Minesweeper: WASM build
rust2022-02-21
QongziQongzi

Bevy Minesweeper: WASM build

Check the repository Let's make our project run on browser: Let's change our...

Mutex in Rust can be tricky sometimes...
rust2022-02-21
Yassin Eldeeb 🦀Yassin Eldeeb 🦀

Mutex in Rust can be tricky sometimes...

Can you guess why snippet 1 is outperforming by 400% than snippet 2 🤯 So, this is a thread...

Bevy Minesweeper: Project Setup
rust2022-02-21
QongziQongzi

Bevy Minesweeper: Project Setup

Check the repository One of the purposes of this tutorial is to create a generic plugin that can...

Bevy Minesweeper: The Board
rust2022-02-21
QongziQongzi

Bevy Minesweeper: The Board

Check the repository We have our tile map but still nothing on screen, let's create some tiles...

Bevy Minesweeper: Uncovering tiles
rust2022-02-21
QongziQongzi

Bevy Minesweeper: Uncovering tiles

Check the repository To cover our tiles we will simply add a child entity for each tile with a...

Bevy Minesweeper: Input Management
rust2022-02-21
QongziQongzi

Bevy Minesweeper: Input Management

Check the repository We have a glorious board, but we can't interact with it, let's handle some...

Bevy Minesweeper: Safe Start
rust2022-02-21
QongziQongzi

Bevy Minesweeper: Safe Start

Check the repository We can uncover tiles, but a good minesweeper should provide a safe start...

What's the use of zero-sized types in Rust?
rust2022-02-21
Hoon WeeHoon Wee

What's the use of zero-sized types in Rust?

A struct type without any fields Rust's modern type system Rust is a modern...

Misadventures Playing in Rust on AWS Lambda
aws2022-02-19
Bryson TyrrellBryson Tyrrell

Misadventures Playing in Rust on AWS Lambda

That feeling of embarking on something new. Not pictured is the wall I ran into. I am a Python...