Secure SSH Access Through a Bastion Host Without Storing the Private Key
Learn how to securely SSH into a private target server through a bastion host by forwarding private key using SSH agent forwarding, avoiding key exposure on the bastion host.
Simplifying AWS Account Management with AWS Organizations and Identity Center
Simplifies AWS account management with centralized control, consolidated billing, and a setup guide for effective management.
Web-App Deployment using PM2 in AWS
Configuring web-app deployment using PM2 in EC2 utilizing launch template, and semi CI/CD implementation using S3.
Simplifying Git Authentication with Credential Helpers
Simplifying Git authentication using credential helpers for HTTPS-cloned repositories, but with a catch.
Resolving “Unresolved tag: <tag>” for CloudFormation Templates
Configure VSCode to recognize custom YAML tags like !ImportValue, and understand common tags for a smoother CloudFormation template crafting.
AWS CloudFormation Template Cheat Sheet
AWS CloudFormation quick cheat sheet. Understand key components, get tips on avoiding common errors, and start with a basic example template.
Simple CI/CD Implementation of Next.js Project
CI/CD setup for Next.js SSG project using GitHub Action for GitHub page static site deployment.
Automate Markdown(.md) File Creation with Pre-defined Template
Crafting a Node.js script to automate .md file generation with frontmatter templates and its own content folders.
Blocking Direct IP Access to NGINX
Protection of direct access to NGINX IP address, minimizing the risk of unauthorized intrusion.
Understanding the Difference between SSG, SSR, and SPA
The distinctions between SSG, SSR, and SPA in term of their unique approaches in modern web development.
Manage AWS Trainee Access with IAM User Setup
Configuring IAM users with tailored permissions using a Role-based Access Control (RBAC) model.
Basic Server Setup for Beginner
Automate the installation/configuration of LAMP stack in a new ubuntu setup. Great for beginner to setup basic monolith web server.
AWS Architecture Design
Tools to design AWS architecture with AWS official icons and guides plus tools to draw the design.
Automate Installation in Windows
Execute installers with .exe or .msi automatically with script. Useful in setting up a fresh Windows installation.
Using DiskPart for Disk Cleanup
Underated Windows CMD tool used for hard disk cleanup. Useful for Windows fresh install or disk refresh.