Skip to content

Instantly share code, notes, and snippets.

View walosha's full-sized avatar
💭
Available for Hire

Olawale Afuye walosha

💭
Available for Hire
View GitHub Profile
@walosha
walosha / django_deploy.md
Last active December 28, 2022 02:12 — forked from bradtraversy/django_deploy.md
Django Deployment - Digital Ocean
@walosha
walosha / gist:31cd6ab71f2b639421ac2b1291d162d7
Last active October 2, 2023 22:15
Hosting backend on EC2 with Github actions

Create AWS EC2 Instance

  • Go to the AWS Management Console. Launch a new EC2 instance.

  • Set security rules:

    • Click on "Security" in the EC2 dashboard.
    • Click "Security Groups."
    • Select your security group and click "Edit Inbound Rules."
@walosha
walosha / deploy-mern.md
Created November 21, 2022 17:51 — forked from rmiyazaki6499/deploy-mern.md
Deploying a Production ready React-Express app on AWS EC2 with CI/CD

Deploying a Production ready React-Express app on AWS

In this tutorial, I will be going over to how to deploy a Javascript app from start to finish using AWS and EC2. Recently, my partner Tu and I launched our app AlgoAcademy (a resource for reviewing algorithms and data structures) and we wanted to share with other developers some of the lessons we learned along the way.

Following this tutorial, you will have an application that has:

  • A React frontend, Express backend
  • An AWS EC2 server configured to host your application
  • SSL-certification with Certbot
  • A custom domain name
@walosha
walosha / backend-architectures.md
Created February 14, 2021 02:18 — forked from ngocphamm/backend-architectures.md
Backend Architectures
var mediaJSON = { "categories" : [ { "name" : "Movies",
"videos" : [
{ "description" : "Big Buck Bunny tells the story of a giant rabbit with a heart bigger than himself. When one sunny day three rodents rudely harass him, something snaps... and the rabbit ain't no bunny anymore! In the typical cartoon tradition he prepares the nasty rodents a comical revenge.\n\nLicensed under the Creative Commons Attribution license\nhttp://www.bigbuckbunny.org",
"sources" : [ "http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4" ],
"subtitle" : "By Blender Foundation",
"thumb" : "images/BigBuckBunny.jpg",
"title" : "Big Buck Bunny"
},
{ "description" : "The first Blender Open Movie from 2006",
"sources" : [ "http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/ElephantsDream.mp4" ],