This repository contains a simple Python script (fetch_title.py
) that fetches the title of a given URL.
To install the required dependencies, run:
python -m pip install -r requirements.txt
To use the script, run:
python fetch_title.py <URL>
Example:
python fetch_title.py https://www.google.com
To run tests:
python -m pytest
- The Developer's Guide to Focus in the Age of AI Distraction
- Stuff we figured out about AI in 2023
- Things we learned about LLMs in 2024
- Postgres indexes for absolute beginners
- Querying JSON Data in PostgreSQL
- PostgreSQL Tutorial for Beginners: Locking
- https://trstringer.com/postgres-client-vim/ #tmux #vim #psql
- ZimaBlade Review - The Perfect Home Server?
- Self-hosting your own media considered harmful (updated)
- How to Create and Use Symbolic Links (aka Symlinks) on Linux
- I tried multiple Linux distros on WSL - these are the best 5
- How To Fix Pulseaudio Not Detecting Bluetooth Headset Automatically
- (K)Ubuntu 22.04 and Bluetooth Headphones
- Introduction to Telemetry in Elixir
- Introduction to Deployment #database
- Getting Started with Elixir’s GenServer
- Intro to Distributed Elixir
- Feature Flagging in Elixir with FunWithFlags
- The story of the Elixir SDK
- Git Bisect: An Introduction To Beginners
- PSA: Please sign your git commits
- Sign your Git commits with 1Password
- Signing Git Commits with SSH Keys
- Keeping CLAUDE.md out of shared Git repos
- Kubernetes Introduction for Beginners
- Kubernetes Basics
- Overview of kubectl
- minikube start
- Hello Minikube
- Example: Configuring a Java Microservice
- A Deep Dive Into Kubernetes Schema Validation
- THE ILLUSTRATED CHILDREN’S GUIDE TO KUBERNETES
- Installing NixOS on a Raspberry Pi — nix.dev documentation
- Install NixOS on DigitalOcean
- WSL
- 4 reasons I use NixOS in WSL instead of Ubuntu or Fedora
- Automatic environment activation with direnv — nix.dev documentation
- No More Broken LSPs: Bulletproof Elixir + Lexical Setup with Nix #lsp #elixir #nix #neovim #flakes
- OAuth mTLS – An Introduction to Mutual TLS for APIs
- Why is mutual TLS (mTLS) authentication a necessity in an organization?
- PlantUML for database modeling #uml
- [PlantUML - beautiful quick diagrams to explain your models]https://youtu.be/EM-cvRubP4g?si=h65kIXLQVoPKiiWZ) #uml
- How to Integrate Claude Code with Neovim Using Ghostty Terminal Panes #ai #productivity