-
Enterprise Java
Improving Spring Mock-MVC tests
Spring Mock-MVC can be a great way to test Spring Boot REST APIs. Mock-MVC allows us to test Spring-MVC request…
Read More » -
Enterprise Java
REST: Updating resources
When building RESTful APIs over HTTP the PUT method is typically used for updating, while POST is used for creating…
Read More » -
Software Development
Refactoring and Changing
One of the definitions of refactoring is to change the structure of the code without changing its behaviour. This requires…
Read More » -
Android
How Do You Prefer The Android App Devices For The User?
Android is a kind of os getting popular than many other OS. Most of the smartphone population traffic is used…
Read More » -
Enterprise Java
Version control your RAML specifications
Version controlling your RAML RESTful API specifications allows you to continue maintaining previous version of your APIs. The API designer…
Read More » -
Core Java
Java Based Akka application Part 2: Adding tests
On the previous blog we focused on spinning up our first Akka project. Now it’s time to add a test…
Read More » -
Core Java
State Pattern
Allow an object to alter its behavior when its internal state changes. The object will appear to change its class.…
Read More » -
Software Development
[MEGA DEAL] The Complete Salesforce Trailhead 2020: From Zero to Hero 7-Course Bundle (91%)
From Platform Basics to AppExchange — Start Your Awesome Admin Journey with 53 Hours of Beginner to Advanced Salesforce Content…
Read More » -
Core Java
Memento Pattern
Without violating encapsulation, capture and externalize an object’s internal state so that the object can be restored to this state…
Read More »