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
-
sftpdav: Remote Access via SSH with 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.
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
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 functions for sorting and removing duplicate lines in Neovim.
-
Bookmarks in Neovim
How to create a bookmark system in Neovim
-
Assembly, assembler, and machine language
Explaining the difference between assembly, assembler, and machine language