Security Architecture Completely Securing Mobile Application APIs
This is a comprehensive architectural guide on how to secure important APIs of your application including the signup, reset password and retry OTP API
This is a comprehensive architectural guide on how to secure important APIs of your application including the signup, reset password and retry OTP API
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
In this article, we are going to look at how to configure Spring boot to handle exceptions and customise the error responses
How to use Terraform to create a DigitalOcean droplet for a Java (Spring Boot) web application
Create a Spring Boot application, set up your server and configure Gitlab to build your app, run tests and deploy automatically to your server
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
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
Ever wish there is a way you insert default data into the database during application startup in a SpringBoot environment? Read on!