Latest articles
How to Create Custom Domain for your API using Serverless and AWS.
Step-by-step instructions on how to automate the process of creating an SSL certificate using Amazon Certificate Manager (ACM) and configuring a subdomain using Serverless Domain Manager and using Route 53 Hosted Zone.
Deployment of Laravel application using AWS PaaS model.
Walkthrough on deploying a Laravel application using the Platform-as-a-Service (PaaS) model. It specifically focuses on utilizing the AWS RDS (Relational Database Service), EBS (Elastic BeanStalk) and S3 (Simple Storage Service) to host and deploy the application.
Deployment of the Laravel application using the IaaS model (AWS EC2)
Walkthrough on deploying a Laravel application using the Infrastructure-as-a-Service (IaaS) model. It specifically focuses on utilizing the AWS EC2 virtual machine (VM) to host and deploy the application following the installation of the necessary servers.
Dockerize your Laravel Application and Deploy it on AWS EC2
Walkthrough on deploying a Laravel application using the Infrastructure-as-a-Service (IaaS) model. It specifically focuses on utilizing the AWS EC2 virtual machine (VM) to host and deploy the application using Docker.
React Native Push & In-App Notifications
A step-by-step instructions on how to integrate react native push notifications using Node js, MongoDB and Express as backend and notifee as the library of choice for displaying notifications.