Luxoft Training

[365] Object-relational Mapping Using JPA Hibernate and Spring Data JPA. Persistence with Spring Data JPA
We're continuing our series on Object-relational Mapping Using JPA Hibernate and Spring Data JPA. Happy reading.

[366] How to load data from GCS to BigQuery?
Using Сlоud Funсtiоns оr Сlоud Соmроser tо mоve dаtа frоm GСS tо nаtive BigQuery tаbles is а viаble аррrоасh. We will fосus оn the usаge оf Сlоud Funсtiоns here.

[367] Non-working KPIs in IT: what they can cause and how to choose the right ones. Algorithm for creating KPIs
The second article about non-working KPI. We will look at how to create KPI’s that actually improve performance.

[368] Object-relational Mapping Using JPA, Hibernate and Spring Data JPA. Comparing the approaches of persisting entities
We're continuing our series on Object-relational Mapping Using JPA Hibernate and Spring Data JPA This time we look at comparing the approaches of persisting entities.

[369] How to implement Matrix Multiplication using Map-Reduce?
There is one use case that we have to implement Matrix multiplication using Map Reduce.

[354] Requirements. What do we need them for?
It might seem that requirements are the responsibility of analysts, not software testers. But that is not always the case.

[355] Procrastination
Procrastination is the situation where you negligently delay the process of getting something done, despite possible negative consequences. To some extent, procrastination is a familiar condition for all of us.

[356] Object-relational Mapping Using JPA, Hibernate and Spring Data JPA
In this article series we will set JPA, Hibernate and Spring Data JPA face to face, compare and contrast them.

[357] Procrastination. Is There Anything Good about Procrastination?
Part two of our article on procrastination and how it impacts our daily lives.

[358] How to query Kafka Streaming Data?
What if there was а way to give analysts an SQL layer over Kafka Streams when Streaming Data.

[359] Object-relational Mapping Using JPA, Hibernate and Spring Data JPA. Persistence with JPA
The second part of our article series on Object-relational Mapping Using JPA, Hibernate and Spring Data JPA. This time we look at persistence with JPA.

[361] Object-relational Mapping Using JPA, Hibernate and Spring Data JPA. Native Hibernate configuration
We're continuing our series on object-relational mapping using JPA, Hibernate and Spring Data JPA. This time we look at native hibernate configuration.

[346] Reactive Programming in Java: How, Why, and Is It Worth Doing? Part II. Implementing and subscribing to an observer
We’re continuing our series on Reactive Programming in Java. This time we look at implementing and subscribing to an observer.

[347] Software Testing Economics. Testing Outcomes
Another article in our series on software testing economics. Looking forward to your thoughts.

[348] Reactive Programming in Java: How, Why, and Is It Worth Doing? Reactive Streams spec
Time for another article in our series on reactive programming in Java. This time we’re tackling reactive streams spec.

[349] Efficient Spring Data REST development
In our webinar we showed you how to efficiently build a Spring Data REST application. From its initial creation, introducing the usage of ETags to optimizing the server access through caching and conditional requests.

[350] Software Testing Economics. Typical questions and answers
It’s time for another article in our series on software testing economics. This time we look at typical questions and answers.

[352] Software Testing Economics. Typical questions and answers continued
We’re continuing our article series that covers typical questions and answers.

[340] Reactive Programming in Java: How, Why, and Is It Worth Doing? CompletableFuture Brings us to the Async World
The last article in our Reactive Programming series. This time we look at how CompletableFuture Brings us to the Async World.

[341] How Custom Testing Traps Emerge
Back in 2009, at a software testing conference, I saw a talk entitled ‘Traps of Custom Testing’. I liked that talk but noticed some things that were missing. Therefore, in 2010, at the next conference, I made a presentation entitled “How Cu

[343] Software Testing Economics
Exhaustive software testing is impossible. In this article series we will examine why this is so.

[345] Software Testing Economics. Testing Strategy
The second part of our article on software testing economics. This time we’ll tackle the test strategy.

[331] Upgrade your skills with new courses from Luxoft Training
We’ve just developed a new batch of trainings for all you IT&C professionals out there. From AWS and Java to software testing and React.

[332] Smart Home: An Example of Development and Implementation. Part 3
In the final part of our series, I will share my experience of developing a smart home system. The first two parts described my approach to design and the process of developing a smart home solution.

[333] Reactive Programming in Java: How, Why, and Is It Worth Doing? Multithreading
The idea of reactive programming emerged relatively recently, around 10 years ago. This article series analyzes what reactive programming is, what it brings and gives an overview of various approaches and use cases.

[334] Reactive Programming in Java: How, Why, and Is It Worth Doing? Examples of Parallel and Asynchronous Approaches
The second part of our article series. This time we look at examples of parallel and asynchronous approaches.

[335] Reactive Programming in Java: How, Why, and Is It Worth Doing? Blocking I/O
It’s time for the next article in our Reactive Programming in Java series. This time we look at blocking I/O.

[337] ORM with JPA, Hibernate, and Spring Data JPA. Webinar recording
Check out the recording of our Object-relational Mapping with JPA, Hibernate, and Spring Data JPA webinar.

[338] Reactive Programming in Java: How, Why, and Is It Worth Doing? History of Multithreading
We continue our series on Reactive Programming in Java. This time we look at the history of multithreading.

[322] Behavior Driven Development with JUnit 5. Part 4
The fourth part of our article on Behavior Driven Development with JUnit 5. Happy reading.

[323] Smart Home: An Example of Development and Implementation. Part 1
This series of articles will focus on the author’s experience in the development and implementation of a smart home system in a two-room apartment. It will present our approach to designing and developing a smart home system and demonstrate

[324] Behavior Driven Development with JUnit 5. Part 5
The fifth part of our article on Behavior Driven Development with JUnit 5. Happy reading.

[325] Okey, Guru! Classic Testing Mistakes – Then and Now
Once upon a time, in 1997, Brian Marick wrote an article entitled “Classic Testing Mistakes.” In his article he classified testing mistakes into several groups which are listed below. In 2009, I analyzed the then current state of those mist

[326] Risk Based Prioritization Approach – The Way to Provide maximum value in a short time frame
Risk Based Prioritization is a fundamental step in the quest of providing maximum value in a short time frame. It actually streamlines your entire software development process, if done religiously and effectively.

[327] Behavior Driven Development with JUnit 5. Part 6
The last article in our series on Behavior Driven Development with JUnit 5.

[313] Test Driven Development with JUnit 5. Part 4
The fourth part of our article on Test Driven Development with JUnit 5. This time we continue with refactoring the flight-management application.

[314] Test Driven Development with JUnit 5. Part 5
The fifth article in our series on test driven development with JUnit 5. This time we look at how to introduce new features using TDD.

[315] How to start a career in Business Analysis? Tips & strategies.
Check out the recording of our webinar on how to start a career in business analysis. What skills you need, what you need to learn and what you need to do to get your first BA role.

[316] Test Driven Development with JUnit 5. Part 6
The last article in our series on Test Driven Development with JUnit 5. Happy reading.

[318] Behavior Driven Development with JUnit 5. Part 1
In this article, we will show how to develop safe, flexible applications using behavior-driven development (BDD). BDD is a software development technique that starts from the business requirements and goals and transforms them into working

[320] Behavior Driven Development with JUnit 5. Part 2
The second part of our article on Behavior Driven Development with JUnit 5.

[321] Behavior Driven Development with JUnit 5. Part 3
The third part of our article on Behavior Driven Development with JUnit 5. Happy reading.

[304] Growth Areas and Development Paths for Business Analysts. Part 2
We continue our discussion about the main qualities BA’s need to develop in order to successfully handle the new challenge this profession faces.

[305] Testing Applications with JUnit5 and JMock. Part 2
The second part of our article on testing applications with JUnit5 and JMock. Check it out.

[306] Testing Applications with JUnit5 and Mockito. Part 1
There are a lot of good projects already written to help us facilitate the usage of mock objects in our Java projects. In this article series, we take a closer look at three of the most widely-used mock frameworks: EasyMock, JMock and Mocki

[308] Testing Applications with JUnit5 and Mockito. Part 2
The second article in our series on EasyMock, JMock and Mockito. Happy reading.

[309] How to prepare for your IIBA Certification. Challenges & Hacks
A lot of articles and books on the topic of preparing for the IIBA exam have been written. And we feel no need to repeat what they say. But what we will do in this article is focus on issues that are not covered by the web site.

[311] Test Driven Development with JUnit 5. Part 2
The second part in our article series on test driven development with JUnit 5. Happy reading.

[312] Test Driven Development with JUnit 5. Part 3
The third part of our article on test driven development with JUnit 5. This time we look at how to prepare the flight-management application for TDD.

[297] Newly-Introduced JUnit 5 Annotations and Classes. Nested tests
The third article in our series on newly introduced JUnit 5 Annotations and Classes. This time we look at nested tests.

Still have questions?
Connect with us