top of page
Nimesh Patel
Apr 164 min read
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.
50 views0 comments
Nimesh Patel
Jul 26, 20235 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....
59 views0 comments
Nimesh Patel
May 5, 20232 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...
21 views0 comments
Nimesh Patel
May 1, 20231 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...
17 views0 comments
Nimesh Patel
Apr 28, 20232 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...
36 views0 comments
Nimesh Patel
Mar 22, 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...
5 views0 comments
Nimesh Patel
Mar 12, 20222 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...
28 views0 comments
Nimesh Patel
Mar 2, 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....
18 views0 comments
bottom of page