DEVELOPER NEWS STREAM
Direct logs, engine updates, and framework notifications parsed from curated RSS feeds and announcements, updated hourly.

Shunsuke ShibayamaErg: a Python-Compatible Statically Typed Language
I have been developing a programming language for a few years and this week I published it on...

Konstantin GrechishchevWriting a new programming language. Part III: Type System
Hello everyone! Welcome to the third part of the new LR-language tutorial series. Here is the link...

SilvaBack to Basics With Rust: Part 2
Continuing from part one. I think you now put more thought in declaration. When writing code, It's...

Konstantin GrechishchevWriting a new programming language. Part II: Variables and expressions
Hello everyone! Welcome to the second part of the new LR-language tutorial series. Here is the link...

nikaniaUsing log in Substrate
How to log in substrate pallets and how to see logs when running node (can be useful to see existing...

Dr Nicole Jacqueline MartinPattern matching 💖 decision tables
Have you ever found yourself writing a massive nested if statement and thinking, 🤮? If so, this might...

MichaelRust & Cross-compiling from Linux to Mac on GitHub Actions
Introduction So you have a binary that you wish to distribute but you are only able to...

Ashish SinghBuilding Redis Server in Rust: Part 1
In this blog post, we will be making a Redis server in Rust Programming Language. If you are new to...

Omar HiariSTM32F4 Embedded Rust at the HAL: I2C Temperature & Pressure Sensing with BMP180
This blog post is the seventh of a multi-part series of posts where I explore various peripherals in...
Kavindu SanthusaTop 10 trending github repos of the week👸.
Most popular trending Github repos in this week(Fri Aug 12 2022).

Konstantin GrechishchevWriting a new programming language. Part I: a bit of boring theory
Introduction Every serious software engineer should make an attempt to write their own...

Max KoverdyaevBuild an API to count GitHub profile views with Rust, Actix and MongoDB
In this post we will learn how to build a simple API to count profile views on GitHub using Rust,...

Satyajit RoyRust - Struct, Generics
null

AyushUEFI Rust std has a new home
Hello everyone. All my work on UEFI Rust std has been moved to tianocore/rust. This should help with...

bolubee101Rust's Defender
I was first exposed to computer programming in 2015. But please, try not to attach my programming...

Antonov MikeAutomating button creation
I am writing calculator app on GKT. It is almost done but it can’t add more than one digit after...