14 free tutorials I read when building a Java Web App Starter Kit
While building a Java Web APP starter kit I needed to implement, between other things, the following: ... (more…)
Read more »
Modern software systems rely on a multitude of third-party dependencies. This
large-scale code reuse reduces development costs and time, and it poses new
challenges with respect to maintenance and security. Techniques such as tree
shaking or shading can r… Read more