排序
Better way to store Enum values in MongoDB
Better way to store Enum values in MongoDB,If you want to save Java Enum value to DB as Enum name, then the Mongo driver supports that. For example, if you have an enum public enum...
What do You do When You’re Stuck?
What do You do When You're Stuck?,I just completed my second week of Java bootcamp at Tech Elevator. This week we learned more data structures than I thought my brain could handle ...
Role of Java in modern web development
Role of Java in modern web development,If you look at current tech Twitter, Reddit, etc.. Java gets an unreasonable amount of hate. All the discussion is about full-stack JavaScrip...
My Gripes about C-Style for-loops
My Gripes about C-Style for-loops,One of the most useful (and often one of the most fundamental) concepts when learning to code is looping. Loops are all around us, in virtually ev...
Bootcamp Java Developer Day #6
Bootcamp Java Developer Day #6, Day 6: 6) Ongoing: Basic Development in Java Topic 4: Characteristics of Java language Created a Java project in IntelliJ with examples to learn som...
How to Use Keycloak With a Spring Boot Application
How to Use Keycloak With a Spring Boot Application,In this post, I will show how to use Keycloak in a Spring Boot application. Before we use Keycloak, we will cover some basics abo...
The Code Speaks for Itself – Generating API docs for Spring Applications
The Code Speaks for Itself – Generating API docs for Spring Applications, Introduction Programming is mostly about communication, and one of the most time-consuming parts of this ...
Maven Dependency in Eclipse
Maven Dependency in Eclipse,Learn step by step setting up and resolution of maven dependency using eclipse IDE. Read On 原文链接:Maven Dependency in Eclipse
Bootcamp Java Developer Day #5
Bootcamp Java Developer Day #5, Day 5: I was on the second topic of course 6 'Basic Development in Java' when I got a version incompatibility. It was the same problem I had last ye...
How to refresh/reload application properties runtime in spring boot ?
How to refresh/reload application properties runtime in spring boot ?,In this tutorial, we are going to learn how to reload application properties in spring boot. We have many opti...
Top 10 Java Testing Frameworks For 2020
Top 10 Java Testing Frameworks For 2020,When we talk about programming in the modern tech world, Java instantly comes to our mind. After all, it is considered as one of the most ve...
Playing around with Kotlin Sealed Classes
Playing around with Kotlin Sealed Classes, Twitter account automation (3 Part Series) 1 Spring Library: Selenium-Docker pool 2 Playing around with Kotlin Sealed Classes 3 TIL: Conn...