📰 Dev.to · Bruno Drugowick
Articles from Dev.to · Bruno Drugowick · 12 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (9011)
ArXiv cs.AIDev.to · FORUM WEBForbes InnovationOpenAI NewsDev.to AIHugging Face Blog

Dev.to · Bruno Drugowick
6y ago
The most basic security for Spring Boot with Thymeleaf
I like to develop small proof of concept applications. Although just validating, some security stuff...

Dev.to · Bruno Drugowick
6y ago
Three steps to extend a Spring Data JPA repository with your own code
This is the post #6 of the series "Querying your Spring Data JPA Repository". What about an...

Dev.to · Bruno Drugowick
6y ago
How do I secure this Spring Boot + Thymeleaf + Vue.js app?
I have this app: Complete CRUD with Spring Boot, Vue.js, Axio...

Dev.to · Bruno Drugowick
6y ago
Complete CRUD with Spring Boot, Vue.js, Axios
Following up on the last post of AQAP Series, here's the complete create-read-update-delete (CRUD) ap...

Dev.to · Bruno Drugowick
6y ago
Spring Boot, Vue.js, Axios and Thymeleaf with Bootstrap in 4 commits
Take a deep breath, hold... In 4 short and easy commits you'll get a Spring Boot app serving server-...

Dev.to · Bruno Drugowick
6y ago
Using JPQL with Spring Data JPA
This is the post #4 of the series "Querying your Spring Data JPA Repository". Let's recap: by now yo...

Dev.to · Bruno Drugowick
6y ago
Complete API in 5 minutes with Spring Data REST - AQAP Series
The following instructions will give you a complete REST API for two related resources in 5 minutes....

Dev.to · Bruno Drugowick
6y ago
Spring Data JPA Query Methods
This is the post #3 of the series "Querying your Spring Data JPA Repository". If you're following th...

Dev.to · Bruno Drugowick
6y ago
Querying your Spring Data JPA Repository - Basic Setup
Well, nothing is simple nowadays. I'm a fan of complexity, so here's not the place you'll find quick...

Dev.to · Bruno Drugowick
6y ago
Querying your Spring Data JPA Repository - Introduction
In this series of posts I'll show you several methods to query your Java JPA repositories using Sprin...

Dev.to · Bruno Drugowick
6y ago
Project Overview: the Basic Microservices Architecture with Spring Cloud
This post presents the basic architecture of an online flower shop in a microservices architecture. I...

Dev.to · Bruno Drugowick
6y ago
My first attempt at Generics...
... it turns out I didn't need it! It's been a while that I wanted to try something with Generics. T...
DeepCamp AI