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

Summary of results
python2023-12-29
Antonov MikeAntonov Mike

Summary of results

Completely out of the blue I realized that I've done almost all the tasks from the Flask website....

Code Smell 236 - Unwrapped Lines
webdev2023-12-28
Maxi ContieriMaxi Contieri

Code Smell 236 - Unwrapped Lines

Formatting plays a crucial role in creating code that is not only functional but also readable and...

How to get the keys without pressing enter in rust ⌨️
rust2023-12-27
Stacy RollStacy Roll

How to get the keys without pressing enter in rust ⌨️

The standard rust library does not support getting keyboard events in raw mode to capture keys...

Rust Tutorial 5: Let's Build a Simple Calculator! (Part 2)
rust2023-12-28
Khair AlanamKhair Alanam

Rust Tutorial 5: Let's Build a Simple Calculator! (Part 2)

Reading Time: 15 minutes Welcome back to the Rust Tutorial Series! We will be continuing the simple...

Derive Based CLIs
rust2023-12-27
Kevin K.Kevin K.

Derive Based CLIs

In Part 4 of this series we go back to the beginning and look at Derive based CLIs, and how we can...

Builder Based CLIs
rust2023-12-27
Kevin K.Kevin K.

Builder Based CLIs

In Part 2 we dive into some actual code to see what it would look like to use these patterns for CLIs...

To Code and Beyond: A Neverland Adventure in Bash, Lua, Python, and Rust
rust2023-12-23
Prayson Wilfred DanielPrayson Wilfred Daniel

To Code and Beyond: A Neverland Adventure in Bash, Lua, Python, and Rust

Prologue: Departure to Neverland Once upon a time, in the mystical world of terminals,...

What is Deno and Why Was It Released?
deno2023-12-26
Shariq AhmedShariq Ahmed

What is Deno and Why Was It Released?

As per Deno.js official website, Deno is an open-source runtime environment for JavaScript and...

Rust Learning Note: Thread Sychronization
rust2023-12-25
Raine-Yang-UofTRaine-Yang-UofT

Rust Learning Note: Thread Sychronization

this article is a summary of Chapter 4.6.3 - 4.6.6 of Rust Course (course.rs/) Multiple Producer...

Why Are Programming Languages Looking More Like JavaScript?
javascript2023-12-25
Alex HowezAlex Howez

Why Are Programming Languages Looking More Like JavaScript?

In 2023 I started testing a lot of new languages and saw newer languages copying JS syntax, and for...

Designing new programming language
help2023-12-23
Hady EslamHady Eslam

Designing new programming language

Hi everyone. I am currently designing a new programming language that is based on Rust programming...

Rust Learning Note: Multithreading
rust2023-12-23
Raine-Yang-UofTRaine-Yang-UofT

Rust Learning Note: Multithreading

This article is a summary of chapter 4.6.1 and 4.6.2 of Rust Course (course.rs/) Concurrent and...

Working through the fast.ai book in Rust - Part 5
rust2023-11-23
Favil OrbediosFavil Orbedios

Working through the fast.ai book in Rust - Part 5

Introduction In Part 4, we managed to construct the model, and download the weights from...

Oracles with Soroban Smart Contracts: A Practical and Flexible On-Chain Framework
blockchain2023-12-22
Fred Kyung-jin RezeauFred Kyung-jin Rezeau

Oracles with Soroban Smart Contracts: A Practical and Flexible On-Chain Framework

The latest release of soroban-kit 0.1.8 is now available, and it brings a set of tools designed to...

Web API with Rust and Fargate
aws2023-12-21
Benjamen PyleBenjamen Pyle

Web API with Rust and Fargate

I've been spending more and more time with Rust which is perfectly in line with my end-of-year...

Time-series data ingestion from Rust WebAssembly application, leveraging GreptimeDB and WasmEdge
rust2023-12-22
GreptimeGreptime

Time-series data ingestion from Rust WebAssembly application, leveraging GreptimeDB and WasmEdge

What is WebAssembly WebAssembly is a new instruction format that offers cross-platform...