Understanding isinstance(), hasattr(), Classes, Attributes, and Objects in Python
When you start writing Python beyond simple scripts, you’ll run into classes, objects, isinstance(), and hasattr(). These are … Read more
When you start writing Python beyond simple scripts, you’ll run into classes, objects, isinstance(), and hasattr(). These are … Read more
This guide shows you how to connect AWS Lambda to Microsoft SQL Server using PyODBC. Lambda doesn’t include … Read more
Sometimes you need a Lambda function or EC2 instance in one AWS account to read a secret stored … Read more
If you’re working with PostgreSQL and need to pull data from multiple tables, you’ll need SQL joins. And … Read more
If you have PostgreSQL running in WSL Ubuntu and want a GUI to manage it, pgAdmin 4 is … Read more
This guide covers how to install PostgreSQL on WSL Ubuntu 22.04, create a database and user, and verify … Read more
If you see ping: google.com: Temporary failure in name resolution in WSL 2, your internet connection is probably … Read more
Every time WSL 2 restarts, it overwrites /etc/resolv.conf with DNS settings from your Windows host. If you’ve manually … Read more
Sometimes you need a specific Terraform version — maybe a module requires it, or you’re matching what your … Read more
This guide walks you through setting up Terraform on WSL Ubuntu so you can provision AWS resources from … Read more