dimitri.codes
dimitri.codes copied to clipboard
Static generator for dimitri.codes using Gatsby
# Bundling your React app with Spring boot | Dimitri's tutorials In this tutorial I'll show you how you can bundle your React app together with Spring boot. [https://dimitri.codes/bundling-react-spring-boot/](https://dimitri.codes/bundling-react-spring-boot/)
# Unit testing your Spring boot applications | Dimitri's tutorials Testing is an important part of development, and in this tutorial I'll show you how you can unit test your...
# Do I need an interface with Spring boot? | Dimitri's tutorials In this blog post, we discover whether we have to use an interface when writing services with Spring...
# Deploying your Spring boot application to AWS with Terraform | Dimitri's tutorials In this tutorial I'll deploy a simple Spring boot application on AWS by using Terraform. [https://dimitr.im/spring-boot-terraform](https://dimitr.im/spring-boot-terraform)
# Writing dynamic queries with Spring Data JPA | Dimitri's tutorials With Spring Data, we can easily write queries usinng @Query. For more dynamic queries, we can use the Example...
# Form validation using React hooks | Dimitri's tutorials In this tutorial I'll show you how you can make a generic React hook to handle form validation. [https://dimitr.im/form-validation-react-hooks](https://dimitr.im/form-validation-react-hooks)
# Post an idea | Dimitri's tutorials As I’ve written over 200 blog posts, I sometimes get out of ideas. That’s why I’m always looking for new frameworks or topics...
# Dependency vulnerability checks with SonarQube | Dimitri's tutorials With recent vulnerabilities like Log4Shell and SpringShell, we're reminded of the importance of updating your dependencies. In this tutorial I'll show...
**Title**: Testing Spring boot applications **Description**: - Unit testing - Mocking - Parameterized testing - Mock Mvc testing - Security testing - MockRestServer testing - Data Jpa testing (and data-testing...