排序
[Road to Job] #1 Electrical to Software Eng
[Road to Job] #1 Electrical to Software Eng, Road to Job (5 Part Series) 1 [Road to Job] #1 Electrical to Software Eng 2 [Road to Job] #2 Learning Roadmap 3 [Road to Job] #3 Hackat...
Spring WebClient vs RestTemplate – Comparison and Features
Spring WebClient vs RestTemplate – Comparison and Features, Introduction Spring 5 introduced a new reactive web client called WebClient. In this post, I will show when and how we ...
Deploying a Java Springboot App to an AWS Amazon Linux 2 EC2 Instance
Deploying a Java Springboot App to an AWS Amazon Linux 2 EC2 Instance,Hey there, in this post, I'm going to show you step by step how to deploy a Java SpringBoot Application to an ...
Java vs JavaScript – What is the Difference?
Java vs JavaScript - What is the Difference?,Even today many people are asking the question 'What is the difference between Java and Javascript'. But not only that. The two terms J...
Publishing an obfuscated kotlin library
Publishing an obfuscated kotlin library,Being an android developer, I've heard about code obfuscation pretty early in my career. Since it's preconfigured in android's gradle plugin...
Soft Deletion in Database
Soft Deletion in Database,One of the common problems you may face when you design your database is that you want to delete a row from some table in the database without actually de...
Write a kubectl plugin in Java with jbang and fabric8
Write a kubectl plugin in Java with jbang and fabric8,If you use kubectl frequently, you might be find yourself running the same sequence of commands over and over again. A frequen...
Java spring mybatis data array fast insert
Java spring mybatis data array fast insert, 原文链接:Java spring mybatis data array fast insert
Java’s strange bit of syntax
Java’s strange bit of syntax,Have you ever seen code like this ? public int getLootBoxContents(int lootBoxIdx)[] { // TODO: get loot return null; } Enter fullscreen mode Exit full...
Another Two Years In The Life Of AI, ML, DL And Java
Another Two Years In The Life Of AI, ML, DL And Java,This is a reblog of the original post at Java Advent Calendar 2020, see original post. A bit of a background Many of you know o...
Building a Native Java Application for ARM64 with Quarkus
Building a Native Java Application for ARM64 with Quarkus,The Graal native image compiler is a great tool to significantly reduce the start time and memory consumption of Java appl...
How to Make Your Reviewer Cry Using Java Optional
How to Make Your Reviewer Cry Using Java Optional,I think code review is one of the best sources of inspiration. I see it as an opportunity to learn new things from other software ...