Blog: AlexR (The programmer's notes) |
240 blogs
updated: 14 min. ago
|
||
PrefaceThe video version of this article can be found on YouTube in English, Russian and Hebrew. The presentation is available here. Introdu...
|
||
I've created my youtube channel named "The programmer's notes" exactly as this blog. I am going to post videos about various aspects of the ...
|
||
Recently I had a pleasure to read book "Java By Comparison" by Simon Harrer, J rg Lenhard and Linus Deitz. This book plays the role of a men...
|
||
Introduction Visitor [1, 2] is a widely known classical design pattern. There are a lot of resources that explain it in details. Without dig...
|
||
PrefaceIn my previous article I explai ned how and why to use enums instead of switch/case control structure in Java code. Here I will show ...
|
||
Problem and its solutionSwitch/case is the common control structure implemented in most imperative programming languages. Switch is consider...
|
||
I have written a lot of blog posts that contain code snippets in several programming languages (mostly Java). I separated each code snippet ...
|
||
Made better & faster using https://www.yourkit.com/ Java Profiler