I have a weird way of describing software. And you’ll either know what I mean, or you won’t. It’s sort of strange, but software interfaces feel like they have a weight. When I use an interface, it… (more…)
Read more »
This is post # 36 of the series, dedicated to exploring JavaScript and its building components. In the process of identifying and… (more…)
Read more »
Learn how to create self-signed certificates for local development using OpenSSL and JavaScript (Node.js). Mirror your production environment closely to test critical features like authentication, secure cookies, service workers, PWAs, and the Geolocation... (more…)
Read more »
Dependency injection is about removing the hard coded dependencies and providing way of changing dependencies in compile-time or run-time. This pattern has been exercised in several frameworks like Spring(Java). It is also becoming popular in JavaScript c...
Read more »