Blog Archives

Managing Technical Debt: Tradeoff between Speed and Long-Term Sustainability

Technical debt is a reality of software development, but it can have long-term consequences for the software’s quality and maintainability. To manage technical debt, teams should prioritize paying down the most critical debt, use tools to identify areas that require attention, and adopt agile development practices that emphasize continuous improvement. Cultivating a culture of ownership, collaboration, and accountability is also crucial, promoting code reviews, technical writing, and documentation. By balancing the need for speed with the goal of long-term sustainability, software development teams can deliver high-quality software that meets both short-term and long-term goals.

Tagged with: , , , ,
Posted in General

Http/2 multiplexing and server push

                 In this article, we will see the main features for Http/2 specification. Till Http/1 the request and response processing between the client and server is simplex. That is, the client sends the

Tagged with: , ,
Posted in General

WireMock : Mock your REST APIs

                            As we are extensively working on “OmniChannel” applications with REST APIs approach, mocking the REST services is essential in our day to day development. As part

Tagged with: ,
Posted in General

OkHttp – An HTTP & SPDY Java client

                               As HTTP/2 adoption is already done by some of the web servers and the browsers, its time for developers to adopt HTTP client libraries to

Tagged with: ,
Posted in Frameworks, General

2015 Year End Recap of Technology Market Share

                As 2015 is nearing to end, let us see some of the web tools and technologies market share. The percentage of market share(It is a relative percentage with others) of the different

Tagged with:
Posted in ecommerce, General

Say Hello to HTTP/2

                    The HTTP/1.x was born in 1999 and the web is evolved a lot in the last decade.  As part of HTTP/1.x the web has performance issues and the developers found

Tagged with:
Posted in General

Let us Welcome Offline First

                        We are all living in a connected world. We have access to our personal computer, smart phone and Tablet. We want seamless experience  across the channels. Let us

Tagged with:
Posted in General
Dzone.com
DZone

DZone MVB

Java Code Geeks
Java Code Geeks
OpenSourceForYou