-
Enterprise Java
Unit test for Spring’s WebClient
WebClient to quote its Java documentation is Spring Framework’sNon-blocking, reactive client to perform HTTP requests, exposing a fluent, reactive API…
Read More » -
Software Development
Definitive guide to Selecting your Continuous Testing Solution
As a software developer and testing expert with over 20 years in this industry, I’ve seen tools and solutions grow…
Read More » -
Vue.js
How to replace jQuery with VueJS
In this post, we feature a comprehensive article on How to replace jQuery with VueJS. If you’re from the IT…
Read More » -
Enterprise Java
Scoped Proxy in Spring Framework
Spring framework provides scopes for spring beans. We can control the various dependencies and configuration values that are plugged into…
Read More » -
Enterprise Java
Spring Boot: Building a RESTful Web Application
Introduction: REST stands for Representational State Transfer and is an architectural guideline for API design. We assume that you already…
Read More » -
Enterprise Java
Augmenting a Spring Data repository through delegation
I have recently written several posts about Kotlin’s delegation. In doing so, I realised a useful way to apply it…
Read More » -
Career
5 Ways to Define Your Career Goals as a Software Engineer
It’s easy to decide to find new career opportunities based on your career goals, but what if you don’t know…
Read More » -
Web Development
22 Reasons Why Test Automation Fails For Your Web Application
I can relate to the feeling where you wish to achieve flawless automation testing in the blink of an eye!…
Read More » -
Enterprise Java
Spring Boot with H2 Database
In this quick tutorial, we’ll bootstrap a simple Spring Boot application backed by an in-memory H2 database. We’ll use the…
Read More »