排序
Polyglot inception with GraalVM. Why? Because it’s fun
Polyglot inception with GraalVM. Why? Because it's fun ,Originally published at deepu.tech. Have you heard of GraalVM? If you haven't you should check it out. It is an exciting tec...
ARBOLES BINARIOS DE BÚSQUEDA EN JAVA
ARBOLES BINARIOS DE BÚSQUEDA EN JAVA, 原文链接:ARBOLES BINARIOS DE BÚSQUEDA EN JAVA
Validations in Spring Boot
Validations in Spring Boot,Hello! In this article, I'm gonna cover validations in a Spring Boot app. The only requirement for you to understand this topic is to be able to create c...
Simple Access Control in Vaadin
Simple Access Control in Vaadin,Some things are best kept secret. This goes for data too. In this tutorial, you will learn how to implement a simple access-control system using pla...
Listen to Compiler!
Listen to Compiler!,Many programmers, especially juniors (or while yet studying) tend to ignore compiler warnings :) I'd like to share two examples - first is 'real-life' from some...
Database schema changes with Hibernate and Spring Boot
Database schema changes with Hibernate and Spring Boot, Target audience This article has been written for readers who have experience with Java, Hibernate and Spring Boot. All exam...
Writing Good Tick Limiters
Writing Good Tick Limiters,Something I've seen in sooo many game tutorials at the start is that a lot of people are making a tick limiter much more difficult than it really should ...
PHP vs Java: Which Is Better For Web Development
PHP vs Java: Which Is Better For Web Development,.Net or Java, Python or PHP, PHP or Java there is always a debate — which programming language is better and the list is endless. ...
Effective Java Tuesday! Override `toString`
Effective Java Tuesday! Override `toString`, Effective Java Review (90 Part Series) 1 Effective Java Tuesday! Let's Consider Static Factory Methods 2 Effective Java Tuesday! The Bu...
Convert Word, Excel, PowerPoint and HTML Documents to PDF Programmatically
Convert Word, Excel, PowerPoint and HTML Documents to PDF Programmatically,In this post, I am listing a few helpful articles for those who are looking for some easy ways to convert...
TrackingURLs – A ColdFusion function to parse Shipping Tracking Numbers
TrackingURLs - A ColdFusion function to parse Shipping Tracking Numbers,Just a quick post regarding TrackingURLs, a ColdFusion CFC to identify shipping tracking numbers (UPS, USPS,...
Mutability in Rust, and how it differs from object-oriented languages
Mutability in Rust, and how it differs from object-oriented languages,This post started out as a long-winded answer to a stackoverflow question. The question made me realize that t...