1 follower
āļø Hello! š I'm a backend web developer proficient in PHP & Laravel and an AWS Certified Cloud Practitioner. Currently learning to build iOS apps with SwiftUI! š²š¾
As the popularity of Single-Page-Application(SPA) rises, the need to store data locally on the client-side becomes increasingly common. Today, we will examine 4 different methods to store data in a web browser along with basic code examples. We will ...
In this article, we will look at the use of Fetch API, a modern AJAX request method in JavaScript, as well as the advantages and things to look out for when using it in your project. Prerequisites It is recommended that you have some basic experience...
Recently, I've learned to use Docker for my project development environment setup. A Docker container allows you to contain all the necessary development software and environment needs into one complete package for easy distribution. By using a devel...
Last week, I've managed to pass my AWS Certified Cloud Practitioner exam. To be exact, I scored 974 over 1000, where the minimum score needed to pass the exam is 700. š https://www.youracclaim.com/badges/00afda49-dfd8-45e1-bdd7-dec12965f2b1 In thi...
If you ever find yourself having the need to temporarily allow your client to access a website that you are building for them in your localhost, you can use a FREE Dynamic DNS service to do so. Dynamic DNS is also useful if you are testing some 3rd p...
Today we are going to walk through the steps required in setting up a static site on Amazon S3 and served via Amazon CloudFront CDN under the FREE tier. This guide is suitable for anyone who is new to AWS and would like to try it out without having t...