I started of this segment called Design Patterns and Principles long back, but I somehow missed DIP of Solid Principles. It is high time I add the missing piece. Dependency Inversion Principle (DIP) states that a high level modules should not depend on low level modules and both should depend on abstraction. Further more, abstractions should not … Continue reading SOLID : Dependency Inversion Principle
Month: April 2025
Twilio Meeting Notification API
Twilio is a cloud based communication platform, which allows, among others, developers to use their apis to host video calls. In this blog post, we will use the Twilio API, to create a meeting request and also get notified when User joins the meeting. The first step involves logging into to your Twilio account and … Continue reading Twilio Meeting Notification API