排序
Why we decided to be open source
Why we decided to be open source,Photo by Tim Mossholder from Pexels Since I started to work at TotalCross I realized that selling a framework to developers would be one of the mos...
Spring Boot : Unit Test
Spring Boot : Unit Test,Example of how to write unit test in Spring Boot. // UserController.java @RestController public class UserController { @Autowired private UserService userSe...
Add AWS Transcribe to Spring boot App
Add AWS Transcribe to Spring boot App,Amazon Transcribe uses a deep learning process called automatic speech recognition (ASR) to convert speech to text quickly and accurately. Ama...
Migrating from Oracle DB pipe messaging to Kafka
Migrating from Oracle DB pipe messaging to Kafka, Introduction First of all, I would like to state that I am not an Oracle DB expert. I am just a regular full-stack developer, that...
Passo a passo de como criar seu Pokedex com Spring WebFlux
Passo a passo de como criar seu Pokedex com Spring WebFlux,Oláaa neste artigo você irá aprender a criar uma aplicação de Create, Read, Update e Delete usando Spring Webflux, c...
Spring Boot : Spring Data JPA
Spring Boot : Spring Data JPA,Example of how to configure Spring Data JPA pom.xml <dependency> <groupId>org.springframework.boot</groupId> <artifactId>sprin...
Spring Boot : JDBCTemplate
Spring Boot : JDBCTemplate,Example of how to setup Spring Boot with JDBCTeamplate pom.xml <dependency> <groupId>org.springframework.boot</groupId> <artifactId&...
Tracking Lines at Stores during COVID-19
Tracking Lines at Stores during COVID-19,As my first hackathon (and first post on Dev, so Hello World!), I wanted to work on something that would push me outside my normal comfort ...
Selenium C# Tutorial: Setting Up Selenium In Visual Studio
Selenium C# Tutorial: Setting Up Selenium In Visual Studio,Getting started with Selenium and C# is easy if you have the idea about connecting the right blocks for test code develop...
How difficult it is to crack interviews when switching tech stack/language?
How difficult it is to crack interviews when switching tech stack/language?,Question is majorly for backend/full-stack development. As a beginner I am willing to start in JAVA as I...
Intro to Docker 2 – Docker-compose and packaging a SpringBoot application
Intro to Docker 2 - Docker-compose and packaging a SpringBoot application,Introduction In the previous article, we saw what is Docker, how containers are useful as a new devOps tre...