AWS architecture diagram

The Architecture

This Laravel app deployed on a serverless aws architecture with the help of bref.sh

The Architecture

This Laravel app deployed on AWS EC2 architecture, server configured with Lempzy

The Architecture

My portfolio website hosted on AWS EC2 with cloudfront as cdn and s3 for static assets, server configured with Lempzy

Description

  • Personal Project

var aboutMe = document.getElementById('about-me'); var hammertime = new Hammer(aboutMe); hammertime.on('swipeleft', function() { // Navigate to the next page }); hammertime.on('swiperight', function() { // Navigate to the previous page });