Mubbashir Mustafa

Mubbashir Mustafa @mubbashir10

About: Founder | rebase.run

Joined:
Feb 26, 2020

Mubbashir Mustafa
articles - 25 total

Python Essentials: A Speedy Introduction

Are you ready to dive into the exciting world of Artificial Intelligence and Machine Learning but...

Learn More 1 2Jun 25 '24

Enable Slack Notifications for AWS Amplify Deployments

AWS Amplify is a set of purpose-built tools and features that lets front-end web and mobile...

Learn More 37 4Mar 20 '22

AWS Copilot - launch and manage containerized applications quickly 🐳

AWS Copilot is an open-source CLI-based tool by the AWS team which lets you deploy containerized...

Learn More 8 0Jan 31 '22

Deploy containerized functions on AWS Lambda

AWS Lambda lets you deploy containerized functions by packaging your AWS lambda function code and...

Learn More 14 0Oct 31 '21

Run Containers on AWS Lightsail

AWS Lightsail is an easy-to-use service that offers all the features needed to host web applications...

Learn More 7 0Sep 13 '21

Deploy Microservices on AWS ECS with Fargate (Serverless)

Amazon ECS (Amazon Elastic Container Service) is a highly scalable and fully managed container...

Learn More 11 0Sep 12 '21

Control inbound/outbound traffic to an AWS Resource using AWS Security Groups

AWS Security group is like a virtual firewall within a VPC that acts at the instance level and not at...

Learn More 2 0Sep 12 '21

Deploy containerized services on AWS App Runner

AWS App Runner is the easiest way to deploy your Containerized, Node or Python based services. You...

Learn More 3 0Sep 5 '21

Push/Publish Docker images to AWS ECR

Amazon Elastic Container Registry (AWS ECR) is a container registry service where you store, manage,...

Learn More 9 0Sep 3 '21

The Easiest way to deploy services on AWS using App Runner

AWS App Runner is newer service introduced by AWS. Using AWS App Runner you can run your production...

Learn More 5 0Aug 20 '21

DevOps Roadmap - From Technical Perspective

What is DevOps (In my words): A cross-functional mindset that makes your team more agile The...

Learn More 64 7Jan 2 '21

Launch Your WordPress website with AWS Lightsail with few clicks only!

Lightsail is an amazing service by AWS. It's beginner-friendly and someone who is new to AWS should...

Learn More 6 0Dec 26 '20

Deploy Next JS app on AWS Amplify within 5 minutes with CI/CD

You can deploy static apps/website on AWS using S3 or Amplify. I prefer AWS Amplify and in this...

Learn More 46 2Dec 25 '20

AWS Proton Tutorial - First Look

AWS Proton is a complete delivery service for containerized and serverless applications. It provides...

Learn More 8 4Dec 4 '20

Integrate Azure Active Directory (AD) with AWS Cognito User Pool

Earlier I wrote about how you can integrate AWS Cognito into your React App. In this post, I am going...

Learn More 12 7Nov 23 '20

Point your domain to AWS using Route 53

If you intend to use your domain with various services offered by AWS then you need to use Route 53...

Learn More 11 5Oct 21 '20

Implement Auth in React using AWS Cognito and AWS Amplify (SDK)

3rd party authentication is not something new, it's been there for a while now and its popularity is...

Learn More 27 1Oct 19 '20

20 Do's and Don'ts of React in 2020

Disclaimer: Highly opinionated!! Use hooks and functional components Use context for...

Learn More 18 1Sep 16 '20

View All EC2 Instances from all the regions

A commonly asked question - I see it on SO, fb groups, quora and everywhere else. Few suggests python...

Learn More 4 0Jun 1 '20

Set up CI/CD for containerized React App using Docker, AWS CodeBuild, AWS ECS, AWS CodePipeline & Github

This is the last part of the series "Dev-ops for Front-End developers". I assume you already...

Learn More 53 12May 7 '20

Callback solution for useState hook in React

In React class-based components we have this callback that would run after the state has been...

Learn More 12 2Apr 12 '20

Attach SSL to Elastic Load Balancer (ELB) and enable HTTPS

HTTPS enables you to transfer data over the network securely. To be able to use HTTPS with your load...

Learn More 15 6Apr 7 '20

Attach Domain to an Elastic Load Balancer (ELB)

Earlier I showed you how you could deploy containerized react app on AWS ECS (Fargate). The next...

Learn More 15 1Apr 4 '20

Deploy Your React App to ECS (Fargate)

It's assumed that you have already containerized your React app. If you haven't then read this...

Learn More 51 13Apr 4 '20

Containerize React app with Docker for Production

Docker - an overview Docker is an open platform for developing, shipping, and running applications....

Learn More 121 14Mar 25 '20