-
FizzBuzz Enterprise Edition
FizzBuzz Enterprise Edition is a no-nonsense implementation of FizzBuzz made by serious businessmen for serious business purposes.
Go peruse https://github.com/EnterpriseQualityCoding/FizzBuzzEnterpriseEdition for an absolutely hilarious send-up of the typical result.
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
Try neovim. Builtin support for language servers which provide the basis for IDE functionality, autocomplete, auto import, code actions, refactoring, etc. I believe VSCode uses jdtls on the backend and you can use the same thing with neovim.
-
This kind of pattern matching is discussed in the design notes: https://github.com/openjdk/amber-docs/blob/master/site/design-notes/patterns/pattern-match-object-model.md
Related posts
-
LogCaptor: Simplificando o Teste de Logs em APIs REST Java
-
2.5 Million Java Developers on Visual Studio Code. Microsoft and Red Hat shares Joint Roadmap for Next 6 Months Together
-
JSweet – A Java to JavaScript Transpiler
-
Using Cognito to provide auth to a Java desktop application - advice requested
-
How to use nvim-jdtls for Java and nvim-lspconfig for everything else?