-
Agile
Capitalizing Software During an Agile Transformation
A client wants to know how best to calculate their software capitalization. They had a “standard” approach when they used…
Read More » -
Software Development
Create Git patches from command line
Git patches are an easy way to apply changes to a project if you don’t want to go through the…
Read More » -
Enterprise Java
HTTP methods: Idempotency and Safety
Idempotency and safety are properties of HTTP methods. The HTTP RFC defines these properties and tells us which HTTP methods…
Read More » -
Core Java
Validating code and architecture constraints with ArchUnit
Introduction ArchUnit is a library for checking Java code against a set of self defined code and architecture constraints. These…
Read More » -
Python
[MEGA DEAL] The Complete 2020 Python Programming Certification Bundle (97%)
Strengthen Your Programming Career & Up Your Earning Potential with 12 Courses on the World’s Leading Programming Language Hey fellow…
Read More » -
Desktop Java
JMetro Version 11.6.8 And 8.6.8 Released
Another release, this time a shorter update. Writing documentation and blog posts is a bit of a bummer, but I…
Read More » -
Software Development
Object Cohesion: Why It Matters
You most probably know about Elegant Objects (EO), an alternative object-oriented paradigm, which claims that objects must be immutable, have…
Read More » -
Agile
Effects of Separating “New” Work vs “Maintenance” Work
Back when I was a manager, my senior management wanted to separate the “new” work from the “maintenance” work. I…
Read More » -
Core Java
How Linear Search or Sequential Search Algorithms works in Java? Example Tutorial
Hello guys, earlier, I have talked about how the binary search algorithm works and shared the code to implement the…
Read More »