The Boring Developer Journal

Hansip: Simple file sharing with encryption for small/medium organization

This might be the most unexpected project I ever imagine before... So, the company where I working now announcing an event for innovation awards, the competition is for the internal employees who have an idea for making our flow process become more efficient, in terms of cost, time spent or

Error: "Unable to find mounted pico" in Raspberry Pico

If you have been playing a bit with Raspberry Pico to flash with elf2uf2-rs, for instance running the example project from rp-hal, a project to make your Pico running a Rust program. You might see this error occurs after flashing the program to the board. GitHub - rp-rs/rp-hal: A

Rust: Cara Impor dan Ekspor Modul File pada Project

Bagi developer yang datang dari dunia pemrograman web server atau yang mungkin terbiasa dengan NodeJs atau PHP, mengimport file di dalam project bukanlah sesuatu yang sulit, dan biasanya cenderung mudah karena secara struktur memang cenderung sepele. Namun bagi kalian yang baru atau mulai mempelajari bahasa Rust, kalian pasti akan menemukan

Rust: Menambahkan Dependensi "Bergaya" NPM

Buat kalian yang sering membaca tutorial tentang Rust Programming, pastinya sering melihat bagian dimana developer menginstal modul dependensi dengan mengupdate dile Cargo.toml pada project. [package] name = "project_keren" version = "0.1.0" edition = "2021" [dependencies] actix-web = "4.2.1" # diketik manual

VSCode Settings for Golang through GVM

For you who have been working intensively for developing NodeJs backend apps must be familiar with NVM (Node Version Manager), the tool that manages different version of NodeJs, so you can easily switch back and forth between them. This also what I need when working with Golang project. After searching

The Boring Developer Journal © 2026