Recent posts
-
How Rust can build an elegant API around raw memoryThis post will explain what registers are, what are their use in bare-metal programming, and how these macros allows for smooth Rust code when working with them.
-
Git code audit viewed as a Rust programmerAnalyse the Git source code audit performed by X41 and Gitlab, and find out if the vulnerabilities found would get mitigated by Rust or not. From there, describe good security practices when writing code in Rust.
-
Nixfying the build of web applications easilyBuild web applications using Nix, ease the process using a library to build common Javascript frameworks, and present a script to manage a PostgreSQL database. Also calls for contribution on the nix library.
-
Build a Jekyll blog using NixUse Nix flakes to build a Jekyll blog, overcoming the setup issues to build the static website and/or serve it locally.
-
Simple errors handling in Rust using macrosDescribes how using macros you can easily handle errors of a whole piece of software elegantly.
-
See all posts