Recent Posts

CI/CD with Bitbucket Pipelines

INTRODUCTION Continuous Integration (CI) and Continuous Delivery (CD) are an integral part of a software development cycle. I used to work with GitHub and write CI/CD pipelines as code with Jenkins. But in one of my recent projects, the organisation I worked for decided to move their repositories from GitHub to Bitbucket (with mixed feelings), which made us explore Bitbucket …

Read More »

Java 15

Java viert dit jaar zijn zilveren (25ste) verjaardag. Op 23 mei 2020 was het 25 jaar geleden dat Sun Microsystems voor het eerst Java aan de wereld liet zien. Tot de dag van vandaag is het een van de populairste talen, ook al heeft het meer en meer concurrentie van andere talen, zoals Python, Rust en Go. Java heeft niet …

Read More »

Java 15 Is Now Available

In 2020, we celebrate 25 years of Java. Over those years, Java has given users over two decades of innovation built on the momentum of previous enhancements such as Generics in Java 5, Lambdas in Java 8 and Modules in Java 9, which collectively culminate in boosting performance, stability and security of the Java platform along the way. By Sharat Chander …

Read More »