top of page


Future-Proofing Code: The Ethical and Practical Benefits of Clean Coding for the Next Developer
Its note sexy but it is a thing of beauty . Reasons for writing cleaner coder.
Nimesh Patel
Apr 16, 20244 min read
Â
Â
Â


AI for Sentiment Analysys with C# and ML.Net
We're setting out to build a sentiment analysis application with C# and ML.NET, a cross-platform, open-source machine learning framework....
Nimesh Patel
Jul 26, 20235 min read
Â
Â
Â


How to Set Up Azure B2C: A Step-By-Step Guide for Streamlining User Authentication
In today's digital landscape, businesses must ensure a smooth and secure user authentication process. Azure Active Directory B2C (Azure...
Nimesh Patel
May 5, 20232 min read
Â
Â
Â
Motivation Monday 5-1-2023
I really like this quote because it reminds me that when things are just given to us, we don't feel as proud or appreciative. But when we...
Nimesh Patel
May 1, 20231 min read
Â
Â
Â


Exploring the Decorator Pattern in .NET Core
The Decorator pattern is a structural design pattern that enables you to dynamically attach new responsibilities or behaviors to objects...
Nimesh Patel
Apr 28, 20232 min read
Â
Â
Â


Understanding the Observer Pattern in 3 Minutes
The Observer Pattern is a fundamental design pattern in software development that allows an object (called the "subject") to notify other...
Nimesh Patel
Mar 22, 20232 min read
Â
Â
Â


SINGLETON DESIGN PATTERN
Shared Objects? Singleton, please! Singleton design patterns are a set of rules of class that only lets one instance of a class exist...
Nimesh Patel
Mar 12, 20222 min read
Â
Â
Â


PLAYING WITH PATTERNS
Got a problem, a design pattern can help. Design patterns are a tried and tested solutions to common problems in software programming....
Nimesh Patel
Mar 2, 20222 min read
Â
Â
Â
bottom of page