The Foo, the Bar, the Ugly
The Foo, the Bar, the Ugly,Image source: cinetropolis.net When I learned my first programming language, Java, I just threw my questions into google. The web™ offers tons of helpfu...
Abusing Type Erasure: Passing Back the Same Subclass the Object Yields
Abusing Type Erasure: Passing Back the Same Subclass the Object Yields,Java's type erasure generics are generally limited compared to real generics/templates because you don't have...
Design Patterns: Factory Pattern, Part 2
Design Patterns: Factory Pattern, Part 2,originally posted on: henricodesjava.blog Happy new year everyone! Hope you’re excited about a new year of coding, learning, and growing W...
Testing legacy code, part 2: Bending the rules
Testing legacy code, part 2: Bending the rules,So, you decided to add some tests to your ugly looking code. You have prepared the test scenarios you would like to test. You are sta...
Testing legacy code, part 1: How to start
Testing legacy code, part 1: How to start,I am starting this miniseries which is a continuation of my previous article on why I think legacy codebase should be tested. I will be mo...
Android custom progress bar
Android custom progress bar,Hello every one, Any help will be appreciated! I am trying to create smth like this: https://thepracticaldev.s3.amazonaws.com/i/u7ch7cc6fdm0xt2s5g46.png...
Code Generation Is Easy – With Picocog
Code Generation Is Easy - With Picocog,Picocog is a lightweight and new open-source Java library created to make programmatic code generation (or metaprogramming) clean, and easy t...
Spring Boot With Weblogic and Oracle Database
Spring Boot With Weblogic and Oracle Database,Can we integrate Spring Boot with WebLogic 12.1.2 server and with Oracle database? 原文链接:Spring Boot With Weblogic and Oracle Data...
When Hungarian notation lies hidden in plain sight
When Hungarian notation lies hidden in plain sight,Like all historical artifacts, Hungarian notation once made sense. Namely, it made sense in the absence of type checking. Start w...
Servlet API 4.0のJavaDocを日本語に翻訳しました。
Servlet API 4.0のJavaDocを日本語に翻訳しました。,Servlet API 4.0のJavaDocを日本語に翻訳しました。 以下からどうぞ。 https://megascus.github.io/servlet-spec/docs/apidocs/index.html ...