Embracing Agile: What is Agile Methodology and How to implement it effectively
#agile #agilemethodology #Web DevelopmentIn this article we will take a deep dive into the process of agile project management, deliver an insightful answer to the frequently searched query “what is agile methodology” and will explain in detail the steps to embrace agile.…
Command Bus Pattern
#Command Bus #Command Controler #Command HandlerIn this article, we’ll explore the “Command Bus” pattern, to help us get the command (write) part right.The Command Pattern was one of the…
Introduction to Pakistan's first email service
#Web Development #Technology #bmailWe are glad to announce that we are launching bmail.pk "Pakistan's first email service". From a very long time, we felt the need to take…
Custom Exception Handling with NodeJS
#Web Development #Technology #NodeJsErrors are thrown by the engine, and exceptions are thrown by the developer.But what exactly does this mean?In JavaScript, all exceptions are simply objects…
Survival Of Your Business During Coronavirus Outbreak
#Technology #Web DevelopmentWhat comes first, the problem or solution? Do we already have the solution for the problem we all are facing nowadays?Some people have now heard…
Big Data in Healthcare - A Revolution for the Industry
#Big DataThis article provides detailed information about big data in healthcare, its benefits, and challenges and explains how healthcare providers can benefit from this methodology in future.…
The Potential of Big Data in Technological Age
#Big DataThis article explains what is big data, how to use big data, its types and characteristics, and mentions big data use cases.…
Webpack Optimizing Production Build
#Web DevelopmentProviding the mode configuration option tells webpack to use its built-in optimizations accordingly.You just set the mode object in webpack.config.js filemode:"development&…