Web Development Stories

How to Validate JSON Request Body in Spring Boot

We will be looking at the request-validator library, which is able to compare the user input against a pre-defined set of rules like required,max,min

How to Backup MySQL Database Programmatically using mysql-backup4j

Export your MySQL database to a zip file, send the generated SQL dump to your email, Amazon S3, Google Drive etc. Plus automate the process #DevOps

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

Auto Deploy Spring Boot App using Gitlab CI/CD

Create a Spring Boot application, set up your server and configure Gitlab to build your app, run tests and deploy automatically to your server

How to View Remote CodeIgniter Log Files in the Browser and Postman

Being able to read log files on a production server can boost the quality of your emergency readiness and response. Read on to learn how.

Process Large Data from Excel File with a Breeze

Why upload the file, when all you need is the data in it? Cleaner, faster avoid connection timeouts, corrupted data just by adding excel_uploader js

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

Comprehensive Step-By-Step Guide on How to Upload Open-Source Java Library to Maven Central

Maven Central to the World, deploy your open-source Java library for other people to use in their projects as a dependency

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