Tech Couch

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

programming

Managing tickets with discord forums and PHP

More flexible automation with Discord's forum channels

Automating code quality in go

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

Sharing compiled go code libraries

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

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

Javascript arrow functions explained

Making modern javascript code more compact

Getting more out of javascript console messages

Going beyond console.log to find more gems in the console package

Handling javascript exceptions

Mistakes happen, here is how you deal with them

Pointers 101: The Good, the Bad and the Ugly

Make the most of pointers without worrying about their pitfalls anymore