Java dev

API design tips and tricks

Every day we come across several APIs knowingly or unknowingly, as an engineer its are our responsibility to design API endpoints efficiently to make the…

Java dev

Problem solving with streams in Java Collections

After streams being introduced in a major release most of the operations on collections are eased also at the same time its bit tricky and…