© 2022 Hashnode
#rust
Since 2018, I've been making generative art (using Rust-lang and Procreate), and printing works on canvas. I like to re-create structures from nature, add features that nature does not create (regularity, color, scale). Here's a painting, …
Python and Rust are two popular programming languages use to write code and develop applications. While Python is an established and almost ubiquitous programming languages, Rust is more of an up-and-…
So, you've been writing Rust for a few days or so; or even a few weeks or months, or years, or decades. But! you've heard macros and have been burning to know what it's all about. Claimers and disclai…
A Deep Tech Boot Camp for Substrate, Rust, and more. Do you Want to Learn Rust but Don’t Know Where to Start? From the early days of Polkadot to the latest cutting-edge blockchain SDK, now Polkadot…
Logging can be expensive for programs deployed to Solana or logs may contain sensitive information that should not be available during the normal operation of a program. In these scenarios, we miss h…
This article has been written with Anchor v0.24.x in mind. We will endeavour to keep this information updated as things evolve. Anchor framework is quickly becoming the de facto approach to building …
Introduction In embedded development with Rust, the layers in which an individual can program a microcontroller include the peripheral access layer. Peripheral access layer features can be accessed vi…
Jumping into Solana programming can seem somewhat daunting. These tips and pointers should help you along with your exciting new chapter. Local Development The book already calls out the required soft…
I decided to learn new tech in my spare time. Rust & SolidJS respectively backend and frontend technology, combined together with Tauri toolkit to built a desktop application -> A simple crypto curr…
If you've ever built a full-stack web app, you've probably run into a templating engine like the one provided by Django or Flask. These neat utility packages parse your HTML files and "fill-in-the-bla…