My recent talks on various events.
Using S3 and CloudFront to Power WordPress Static
Supercharge WordPress website by turning into WordPress Static where all the pages are rendered as simple HTML files. With the help of S3 and CloudFront it can take any amount of traffic without thinking about server at all.
Year: 2021
Venue: Online
Organizer: AWS DevAx Connect
Presentation: View slide
Keywords: wordpress aws
s3 cloudfront
Understanding XSS and CSRF using Simulation Based Case Study
Cross-Site Scripting (XSS) and Cross-Site Request Forgery (CSRF) are security vulnerabilities that commonly found on a website. It mostly occurs because web developers are having no knowledge about those vulnerabilities.
Year: 2021
Venue: Online
Organizer: PHP Indonesia
Presentation: View slide
Keywords: xss csrf
php security
Using WordPress as Headless CMS
How to use WordPress as Headless CMS with the help of VueJS as REST API client and Netlify for hosting and CDN.
Year: 2021
Venue: Online
Organizer: Exabytes Indonesia
Presentation: View slide
Keywords: cms php
wordpress
Learn How to Prevent SQL Injection using Simulation
Learning the basic of SQL injection and how to prevent it using Simulation based learning. Developer will be act as attacker which attack a website using SQL injection. At the end developer will be given best practices to prevent those to happens.
Year: 2021
Venue: Online
Organizer: PHP Indonesia
Presentation: View slide
Keywords: php wordpress
security sql-injection
Static WordPress Hosting with S3 and CloudFront
Using WordPress as static site generator and handle millions of traffic without breaking a sweat. Utilizing Amazon S3 as storage and CloudFront as Content Delivery Network (CDN).
Year: 2020
Venue: Online
Organizer: PHP Indonesia
Presentation: View slide
Keywords: aws cloudfront
s3 wordpress
Serverless PHP Using AWS Lambda
How to deploy PHP application on AWS Lambda and gets benefit of the Serverless infrastructure such as automatic scaling and no server maintenance. It also utilize custom Lambda Runtime called Bref to run PHP on top of Lambda.
Year: 2020
Venue: Online
Organizer: AWS UG Surabaya
Presentation: View slide
Keywords: aws lambda
php serverless
Create Scalable WordPress Hosting on AWS
How to utilize ALB, EC2, Auto-Scaling, EFS and S3 to create scalable WordPress hosting that serves millions of users in case of traffic spike.
Year: 2019
Venue: Gecko Co-Working Space - Surabaya
Organizer: AWS UG Surabaya
Presentation: View slide
Keywords: aws ec2
php s3 wordpress