排序
Automation for Java Developers – tips and snippets
Automation for Java Developers - tips and snippets,Automation is something that can save your future self a lot of time. It is not an urgent thing, but it is very important. It wil...
Build a Fluent Interface in Java in Less Than 5 Minutes
Build a Fluent Interface in Java in Less Than 5 Minutes,(Skip to the good part!) Building a Basic Class Building classes in Java is EASY! All you need is a class declaration inside...
Avoiding Java Boilerplate Code with Project Lombok
Avoiding Java Boilerplate Code with Project Lombok,In this article you will learn how to avoid boilerplate code from your Java projects. You will do so by using features of Project...
IMMUTABILITY
IMMUTABILITY,Let’s see what this fancy word means. immutable adjective unchanging over time or unable to be changed. Umm... How does STRING do it? String strOne = 'sun'; Enter ful...
Implementing Wildcard Search Functionality in your Java Applications
Implementing Wildcard Search Functionality in your Java Applications,Indexing is a term quite synonymous with search engines now days, however, by definition, it refers to organizi...
Using Galen Framework For Automated Cross Browser Layout Testing
Using Galen Framework For Automated Cross Browser Layout Testing,Galen Framework is a test automation framework which was originally introduced to perform cross browser layout test...
TypeError: JavaScript
TypeError: JavaScript,Can you add a number and an alphabet? Say, if I ask you to give me the result of the addition of 1 and H will you be able to give me the answer? The obvious a...
Fibers in Java (Yes fibers !!!)
Fibers in Java (Yes fibers !!!),Fiber is upcoming feature in Java which will offer a light weight alternative to Threads . However the question is why fibers ,one word answer to it...
My experiences with the Android Developer Nanodegree
My experiences with the Android Developer Nanodegree,Last year from March to August I participated in Udacity's Android Developer Nanodegree program and here I want to share my exp...
Language Features: Best and Worst
Language Features: Best and Worst,I'm interested in building my own programming language and I want to know: what are your most-loved and most-hated features of any programming lan...
Tascalate Concurrent – Filling the Gaps in CompletableFuture API (Part 1)
Tascalate Concurrent - Filling the Gaps in CompletableFuture API (Part 1),Tascalate Concurrent library provides an implementation of the CompletionStage interface and related class...
Comparando valores y referencias en varios lenguajes de programación
Comparando valores y referencias en varios lenguajes de programación, Escrito por Eduard Tomás en campusMVP En este post vamos a ver como distintos lenguajes han abordado la prob...