Spring Data JPA Pagination

In this tutorial, you are going to learn how to work with pagination in Spring Data JPA.

From: Dan Vega

Spring Boot @Value Annotation

A brief introduction to the @Value annotation in Spring Boot.

From: Dan Vega

Im Joining VMware

I'm so excited to announce that I am joining VMware as a Spring Developer Advocate!

From: Dan Vega

Happy New Year 2022

Happy New Year! I want to take a few minutes and reflect on the year that was 2021 and look ahead to 2022.

From: Dan Vega

14" MacBook Pro M1 Max Review for developers and content creators

I have been using the new MacBook Pro for about a week and wanted to give you my initial thoughts from a developer & content creator perspective.

From: Dan Vega

GitHub Copilot for Java Develpers

Earlier this year GitHub launched Copilot, an AI pair-programmer. With GitHub Copilot, get suggestions for whole lines or entire functions right inside your editor.

From: Dan Vega

Spring One 2021 Presentation

I'm so honored to be speaking at this year's SpringOne Conference. This article will give you a look ahead to the presentation by explaining what you can expect and the resources from my talk.

From: Dan Vega

Full Stack Java development with Spring Boot and VueJS

In this tutorial, you are going to learn how to build a full-stack application that uses Vue for the frontend and Spring Boot for the backend.

From: Dan Vega

How to force a delay in a web app

In this tutorial, I will show you can force a delay in a web application for testing purposes.

From: Dan Vega

New Year, New Opportunities and Goals

In this article, I have some exciting personal news to share and I want to take a look ahead at the new year.

From: Dan Vega

How to test standard in and out in Java

In this tutorial I will show you how you can test standard in and out in Java.

From: Dan Vega

Interactive Learning from Oreilly

O'Reilly has a new hands-on learning platform called Interactive Learning. In this tutorial I will tell you all about it and the tutorials I created for it.

From: Dan Vega

Spring Boot REST Service: How to build a REST API in Java

In this tutorial you will learn how to build a REST API in Java using Spring Boot.

From: Dan Vega

Working with Standard Input and Output in Deno

In this tutorial I will show you how to work with standard input and output in Deno.

From: Dan Vega

Hello, Deno

An introduction to Deno which is a secure runtime for JavaScript and TypeScript

From: Dan Vega

Lessons learned from redesigning my website

I spent the last couple of months redesigning my website and I would like to share with you some of the lessons I learned

From: Dan Vega

Spring Boot Testing Basics: How to Unit Test & Integration Test REST Controllers

In this article, we're going to dive into the world of testing in Spring Boot, specifically looking at unit tests and integration tests.

From: Dan Vega

Vue 3 Composition API: Ref vs Reactive

One question I keep hearing over and over is what method should I use to declare reactive data in the Vue 3 Composition API? In this article, I explain what ref() and reactive() are and try to answer that question.

From: Dan Vega

Start using Vue 3 in a new project right now

In this tutorial, I walk you through how to add Vue 3 to a new project.

From: Dan Vega

CodeMash 2020 Recap

A recap of the conference CodeMash 2020 as both an attendee and a speaker.

From: Dan Vega

Vue3: Smaller, Faster & Stronger. CodeMash 2020

This post is a collection of resources for my presentation at CodeMash 2020.

From: Dan Vega

New Course: Up & Running with Vue.js

I released a new course on how to get up and running with Vue.js for beginners

From: Dan Vega

Spring Boot in Visual Studio Code

In this tutorial I will show you how to create a new Spring Boot application in Visual Studio Code

From: Dan Vega

A Beginner's Guide to Unit Testing in Vue: Part 3

In Part 3 of this series we learn how to write unit tests in Vue by testing more complex components.

From: Dan Vega

A Beginner's Guide to Unit Testing in Vue: Part 2

In the 2nd part of this 3 part series we will look at writing and running your first unit test in Vue

From: Dan Vega