The Boring Developer Journal

Restful API using Rust and Actix-Web

Learning a new computer language and engineering concept are parts of my life, this is now came into a different form of language, which doesn't need GC, VM or something similar to be running effectively on the server. It is called Rust. The way I learn a new

Convert XLSX File to XML on Mac (Open XML)

This is a rare case, did you know that in this the modern days all document types are standardized with Office Open XML or OOXML. This format including docx, xlsx, pptx and basically other office documents that has leading "x" on the extension. Rename The File These files

Hansip: Supporting SQLite, S3 Storage and Multi Configuration Path Locations

Today I want to share about a new release that brings out many interesting features for Hansip! GitHub - slaveofcode/hansip: Group file sharing using End-to-End EncryptionGroup file sharing using End-to-End Encryption. Contribute to slaveofcode/hansip development by creating an account on GitHub.GitHubslaveofcode If you are new here about

Nuxt 2: Weird Error Unsupported MIME type: image/webp

Today I got error while building the Nuxt WebApp (SSR) trough npm run build command and this error seems weird because unrelated with the changes on the project. > admin-ui@1.0.0 build /Users/kresna/my-nuxt-web > nuxt build Error: Unsupported MIME type: image/webp at Jimp.throwError (/Users/

Raspberry Pico: Getting Picoprobe, OpenOCD and GDB to work with Rust on Mac M1

Today I have my second Raspberry Pico arrived to my place, I'm so excited because now I can connect these two picos (Raspberry Pico) where the one is working as a probe or debugger for the another. The picture above is the configuration of my picos to be

The Boring Developer Journal © 2026