Welcome to EclipseCon Europe / OSGi Community Event registration. Things to Know Special content: Info and registration for Eclipse Community Day and Theme Days Discount codes: List of codes and qualifications (note that these must be entered on the payment page in the registration system) Registration FAQs: Policies, payment options, discounts, transfers, cancellations, etc.
Category: dummyCategory
Java Testing Weekly 40 / 2018
There are many software development blogs out there, but many of them don’t publish testing articles on a regular basis. Also, I have noticed that some software developers don’t read blogs written by software testers. That is a shame because I think that we can learn a lot from them. That is why I decided to create a newsletter that shares the best testing articles which I found during the last week. Let’s get started. Technical Stuff Structured JUnit 5 testing is an interesting blog post that explains how you can structure your test cases by using nested inner classes and the given-when-then format. The Really Valuable Stuff Does Test Driven Development Work? is an excellent post that takes a look at both subjective discussions and academic research. Finally, the author shares his own thoughts about TDD. I recommend that you read this blog post because it’s a well-written blog post, and the author shares a lot links to external resources that help you to study this matter further. GDPR – The Forgotten Tests – Test 1 is an interesting blog post which describes why you must ensure that the personal information of your users is safe even if you
The 2018 DevOps RoadMap – Your Guide to become DevOps Engineer
DevOps is really hot at the moment and most of my friends, colleagues and senior developers I know are working hard to become a DevOps engi…
Introducing Java SE 11
How time flies! Over the last several months, Oracle announced changes to evolve the Java platform ensuring it continues forward ….
How to convert HashSet to ArrayList in Java – HowToDoInJava
Learn to convert hashset to arraylist in Java using arraylist constructor. Also learn to convert arraylist to hashset to remove duplicate elements.
disable http/2 to get it working in docker by nottycode · pull request #2 · m-reza-rahman/javaee-docker
Join GitHub today GitHub is home to over 28 million developers working together to host and review code, manage projects, and buil….
Java Switch Statement | Baeldung
A detailed tutorial about the Switch statement in Java and its evolution over time.
Anatomy of Apache Spark Job
Apache Spark is general purpose large scale data processing framework. Understanding how spark exec…
How to Implement Selection Sort Algorithm in Java – Detailed Explanation • Crunchify
Are you a Computer Science Graduate? Are you preparing for an Interview? Want to become a master in Data Structure? Well, Sorting algorithms are the most
Scala Programming Mini Boot camp For Beginner | Udemy
Learn Basic Scala Programming Hands on! – Free Course
Building CI/CD Pipelines for Java Using Azure DevOps (Formerly VSTS) – DZone DevOps
This tutorial will help Java developers build CI/CD pipelines to enable release automation for their web applications using Azure DevOps, formerly VSTS.
ZoneOffset in Java | Baeldung
A quick tutorial to dealing with ZoneOffset and ZoneId in Java.