Technology Stories

Formstack API Tutorial: Working with fstackapi_php library

Interacting with the Formstack API v2 just got better with this new fstackapi_php library. We'll use it to submit form dynamically and more

What do I need to be a Web Developer?

Here is a curation of the different technologies that power the web and the ones you should learn to make a living as a web developer

How to create a DigitalOcean droplet for hosting Spring Boot app using Terraform

How to use Terraform to create a DigitalOcean droplet for a Java (Spring Boot) web application

Moving from Laragon 2 to Laragon 3.0: My Telltale

This is a recap of how I moved from Laragon 2 to v3, my mistakes and how you can avoid them. Plus undocumented changes I discovered

How to Create a Database Seeder in Spring Boot

Ever wish there is a way you insert default data into the database during application startup in a SpringBoot environment? Read on!

Monolith Spring Boot Exception Handling

Learn how to handle exceptions in a monolith Spring Boot application and return custom error pages. You'll also learn how the default handling works