Code reusability is the holy grail for software development. You might have heard that developers should write code once and reuse it everywhere. Or, never write the same code twice... and a lot of things on similar lines. But have you ever questioned this? Is redundancy such a bad thing after all? Don't you think these statements are subjective? Applied to specific … [Read more...] about Freedom From Redundancy Is A Trade-off
spring
Long Polling Implementation With Java and Spring Boot
Long polling is a concept that was being used aggressively in the past. It was the technique that made web feel like real-time. I think a little history would help you to understand better. The Brief History Of Internet If you are old enough then you would know that web in its early days was very boring. And by boring I mean static, no moving parts. It simply … [Read more...] about Long Polling Implementation With Java and Spring Boot
Getting Started With Spring Framework in less than 30 minutes
When you first hear the word "Spring" your mind prints a beautiful picture like this, But for Java developers, Spring is different but the feeling is similar :) Spring makes it easy to develop web applications. It comes equipped with all sorts of different components that takes care of the important repetitive tasks for us. A simple example would be the Bean … [Read more...] about Getting Started With Spring Framework in less than 30 minutes