Interview Prep: Bit Manipulation: Part III
Interview Prep: Bit Manipulation: Part III,Welcome back to more work on Bit Manipulation in preparation for that big job interview you’re going for. We’ll be pushing forward base...
Using Documentation Links with Sensei
Using Documentation Links with Sensei,One of the difficulties with learning a new library, or sharing agreed practices across our team is documenting and creating examples. Very of...
What is Sensei?
What is Sensei?, What is Sensei? The Sensei plugin provides an easy way to find specific code patterns in your source code, and then apply rewrite rules to amend the matching code....
Secrets of the Shenandoah garbage collector
Secrets of the Shenandoah garbage collector,Join Stephanie Crater for a deep dive into a few garbage collector secrets including: What work-stealing is & how it's used to redis...
TextInputLayout Form Validation Using Data Binding in Android
TextInputLayout Form Validation Using Data Binding in Android, Afew days ago, I was working on a project where I had to implement form validation on textInputLayout and textInputEd...
Effective Java! Make Defensive Copies When Necessary
Effective Java! Make Defensive Copies When Necessary, Effective Java Review (90 Part Series) 1 Effective Java Tuesday! Let's Consider Static Factory Methods 2 Effective Java Tuesda...
Force Set Character Encoding On Spring Boot
Force Set Character Encoding On Spring Boot,Add this on your spring boot project: @Bean @Order(Ordered.HIGHEST_PRECEDENCE) public FilterRegistrationBean<CharacterEncodingFilter&...
Cluster file storage with ActiveFS library
Cluster file storage with ActiveFS library, Purpose In this tutorial we will create a cluster storage with three servers that communicate via TCP protocol. There also will be a clu...
How to set up a REST API using Quarkus.io
How to set up a REST API using Quarkus.io, Quarkus Tutorial (3 Part Series) 1 How to set up a REST API using Quarkus.io 2 Configure JPA on Quarkus.io 3 Using Bean Validation on Qua...
The Common Java Learning Mistakes All Newbie Programmers Make
The Common Java Learning Mistakes All Newbie Programmers Make,Learn the mistakes now so you can avoid them yourself I have good news for you, friends! Now is the best time to learn...