- Intermediate
Adding Guides to Your Astro Blog
Learn how to extend your Astro blog with a dedicated guides section, complete with categories, difficulty levels, and prerequisites.
Prerequisites: Existing Astro Blog, Basic TypeScript, Basic Astro Knowledge - Advanced
Automated Weekly Collection of Twitter/X Followers and Following Data Using Bash & SocialData API
Learn how to use Bash scripts, SocialData API, and cron jobs to collect and track Twitter/X followers and following data for multiple accounts weekly, with outputs in CSV format for easy analysis.
Prerequisites: API Key from SocialData.tools, Basic Bash Scripting, Basic JSON Handling, Basic cron job scheduling, Knowledge of Unix/Linux command line - Intermediate
Real-World Domain Redirects with Cloudflare Workers: A Journey
A detailed walkthrough of implementing domain redirects using Cloudflare Workers, based on actual experience with troubleshooting and lessons learned.
Prerequisites: Cloudflare account with domains managed on Cloudflare, Access to the Workers & Pages section, Basic JavaScript/TypeScript knowledge, Patience for DNS propagation - Advanced
Effectively Leveraging Twitter/X Data: Insights and Strategies
Learn how to analyze and leverage Twitter/X followers and following data that you've collected, identify common trends, and find great accounts to follow.
Prerequisites: Collected Twitter/X followers and following data using Bash and SocialData API, Basic data manipulation skills, Spreadsheet software or basic Python/Pandas knowledge, Curiosity to find connections and insights in social data - Intermediate
Loftwah's Ultimate Guide to Collecting Twitter/X Followers Data Using Bash & SocialData API
Learn how to use Bash scripts with the SocialData API to retrieve all the Twitter/X profiles that are following a particular user, complete with pagination, test mode, and output flexibility.
Prerequisites: API Key from SocialData.tools, Basic Bash Scripting, Basic JSON Handling - Intermediate
Loftwah's Ultimate Guide to Collecting Twitter/X Following Data Using Bash & SocialData API
Learn how to use Bash scripts with the SocialData API to retrieve all the Twitter/X profiles that a particular user is following, complete with pagination, test mode, and output flexibility.
Prerequisites: API Key from SocialData.tools, Basic Bash Scripting, Basic JSON Handling - Beginner
Leveraging Repomix for Easy Repository Management
A beginner's guide to using Repomix with NPX for efficient repository management, covering handling hidden files and protecting secrets during analysis.
Prerequisites: Basic understanding of Git and repositories, Familiarity with running NPX commands - Intermediate
Automating Linkarooie Deployment with Kamal and GitHub Actions
A complete guide to automating the deployment of the Linkarooie application using Kamal and GitHub Actions, covering secrets, Redis, Sidekiq, and SSL configuration.
Prerequisites: Existing Kamal setup, Basic GitHub Actions knowledge, Familiarity with Docker and Redis - Advanced
Complete Guide to Fetching All DNS Records with `dig`, Automating with Bash Scripts, and Integrating with GitHub Actions Using Resend.com
Learn how to automate DNS record retrieval, format and store output using Bash, and integrate this process with GitHub Actions for DNS monitoring and reporting with Resend.com.
Prerequisites: Familiarity with Bash scripting, Basic understanding of DNS records, Access to GitHub Actions and repository management, Resend.com account setup for API usage - Beginner
Complete Guide to Getting Started with Bluesky: The New Home of Tech Twitter
Learn how to set up your Bluesky account, customize your profile, connect with the tech community, and discover the best starter packs to follow.
Prerequisites: Valid email address for signup, Profile picture and banner image ready to upload, Links to your projects and online presence - Intermediate
Arrr! Building a Bluesky Leaderboard with Bun: A Pirate's Guide
Set sail on a coding adventure! Learn how to build a real-time Bluesky Leaderboard System using Bun, the fastest JavaScript runtime, and track user activity to crown the kings and queens of Bluesky.
Prerequisites: Basic understanding of JavaScript and TypeScript, Familiarity with Bun (or willingness to learn), A Bluesky account with access to the firehose API - Beginner
Ahoy! Set Sail with TypeScript and Bun: A Pirate's Guide for 2024
Hoist the sails and navigate the coding seas! Master the fundamentals of TypeScript and Bun to embark on a legendary programming adventure and craft your own digital treasures.
Prerequisites: Basic understanding of JavaScript, Willingness to embrace pirate puns, An eagerness to learn and explore Bun - Intermediate
š“āā ļø Buccaneer's Training Manual: TypeScript & Bun Exercises
Embark on a swashbuckling journey to master TypeScript and Bun! Tackle exercises ranging from basic type definitions to building a real-time leaderboard, and ascend the ranks from Cabin Boy to Fleet Admiral.
Prerequisites: Basic knowledge of JavaScript, Familiarity with TypeScript, Understanding of Bun runtime (or willingness to learn) - Intermediate
Networking Foundations: The OSI Model in Real-World Scenarios
Dive into the OSI model with practical, real-world examples. From ARP requests and AWS networking to Piping Server streaming and remote village network design, this guide breaks down each layer in detail.
Prerequisites: Basic understanding of networking, Familiarity with tools like ping, traceroute, and curl, Interest in cloud and infrastructure design - Intermediate
Mastering UV with Python and Docker: A Comprehensive Guide to Modern Python Development
Unlock the full potential of Python development with UV and Docker. This guide delves into two primary approachesāusing official UV Docker images and custom UV integrationāto optimize your development and production environments. Learn best practices, advanced techniques, and how to build efficient, multi-architecture applications.
Prerequisites: Intermediate understanding of Python development (Python 3.13 recommended), Basic familiarity with Docker concepts, Docker and Docker BuildX installed (Docker version 20.10+), Minimum 4GB RAM and 10GB disk space - Intermediate
Deploying FastAPI with UV, Nginx, and AWS ECS: A Step-by-Step Guide
Learn how to deploy a FastAPI application using UV, Nginx, and AWS ECS. This guide walks you through a complete infrastructure setup with Docker, Terraform, and ECS for a scalable and production-ready deployment.
Prerequisites: Intermediate understanding of Python development (Python 3.13 recommended), Basic familiarity with Docker and AWS ECS, Docker installed (Docker version 20.10+), Terraform installed (Terraform version 1.0+), AWS CLI installed and configured, Minimum 4GB RAM and 10GB disk space - Intermediate
Loftwah's Guide to Managing Terraform for AWS ECS Fargate Deployments with HTTPS
An in-depth guide to setting up and managing Terraform configurations for deploying Docker images on AWS ECS with Fargate, including HTTPS termination at the load balancer for enhanced security and compliance. This guide emphasizes clarity, maintainability, and project-specific customization for effective infrastructure management.
Prerequisites: Intermediate understanding of Terraform and AWS services, Basic familiarity with Docker, AWS CLI installed and configured, Terraform installed (version 0.13 or later recommended), Docker installed (Docker version 20.10+), Minimum 4GB RAM and 10GB disk space