Tech Couch

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

Optimizing SQL queries with ChatGPT

Take advantage of ChatGPT's processing capabilities to make sense of complex query costs and optimization opportunities

Avoiding the 3 most common python pitfalls

Learn how to overcome the most notorious coding pitfalls instead of being surprised by bugs

Demystifying /dev: Understanding Linux Device Files

Understanding device files and their uses in linux

Cracking a password-protected zip file with john

A quick guide to crack password-protected zip (and other) archive files with john the ripper and a wordlist

Choosing the right database for your application

Understanding different types of databases to find the one that fits your application's needs

DNS Essentials: The Foundation of Web Connectivity

A quick tour of a foundational piece of the internet

Encoding videos for the modern web using ffmpeg

Video encoding done right without wading through outdated tutorials

Unleashing the full potential of Google Search with operators

Find what You need faster with advanced search operators

Making sense of lists, dicts, tuples, and sets in python

Learn the difference between four similar but distinct data types and when to use which