Blog


AWS EC2 Terraform Module Utilizing the aws_ami Data Source

AWS EC2 Terraform Module Utilizing the aws_ami Data Source

Building a Terraform module that builds a bare-bones EC2 application server, qualifies for the AWS free-tier, and auto-assigns the ID of a registered AMI.

AwsTerraformCloud computing
Front-End System Design Guide

Front-End System Design Guide

Web developer interview cheat sheet

WebFrontendInterview
AWS Site-to-Site VPN with NAT

AWS Site-to-Site VPN with NAT

AWSDevOpsCloud Computing
Convert a Python Project to an Executable (.exe) File

Convert a Python Project to an Executable (.exe) File

Using Auto PY to EXE we can convert .py files to .exe files very easily. This way our Python project will act as a desktop application. And we will be able to run the application on other windows…

PythonProgrammingSoftware Development
How to Make your own Discord Bot in Python

How to Make your own Discord Bot in Python

PythonDiscordBot
How to Build Scalable Form Factory By Vue 3 — Form Builder Pattern

How to Build Scalable Form Factory By Vue 3 — Form Builder Pattern

VuejsJavascriptTypescript
How to Capture Images Using React Webcam

How to Capture Images Using React Webcam

ReactWebcamJavascript
Display Markdown Text in Command Line using Python

Display Markdown Text in Command Line using Python

Dump the plain text help in your command line interfaces today

Python programmingMarkdownProgramming
Building and Publishing a Docker Image to Amazon ECR using Bitbucket Pipelines

Building and Publishing a Docker Image to Amazon ECR using Bitbucket Pipelines

How to build a container and push it to a container registry, all from within Bitbucket Pipelines.

AwsDockerDevops
Build A Hybrid App Using Cordova + Angular

Build A Hybrid App Using Cordova + Angular

Cordova is a cross-platform tool used to develop a Hybrid App. Hybrid apps using Cordova are web apps written using HTML, CSS, and any JavaScript framework/library. Cordova is responsible for…

ProgrammingAngularJavaScript