Search
Filter all 104 posts and pages on CloudBytes/dev. Type a query, press Enter, and the URL updates so you can share results.
Showing all 104 entries — type to filter.
Snippets (49)
A guide to installing multiple fresh instances of Ubuntu in WSL2
A complete guide on how to upgrade Python to the latest version (Python 3.14) on Ubuntu Linux and solve associated issues. Also works on WSL2. Can also be used to upgrade to any Python version.
A guide to compiling a React Native application built using Expo framework for Android
How to new additional user with keypair for SSH access to EC2 instance
A guide to installating, configuring and running Selenium and Chrome for Testing on Windows Subsystem for Linux (WSL2) and run tests using Python and Selenium webdriver.
Configure Git authentication in WSL2 and avoid entering credentials every time
Create an isolated Python virtual environment and use it with Jupyter Notebooks
A guide to install, configure and run selenium in Jupyter Notebook on WSL2 or Ubuntu
A guide to install, configure and run selenium in Jupyter Notebook on WSL2 or Ubuntu
How to install, and run Jupyter Notebook from Terminal
How to run Ubuntu with full resolution in fullscreen mode on Windows Hyper-V
Step by step guide to install Ubuntu 20.04 in a VM on Windows using Hyper-V
Step by step guide to enable Hyper-V on Windows 10 Home or Windows 11 Home
A detailed guide to use Selenium and Chrome with extensions on AWS Lambda
A short guide to installing Node.js and NPM on WSL2
A short introduction to the different Python implementations.
A guide to install WSL2 on Windows 10/11
Code snippet to find and delete Zone.Identifier files that gets auto-generated while copying files to WSL2
How to log events to CloudWatch during AWS Lambda execution using Python
Launching Pelican Algolia plugin, an open source software published on PyPi, that can help integrate Algolia Search in your Pelican blog.
How to limit article tags to only an allowed list in Pelican SSG and not end up with too many tags.
A short guide to scrape your own website, find invalid links, and highlight links that result in 404 errors
Create a CI/CD pipeline using GitHub Actions to build, test, and deploy you website
Write a Pelican plugin to minify HTML, CSS, and JS files without breaking your website
Configure redirects on Firebase Hosting using wildcards for groups of URLs
How to connect and develop remotely on Raspberry PI by SSHing in using VSCode
How to receive a file to the in-memory buffer and then return the file from buffer using FastAPI without saving it to disk.
A short guide to setting a default command using callback when making multiple commands in Python Typer
A short guide to disable the default options such as install-completion and show-completion in Python Typer CLI, a popular CLI building tool
A quick guide to fetching the username, hostname and home directory using Python on both Windows & Linux
A guide to building a serverless app using EventBridge, Lambda & s3 while introducing how to create, configure, test and deploy a CDK project using Python
A guide about how to run selenium using headless chrome & chromium webdriver to automate UI testing
Learn how to use a custom docker container to run Lambda functions on AWS.
Detailed step by step guide on how to use SAM CLI to build serverless apps.
A short introduction to Anaconda for Python, how to configure and use Anaconda.
How to use python for loops, using range vs enumerate
A simple guide on how to Install Python, how to check Python version installed and upgrade Python to the latest version
A guide to converting a satic website generated by Pelican into a Progressive Web App using Google's Workbox library
A guide to Git and GitHub basics, and using them correctly to contribute to open source projects on GitHub
A guide to customising Markdown to add table of contents in Python Pelican
Learn to use Python to remove '.html' extensions and clean URLs in sitemaps generated by Pelican
A step by step guide to installing and configuring Pelican and hosting the final blog on Firebase Hosting
Step by step guide on how to install and configure Pelican in a Docker Container for development for developement os static websites following Jamstack architecture
Use Firebase hosting emulator to locally test your static website generated by Hugo, Gatsby, Pelican and other SSGs
A guide to configuring automated Continuous Deployment (CD) of static site generated by Pelican SSG from GitHub repository to GitHub pages using GitHub Actions
An introduction to Jamstack concepts and why should you be using it instead of wordpress.
VSCode Devcontainers are game changers that makes Python dependency management much easier.
A quick guide to correctly configurating sitemaps in Pelican & fixing URL errors thrown up by Google Search Console
A quick guide to why you need a virtual environment, how to create, activate and manage
AWS Academy (45)
Guide to running a Web Server in a Private Subnet with AWS CDK in Python.
Guide to creating a 3-Tier Network Architecture VPC with a public, private, and isolated subnet using AWS CDK in Python.
Running Lambda Functions in a VPC with AWS CDK in Python
How to use multiple environments, AWS Accounts and profiles with AWS CDK
Learn how to configure CloudWatch logs retention and removal/deletion policy for a Lambda function using AWS CDK in Python
Learn how to grant Lambda permissions to access DynamoDB using AWS CDK in Python
Learn how to grant S3 permissions to a Lambda function and accessing files from an S3 bucket using AWS CDK in Python
This article provides a walkthrough on how to deploy an AWS Lambda function using a Custom Ubuntu Docker image with AWS CDK in Python
This article provides a walkthrough on how to deploy an AWS Lambda function using a AWS provided ECR Docker image with AWS CDK in Python
A step-by-step guide to mount Amazon FSX Lustre filesystem and attack to AWS EC2 instance
A comprehensive guide to mount Amazon Elastic File Storage (EFS) on Ubuntu Linux using NFS Utils and then use it to serve files from the EFS drive. The guided includes instructions for both AWS Console & CLI
Use AWS Database Migration Service (DMS) to migrate a database to Amazon RDS by configuring a replication instance, source and target endpoints, and a migration task.
Learn how to setup and configure CORS for S3 buckets using CDK
A complete guide to creating a lambda function using AWS CDK
A guide to importing an existing lambda function using AWS CDK in Python and applying changes to it
How to import an existing S3 bucket using different methods in CDK using Python
We look at how to package, install and manage Python dependencies in AWS Lambda using AWS CDK
Using Lambda layers with AWS CDK in Python to handle dependencies and share code between lambda functions
Guide to configure event notifications using EventBridge for S3 buckets using CDK
Guide to configure bucket notifications for S3 buckets using CDK
How to configure S3 lifecycle rules like expiration and transition
How to configure S3 public access control
How to configure S3 encryption for objects using CDK including SSE-S3, SSE-KMS, and SSE-C
How to configure S3 versioning using CDK
How to create an S3 bucket in CDK using Python
A guide on how to get the ARN of a resource using AWS CDK
A guide to how to get your AWS Account ID using AWS CLI
A guide to how to install and configure AWS CLI on Ubuntu Linux with Autocompletion turned on
How to specify dependency between stacks in CDK
Explanation of concept of Outputs, how to use them to share data to other stacks
A guide to importing Stack Outputs and using them as Cross Stack references
An introduction to some of the basic AWS CDK commands such as list, diff, deploy, and destroy
Guide to the process of creating and managing multiple stacks in a single AWS CDK application
This article explains what is CDK Bootstrap and how to setup your AWS account for use with CDK
How to create a new CDK app that uses Python as the programming language
Instructions on how to setup the optimial development environment for use with AWS and this course
Dive deep into the fundamental building blocks of the AWS Cloud Development Kit: Constructs
How to update an existing CDK app
A guide to how to install and configure AWS CDK on Windows 10/11, MacOS, and WSL2/Linux.
Create API Gateway and connect it with a custom domain / subdomain using Route53
Access another AWS account temporarily using an IAM role and STS
A detailed guide on how to configure, install, and run WordPress on an EC2 instance. This guide will cover installation of NGINX, PHP, MySQL, and WordPress (LEMP stack) on Amazon Linux 2
A guide to create an EC2 instance using AWS CLI and login to the server
A guide to create an EC2 instance using AWS Management console and login to the server
Create a simple Flask app and run on AWS Elastic Beanstalk
Books (1)
Pages (3)
Hubs (6)
All snippets — short, copy-pasteable how-tos for everyday tooling problems.
Project-style guides for AWS CDK in Python: Lambda, S3, EC2, VPCs, IAM, EFS/FSx for Lustre.
Build WebAPIs with Python using Flask and FastAPI.
Definitions of recurring AWS, CDK, Linux, Python, and WSL2 terms.
Browse all topics across the site.
All authors with published posts.