Tech Couch

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

Browse category programming

Understanding python modules

Giving structure to your python projects

Validating and sanitizing data in PHP

Using standardized filters to solve common input tasks

Object oriented PHP cheat sheet

A condensed view of all object-oriented PHP features

Setting up a LAMP stack for development in docker

Streamlining your local PHP development environment

Responsible web scraping considerations

Web scraping within legal limits, explained for humans

Documenting HTTP APIs with OpenAPI

Make your API documentation more user-friendly and streamline the writing process

Software versioning explained

Discussing pros and cons of different approaches to handling software versions

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?