排序
Web server in pure Java
Web server in pure Java, We talk about how to create a simple web server using only native java code, no libraries and the simple interface used for these actions. 原文链接:Web se...
A bug was found in Java after almost 9 years of hiding.
A bug was found in Java after almost 9 years of hiding.,Sup dudes! Today's story is a bit unusual but surely is interesting. I was learning about binary search trees in the Courser...
Reflecting on My Experience With Go, One Year After
Reflecting on My Experience With Go, One Year After,NOTE: This post originally appeared on my blog In my little more than a year day-to-day developer experience with Go, I have so ...
Complete CRUD with Spring Boot, Vue.js, Axios
Complete CRUD with Spring Boot, Vue.js, Axios, AQAP Series (5 Part Series) 1 Complete API in 5 minutes with Spring Data REST - AQAP Series 2 Spring Boot, Vue.js, Axios and Thymelea...
Java 8 Parallel Stream with ThreadPool
Java 8 Parallel Stream with ThreadPool,When executing a parallel stream, it runs in the Common Fork Join Pool (ForkJoinPool.commonPool()), shared by all other parallel streams. Som...
Java(Spring Boot) Best Database Practices
Java(Spring Boot) Best Database Practices, What is Spring Boot? Spring Boot is an open source Java-based framework used to create a micro Service. It is developed by Pivotal Team a...
JHipster Crash Course
JHipster Crash Course,In this post, I will cover and guide you through the necessary steps to generate a JHipster application. JHipster is an opinionated generator that helps you t...
Rolling, secure hashes for nodes in a tree / How to reduce on-disk space consumption?
Rolling, secure hashes for nodes in a tree / How to reduce on-disk space consumption?,Hi all, I've implemented the storage of rolling, secure hashes for a temporal document store c...
Inyección de Dependencias en Java
Inyección de Dependencias en Java,English Version: Dependency Injection in Java Carlos Chacin ・ Nov 14 '19 #java #dependencyinjection #di #bestpractices Éste artículo fue origi...
Hazelcast ReplicatedMap replication event
Hazelcast ReplicatedMap replication event, Hazelcast ReplicatedMap replication event Dec 29 '19 Comments: 1 Answers: 0 0 Say I have a cluster of 2 members with a replicated map. Ca...
Using a Vigenere Cipher to Encrypt Text
Using a Vigenere Cipher to Encrypt Text,The vigenere cipher is a way of hiding your messages that has been around for a long, long time. In fact, it was first described by Giovan B...
Java is NOT EASY to learn. But still worth :)
Java is NOT EASY to learn. But still worth :),Here was the post Why should learn Java in 2020 - and it started with: Java is Easy to Learn I'd say this is QUITE NOT TRUE, sorry :) ...