排序
Blake3 Crytopgrahic Hash Function / Java Implementation?
Blake3 Crytopgrahic Hash Function / Java Implementation?,Hi, Does anyone know if there's a Java implementation of Blake3? Or at least an effort to implement it? Kind regards Johann...
Writing a simple example of Feistal Cipher
Writing a simple example of Feistal Cipher, We talk about the Feistal Cipher and implement a simple proof of concept to test the algorithm out. 原文链接:Writing a simple example o...
WildFly Application Server: The Story Book
WildFly Application Server: The Story Book,The best recipes to configure, deploy, and manage Java-based applications using WildFly application server. Key Features Manage your syst...
Setup your MacOS for Java Development with multiple Java Versions
Setup your MacOS for Java Development with multiple Java Versions, Disclaimer This is my personal preference on how to setup my local environment for Java development with differen...
JAXB Swagger Plugin – my first contribution to the Open Source world
JAXB Swagger Plugin - my first contribution to the Open Source world, Introduction Hello everybody and welcome to my very first post on dev.to :) I have been almost here for one ye...
4 Ways to Learn Object-Oriented Design
4 Ways to Learn Object-Oriented Design, Looking back over 2019 I realized I've had the privilege to work on a diverse set of software projects: Architecting and coding an Enterpris...
Adding users on WildFly 18
Adding users on WildFly 18,Step 1: Navigate to WildFly 18 into bin directory and open add-user.bat file. What type of user do you wish to add? a) Management User (mgmt-users.proper...
Fallacies of Async programming
Fallacies of Async programming,Hi Guys, I want to share another fallacy of async programming where developers often think it is a synchronous program. This situation just happened ...
TextBlocks
TextBlocks,In Java writing multi line strings is not a fun, you must have written code where requirement is to put HTML, JSON, XML or SQL query as String in your code. See below ex...
What’s coming in JDK 14
What's coming in JDK 14,JDK 14 is due to release March 2020, feature supposed to part of this release has been frozen. A list of JEPs identified for inclusion: JEPs These JEPs can ...
Performing basic stats in Java 8
Performing basic stats in Java 8,The Stream interface is introduced in Java 8 which supports parallel execution. The Stream interface supports the sorted, map, filter, reduce patte...
I made a chess library in Java
I made a chess library in Java,Hey guys, in this post I just wanted to share this project I've been working on for the past couple of weeks. It's basically a library written in Jav...