Articles and Tutorials on Computer Programming

Hello and welcome to my corner of the internet. Here I talk a bit about myself and my work as a programmer, discuss technology, and I’ve also written some articles and tutorials that might be useful for those who, like me, love this world of bits and transistors. Working with computers isn’t just a passion—it’s also what has paid the bills ever since I can remember. Hope you enjoy it. :wq

Unless stated otherwise, the content of this site is licensed under CC BY 4.0

Posts Recentes

sftpdav: Remote Access via SSH with WebDAV

golang webdav

How to configure and run an SFTP/WebDAV server using Go (sftpdav). Check out practical examples, security tips, and how to leverage standard libraries for building robust and efficient solutions.

Protecting Credentials and Configurations with an Encrypted Container.

golang golang-study-group security

Create and manage an encrypted container to securely protect passwords, keys, and other sensitive data in a practical way without sacrificing performance

LQS: A Practical Tool for Testing and Debugging SQL

golang golang-study-group development sql lua

LQS: a practical tool for testing and debugging SQL. It allows integrating metadata, Lua scripts, and auxiliary queries to optimize your workflow and detect errors early.

Sorting and Removing Duplicate Lines with Neovim

lua development

Lua functions for sorting and removing duplicate lines in Neovim.

Bookmarks in Neovim

lua development

How to create a bookmark system in Neovim

Assembly, assembler, and machine language

assembly development

Explaining the difference between assembly, assembler, and machine language