Tech Couch

A Comfy Corner for Software, Security, Cloud, and AI

Automating code quality in go

Exploring what code quality is, tools to maintain it in go and how to automate them

Managing packages with apt

How to find, install, update and remove packages - and everything inbetween

Enabling automatic background updates with unattended-upgrades

Keep your debian-based servers up to date automatically

Sharing compiled go code libraries

Ever wondered how to create dll/shared object files in go, like other compiled languages can?

Finding files in linux

Hunting for files an conditional transforming made easy

Write modern javascript for older browsers with babel and browserify

Write modern frontend code even for outdated target browsers

5 neat javascript tricks to make your life easier

Making your code more elegant with lesser-known language features

Embracing python context managers

Simplifying your code by automating resource handling

Getting help from linux man pages

Learning to navigate the linux manual pages to be productive without searching the internet

Javascript arrow functions explained

Making modern javascript code more compact