-
Enterprise Java
Web socket Java client for Stomp-Spring server side
Problem : As an analysis for an issue I had to write a simple java web socket client site code…
Read More » -
Enterprise Java
Seven Testing Sins and How To Avoid Them
Throughout this article I will be using Java within code snippets, whilst also using JUnit and Mockito. This article aims…
Read More » -
DevOps
The dark side of Git
Git is Great! As a distributed source code tool, git is great. I love that when I’m on an airplane…
Read More » -
Core Java
The 8 Primitive Types in Java
As I begin to edit my Java Basics series from a couple years ago, I thought it would make sense…
Read More » -
Enterprise Java
Crossing The JUnit Streams
One of the nice things about JUnit 5 migration is that you can run your JUnit 4 tests in vintage…
Read More » -
Enterprise Java
Websockets with Jmeter: Getting Performance Numbers
Problem: I can across a problem recently where it was needed to test performance of SockJs/Stomp Spring websocket broker for…
Read More » -
Agile
Most Important Benefits of Agile Software Development
It’s no secret that agile is the methodology that software development has already moved into in a big way. The…
Read More » -
Core Java
Java Projects: Book Review
This article is about the book Java Projects Second Edition, by Peter Verhas that I wrote last year. The aim…
Read More » -
React.js
ReactJS Event Listener Example
In this article, we take a look at event handling with ReactJS. ReactJS is a very popular front-end library used…
Read More »