排序
Day 14 of 365 days of code
Day 14 of 365 days of code,I didn't get time to work on my side project today. Was so occupied with office work. Hate working on production support. Guess no fri-yay for me. Was lo...
Not another logger!
Not another logger!,Java is not short of logging libraries: Log4J, SLF4J, JBoss Logger Manager, Flogger, Apache Commons Logger, Logback plus probably many more I've not heard of. T...
Data-Oriented programming in Java
Data-Oriented programming in Java,Liquid syntax error: 'raw' tag was never closed 原文链接:Data-Oriented programming in Java
Solution: Average of Levels in Binary Tree
Solution: Average of Levels in Binary Tree, Leetcode Solutions (161 Part Series) 1 Solution: Next Permutation 2 Solution: Trim a Binary Search Tree ... 157 more parts... 3 Leetcode...
Spring WebFlux tutorial: how to build a reactive web app
Spring WebFlux tutorial: how to build a reactive web app,Reactive systems allow for the unparalleled responsiveness and scalability that we need in our high data flow world. Howeve...
Configurando tratamento de erros no kafka com Quarkus
Configurando tratamento de erros no kafka com Quarkus,Java é lindo. Quarkus é lindo. [Franz] Kafka é lindo. Porém, nem tudo são flores no desenvolvimento. Acidentes acontecem ...
Day 32: Shaker Sort
Day 32: Shaker Sort, 100 Days of Code (48 Part Series) 1 Day 1: Two Sum 2 Day 2: Check Prime ... 44 more parts... 3 Day 3: Hex Colour 4 Day 4: Repeating Numbers 5 Day 5: Nearest Pr...
How To Convert double To int In Java?
How To Convert double To int In Java?,This article is originally published at https://coderolls.com/convert-double-to-int/ In this article, we will see how we can convert a double ...
Refactor your if statements for improved readability
Refactor your if statements for improved readability,As I write more software and mature as an engineer, I've begun to understand that less code isn't always better code. Although ...
I made an IntelliJ plugin that generate mapping code between Java entities.
I made an IntelliJ plugin that generate mapping code between Java entities.,Hi everyone, i just have done a plugin for Intelllij that generate mapping code for java objects. Featur...
How Long Does It Take To Learn Java If I Know JavaScript?
How Long Does It Take To Learn Java If I Know JavaScript?,IT is doubtlessly a rapidly changing field, and the only chance to remain an in-demand specialist is to always be in the k...
DSL (Domain-Specific Languages) – O início
DSL (Domain-Specific Languages) - O início,Recentemente, tenho mergulhado no mundo das DSLs, um tema que sempre me instigou e motivou a buscar um conhecimento mais aprofundado. Qu...