Blog


How to Push a Docker Image to the AWS ECR

How to Push a Docker Image to the AWS ECR

In this tutorial, I will show how to push an image to AWS. All the steps shown below were performed on Ubuntu 18 with Docker version 19.03.6 and AWS CLI version 2 installed.

DockerAwsEcr
5 useEffect Infinite Loop Patterns

5 useEffect Infinite Loop Patterns

ReactJavascriptWeb development
Redux Toolkit -The Standard Way to Write Redux

Redux Toolkit -The Standard Way to Write Redux

Redux Toolkit, Store, Create Slice, Feature Folder

ReactReduxRedux toolkit
A Comprehensive Guide to Python Application Servers

A Comprehensive Guide to Python Application Servers

web and wsgi/asgi servers

PythonProgrammingSoftware Development
OAuth2 in NestJS for Social Login (Google, Facebook, Twitter, etc)

OAuth2 in NestJS for Social Login (Google, Facebook, Twitter, etc)

NestjsOauth2Nodejs
How to Use the CloudFormation Sub Function

How to Use the CloudFormation Sub Function

Since I started using AWS CloudFormation 4 years ago, I have seen many people using the Fn::Join command to merge information such as static text and variables in their CloudFormation templates. While this works, it can get messy and difficult to understand when things get complicated. Fn::Sub helps simplify our template definitions.

CloudformationAwsDevops
Run Python Code in React with Pyodide

Run Python Code in React with Pyodide

How to Run Python Code in the Browser with Web Assembly, React, and Pyodide

PythonReactPyodide
Python and Django: Create a Dependent Chained Dropdown Select List

Python and Django: Create a Dependent Chained Dropdown Select List

PythonDjangoJavascript
4 Reasons Why ‘var’ is Considered Obsolete in Modern JavaScript

4 Reasons Why ‘var’ is Considered Obsolete in Modern JavaScript

JavaScript is a powerful language because you can write an entire software without adopting any other programming language at all. var used to be a way to declare variables in JavaScript. However…

Software DevelopmentProgrammingJavaScript
How to Store Data in Python

How to Store Data in Python

A tutorial on storing data in Python.

DataData storagePython