排序
How to create REST API in quarkus?
How to create REST API in quarkus?,I have finally decided to post my first article and I am trying to learn quarkus. So here I am writing this article for our first supersonic Quar...
mvn Liquibase:updateSql DatabaseException
mvn Liquibase:updateSql DatabaseException,Hey there! I'm running into a problem inside my Spring boot application that is making me go nuts. Here is the workflow: Inside my Spring ...
GraphQL no Quarkus
GraphQL no Quarkus,Tudo que está nesse projeto pode ser encontrado no repositório GitHub. Para a nossa poc o que fizemos foi primeiro pegar. Intro ao projeto Esse projeto já foi...
JavaFX: 3 Ways of Passing Information Between Scenes!
JavaFX: 3 Ways of Passing Information Between Scenes!,One of the most common issues that raises when developing a desktop application with JavaFX is 'How can I pass this user input...
Creating GitHub Action to Deploy Projects into a Private Maven Repository
Creating GitHub Action to Deploy Projects into a Private Maven Repository,I have been heavily using other CI/CD platforms like GitLab, BitBucket, Jenkins, and Azure DevOps but I ca...
Master your next Freelance Project
Master your next Freelance Project, Master Series (5 Part Series) 1 Master Programming with best YouTube Channels 2 Master your next Freelance Project 3 Master Programming with Bes...
Write Spring Boot integration tests with Testcontainers (JUnit 4 & 5)
Write Spring Boot integration tests with Testcontainers (JUnit 4 & 5),Recently, I was looking for a solution to write integration tests for my Spring Boot-based application which w...
Final classes in PHP|Java|Any
Final classes in PHP|Java|Any, TL;DR: Benefits of final classes: clear contracts, isolated side effects, testability, low complexity and cognitive load, code fluidity, and confiden...
Ward: Minimalistic server dashboard
Ward: Minimalistic server dashboard,Ward is a simple and and minimalistic server monitoring tool. Ward supports adaptive design system. Also it supports dark theme. It shows only p...
Jumpstart Testing with Mockito and JUnit5
Jumpstart Testing with Mockito and JUnit5,In this article, we will see JUnit and Mockito in action using 2 Java components, a service class, and a repository class. We will start b...
Quarkus Hazelcast Client Integration
Quarkus Hazelcast Client Integration,Today, we’re happy to announce the preview version of quarkus-hazelcast-client is publicly available and accessible via quarkus-platform and c...
jcli, A command line tool for creating Java Applications
jcli, A command line tool for creating Java Applications,Created a tool called jcli to create java applications from command line .. You can use commands like : jcli --create-proje...