排序
Never Inline Hack Java
Never Inline Hack Java,As of occasion you may need to ensure some Java code is never inlined when debugging performance problems. The following hack works around this by abusing a ...
How to move from C# to Java?
How to move from C# to Java?,Like in the title, do you have any advice? I am a beginner in C# with about a year of experience and just a few projects. With Java, I don't have any s...
Mocking private static final log
Mocking private static final log,Tests for logging is something I have tried to avoid in the past. Today I had to write some code which exports TestRail results to splunk and I was...
Common assertions for Java collections in AssertJ
Common assertions for Java collections in AssertJ,Hello! As part of Java collection series, I decided to write this small post to list some of most common assertion methods from As...
Como usar Rest Client em Quarkus
Como usar Rest Client em Quarkus,Tudo que está nesse projeto pode ser encontrado no repositório GitHub. Para criar o projeto utilizamos o próprio site de bootstrap do quarkus pa...
Java Automation + Docker. Our Experience
Java Automation + Docker. Our Experience,Why is it worth using Docker for automated UI-oriented tests and some practical insights on how to get started with Docker. https://medium....
Java InvokeDynamic (part 4 Lambda expression)
Java InvokeDynamic (part 4 Lambda expression), ตอนนี้ใช้พื้นฐานจาก part ก่อนหน้านี้นะครับ อ่าน part 3 invokedynamic bytecode จากที่น...
Java MYSQL Connection
Java MYSQL Connection, Many people still wander off internet finding a correct way to initiate MySQL Connection in their Java project. As a beginner I myself used to go through Int...
Effective Java Tuesday! Design and Document Classes for Inheritance or Else Prohibit It.
Effective Java Tuesday! Design and Document Classes for Inheritance or Else Prohibit It., Effective Java Review (90 Part Series) 1 Effective Java Tuesday! Let's Consider Static Fac...
Barebones Guide to JUnit on the Command Line
Barebones Guide to JUnit on the Command Line, Introduction JUnit is a testing framework for Java. It is primarily aimed for IDEs, but with some perseverance it can be used on the c...
Quick Tip – How to tell the user what to put in an EditText ?
Quick Tip – How to tell the user what to put in an EditText ?,Hello ! I’m Xavier Jouvenot and in this small post, I am going to explain how to tell the user what to put in an Edi...
Learn Recursion From Zero to One
Learn Recursion From Zero to One,I remember seeing my little nephew counting. He would look at the buttons on an elevator, and count: 0, 1, 2, 3, 4, 5, 6, ... They are natural numb...