Lubomir Tassev
24 posts
React.js Controlled vs Uncontrolled
Controlled Components These components are controlled by react state. For example, if we have a form, and we…
Software Delivery Foundation: How you can crack it?
SDF, or Software Delivery Foundation, is the brand new certification from Harness that is intended for software delivery…
How to Use the Maven Shade Plugin if Your Project Uses Java Platform Module System
The Apache Maven Shade Plugin is perhaps the easiest way to produce a jar-with-dependencies, a single jar file…
Liskov Substitution Principle in TypeScript
When extending a class, remember that you should be able to pass objects of the subclass in place…