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

Writing code on doors
rust2022-03-29
Simon ShineSimon Shine

Writing code on doors

Did you ever see pseudo-code in job ads that looked like if ($you.like_to_work($here) === True) { ...

Why You Should Be Worried About the Future of C/C++ in Embedded
rust2022-03-28
Omar HiariOmar Hiari

Why You Should Be Worried About the Future of C/C++ in Embedded

The Grim View Software failures are nothing new in embedded, though with the continuing...

Learning Rust: My 6 Key Moments
rust2022-03-28
Omar HiariOmar Hiari

Learning Rust: My 6 Key Moments

If you’ve tried learning Rust or looked into it at least, you might have read somewhere how it has a...

Using Trait for Unit testing in Rust
rust2022-03-27
Ahmad RosidAhmad Rosid

Using Trait for Unit testing in Rust

Trait is one of powerful feature in rust. If you are coming from object oriented world, the Trait is...

How to learn Solana/Anchor and become Web3 Developer in 2 days?
anchor2022-03-25
rinegade.solrinegade.sol

How to learn Solana/Anchor and become Web3 Developer in 2 days?

Day 1: first 4h: read readme...

Building the staking smart contract with Solana blockchain
blockchain2022-03-26
DingTianDingTian

Building the staking smart contract with Solana blockchain

Summary Solana is a decentralized blockchain platform created by Anatoly Yakavenko.Solana has a...

Create licenses for your projects right from the terminal! 🚀
showdev2022-03-24
Shoubhit DashShoubhit Dash

Create licenses for your projects right from the terminal! 🚀

I'm the type of person who is constantly working on open source projects. But whenever I create a new...

Rust: CSV processing
rust2022-03-24
Daniele FrascaDaniele Frasca

Rust: CSV processing

This blog post is about CSV processing, and it sounds boring, but I want to share my experience on...

Summer of Bitcoin'21 Experience
blockchain2022-03-24
Shubham SamratShubham Samrat

Summer of Bitcoin'21 Experience

Will be uploaded soon.....!

Why Safe Programming Matters and Why a Language Like Rust Matters
security2022-03-21
Deepu K SasidharanDeepu K Sasidharan

Why Safe Programming Matters and Why a Language Like Rust Matters

Why safe programming matters and why I would choose Rust for that. We will also talk about Fast and safe programming with Rust.

Solana Development Personal Roadmap
solana2022-03-23
rikerike

Solana Development Personal Roadmap

Introduction Initially, I wanted to continue working on deploying an NFT project on an...

Building REST API's with Rust, Actix Web and MongoDB
rust2022-03-22
Abdulhafeez AbdulraheemAbdulhafeez Abdulraheem

Building REST API's with Rust, Actix Web and MongoDB

Building REST API's with Actix web and Rust Introduction The Rust programming language...

TexCreate Beta 1 Released!
tex2022-03-22
Mustafif Mustafif

TexCreate Beta 1 Released!

Yesterday I had released TexCreate Version 2 Beta 1, do note that not all commands are available yet...

The borrow checker in Rust
rust2022-03-21
BekkaBekka

The borrow checker in Rust

Hey guys, Welcome to another blog post on Rust! In the last post I mentioned the borrow checker...

List of common coding errors using Substrate
substrate2022-03-21
nikanianikania

List of common coding errors using Substrate

I have started to study Substrate recently, and encountered a lot of simple but not-so-easy to solve...

Error handling across different languages
errors2022-03-20
Nicolas FränkelNicolas Fränkel

Error handling across different languages

I've tried Go in the past, and the least I could say is that I was not enthusiastic about it. Chief...