Published inGeek CultureCircuit Breaker Pattern (Design Patterns for Microservices)In a distributed system we have no idea how other components would fail. Network issues could occur, components could fail or a router or a…Jun 12, 202183410Jun 12, 202183410
Published inGeek CultureAggregation Pattern (Design Patterns for Microservices)If you’re new to microservices, I recommend reading my prior article to learn about some basic microservices principles.Jun 11, 2021431Jun 11, 2021431
Published inGeek CultureBest Practices for MicroservicesIf you are new to microservices I suggest you go through my previous article to get to know some must-know concepts about microservices.Jun 9, 20212042Jun 9, 20212042
Published inGeek CultureLoose Coupling with Chain of ResponsibilityLet’s talk about one of the Behavioral design patterns, the Chain of Responsibility pattern. The main goal of the Chain of Responsibility…Jun 7, 202140Jun 7, 202140
Introduction to Memento patternAt least once in our life, we wish, if we had an undo button. But unfortunately, there is no undo. But you cant say the same about software…Jun 7, 202123Jun 7, 202123
Web application to Microservices (Do we use it or not?)🔰 Microservices is the most trending topic in the last few years. In 2013 with Martin Fowler's concept about microservices and after…Jun 7, 202137Jun 7, 202137
Introduction to Docker and Container-based developmentIn this article, let's talk about some fundamentals of containers (Why we needed containers, what we can do with them).Jun 6, 202138Jun 6, 202138
Modern JavaScript Features That Every Programmer Must Know..!JavaScript ES6 is the latest version available( as of 2021/June/1) since 2015. It's also known as ES6 and ECMAScript 2015. So many awesome…Jun 2, 202111Jun 2, 202111
Published inNerd For TechAvoid Telescoping constructors with the Builder patternIn some cases, multiple Constructors are needed in an application. This may be due to the user requirement. But the problem with multiple…May 25, 2021651May 25, 2021651
Introduction to Prototype Design PatternThe prototype design pattern is different from the Singleton and Factory method design patterns which we discussed previously.May 24, 20219May 24, 20219
Introduction to Singleton Design Pattern“Only one instance of the class per container”May 23, 2021834May 23, 2021834
Introduction to Factory Method PatternFactory method design belongs to Creational design patterns. This pattern is also known as Factory Pattern or Factory Method Pattern.May 23, 202143May 23, 202143
Published inNerd For TechHow DNS Spoofing WorksOctober 1969 ARPANET (The Advanced Research Projects Agency Network) was launched. Each host computer in ARPANET had to be listed in the…May 20, 2021204May 20, 2021204
Published inNerd For TechImportance of Security -1 (Hacking without Computers)“We defeated millions of dollars of security with a piece of wire and a washcloth” — Johnny LongMay 16, 202123May 16, 202123
Published inNerd For TechFloating-point rounding error in computersDuring the Gulf War, an American Patriot Missile system in, Saudi Arabia, failed to track and intercept an Iraqi Scud missile in February…May 16, 202138May 16, 202138
How computers handle Floating point numbersFloating-point numbers are the numbers that contain floating decimal points. (As their name implies). The most commonly used floating-point…May 15, 202111May 15, 202111
Importance of Date and Time in Software EngineeringThe Russian Prime Minister came to meet President Putin and nervously told him “Sir we need to abolish these time zones”.May 15, 202165May 15, 202165
Version Controlling with GitOver the time, web applications, mobile apps, desktop applications or whatever the software systems that were out there in the world got…May 15, 20219May 15, 20219