Skip to content
  • Sun. May 11th, 2025

Cloud Distilled ~ Nithin Mohan

Everywhere, intelligence with cloud computing

  • Home
  • About
    • About
    • Welcome To My Blog
    • Contact
    • Disclaimer
    • Contributions
    • Hire!
    • Subscribe to my blog
  • Cloud Computing
    • AWS
      • AWS CodeBuild
      • AWS CodeCommit
      • AWS CodeDeploy
      • AWS Cloud9
      • AWS CodePipeline
      • AWS Glue
    • Azure
      • Azure Kubernetes Service(AKS)
      • Windows Azure Development
      • Azure IoT Suite
        • IoT Edge
        • IoT Central
        • IoT Hub
        • Machines
    • Internet of Things
      • IoT
      • Communication Patterns
      • Communication Protocols
      • Connectivity
      • IoT Devices
      • IoT Privacy
      • IoT Security
  • Artificial Intelligence(AI)
    • Algorithms
    • Machine Learning(ML)
    • Azure AI
    • Generative AI
    • Image Classification
    • Image Generation
    • Image Recognition
    • Object Based Image Analysis
    • Object Classification
    • Object Detection
    • Object Recognition
    • Object Tracking
  • Emerging Technologies
    • Analytics
    • Augmented Reality
    • Bio Technology
    • Big Data
    • Computing
    • Cloud Computing
    • Data Analytics
  • Technology Engineering
    • Development Process
    • Software Engineering
    • Software/System Design
    • Platform Engineering
    • Agile
    • GitOps
    • SRE
    • DevOps
  • Knowledge Center
    • Microsoft Technologies
      • .NET
      • ASP.NET
      • VisualStudio
      • Windows
      • Windows Phone
      • Kinect Development
    • Mobile-Development
    • Downloads

Latest Post

Real-time Data Processing in the Cloud: Architectures and Best Practices The Future of Work: How AI and Automation Are Shaping New Job Roles Building Chatbots with Personality: Using AI to Enhance User Experience AI for Environmental Sustainability: Innovations and Applications Exploring Anaconda AI Navigator: A Comprehensive Guide for Windows Users
Amazon Analytics AWS Azure Big Data Big Data Analytics Big Data Management Cloud Computing Data Analytics Data Analytics Data Governance Data Hubs Data Ingestion Data Processing Data Science Data Warehouse Edge Analytics Emerging Technologies Hadoop Platforms Predictive Analytics Realtime Analytics Sentiment Analytics Stream Analytics

Real-time Data Processing in the Cloud: Architectures and Best Practices

September 1, 2024 Nithin Mohan TK
Analytics Artificial Intelligence(AI) Augmented Reality Bots Chat Bots Computer Vision Emerging Technologies Generative AI Machine Learning(ML) Machine Vision Natural Language Processing (NLP) Open AI Ecosystem Prompt Engineering

The Future of Work: How AI and Automation Are Shaping New Job Roles

August 17, 2024 Nithin Mohan TK
Amazon Analytics AWS Azure Big Data Big Data Analytics Big Data Management Cloud Computing Data Analytics Data Analytics Data Governance Data Hubs Data Ingestion Data Processing Data Science Data Warehouse Edge Analytics Emerging Technologies Hadoop Platforms Predictive Analytics Realtime Analytics Sentiment Analytics Stream Analytics

Real-time Data Processing in the Cloud: Architectures and Best Practices

September 1, 2024 Nithin Mohan TK
Analytics Artificial Intelligence(AI) Augmented Reality Bots Chat Bots Computer Vision Emerging Technologies Generative AI Machine Learning(ML) Machine Vision Natural Language Processing (NLP) Open AI Ecosystem Prompt Engineering

The Future of Work: How AI and Automation Are Shaping New Job Roles

August 17, 2024 Nithin Mohan TK
Artificial Intelligence(AI) Bots Chat Bots Emerging Technologies Generative AI Natural Language Processing (NLP) Prompt Engineering Retrieval-Augmented Generation (RAG)

Building Chatbots with Personality: Using AI to Enhance User Experience

August 3, 2024 Nithin Mohan TK
Artificial Intelligence(AI) Chat Bots Generative AI Natural Language Processing (NLP) Prompt Engineering Retrieval-Augmented Generation (RAG)

AI for Environmental Sustainability: Innovations and Applications

July 28, 2024 Nithin Mohan TK
Artificial Intelligence(AI) Emerging Technologies Generative AI Natural Language Processing (NLP)

Exploring Anaconda AI Navigator: A Comprehensive Guide for Windows Users

July 25, 2024 Nithin Mohan TK
  • Latest
  • Popular
  • Trending
Amazon Analytics AWS Azure Big Data Big Data Analytics Big Data Management Cloud Computing Data Analytics Data Analytics Data Governance Data Hubs Data Ingestion Data Processing Data Science Data Warehouse Edge Analytics Emerging Technologies Hadoop Platforms Predictive Analytics Realtime Analytics Sentiment Analytics Stream Analytics
Real-time Data Processing in the Cloud: Architectures and Best Practices
The Future of Work: How AI and Automation Are Shaping New Job Roles
Analytics Artificial Intelligence(AI) Augmented Reality Bots Chat Bots Computer Vision Emerging Technologies Generative AI Machine Learning(ML) Machine Vision Natural Language Processing (NLP) Open AI Ecosystem Prompt Engineering
The Future of Work: How AI and Automation Are Shaping New Job Roles
Building Chatbots with Personality: Using AI to Enhance User Experience
Artificial Intelligence(AI) Bots Chat Bots Emerging Technologies Generative AI Natural Language Processing (NLP) Prompt Engineering Retrieval-Augmented Generation (RAG)
Building Chatbots with Personality: Using AI to Enhance User Experience
AI for Environmental Sustainability: Innovations and Applications
Artificial Intelligence(AI) Chat Bots Generative AI Natural Language Processing (NLP) Prompt Engineering Retrieval-Augmented Generation (RAG)
AI for Environmental Sustainability: Innovations and Applications
All Microsoft Windows Windows 8
Windows 8 Enterprise vs Professional edition
.NET .NET Framework All ASP.NET ASP.NET MVC C#.NET Frameworks General IIS IIS 7.5 Microsoft VB.NET VisualStudio VS2010 WCF Web Services
Generating WCF/WebService proxy class using SvcUtil.exe
.NET .NET Framework All ASP.NET ASP.NET AJAX ASP.NET MVC Azure Tools C#.NET General Microsoft VB.NET VisualStudio VS2010
Visual Studio 2003 on Windows Vista/2008/7
All Certification Community CSS CSS 3 DevLabs Help Links HTML HTML5 JavaScript jQuery KnowledgeBase Microsoft Microsoft Learning MSDN StyleSheets VisualStudio VS2012 Web Web 2.0 Windows Windows 8 Windows 8 apps development Windows Store Development WinJS
Free HTML5 Certification and Training Offer from Microsoft–Prove your HTML5 Programming Skills for free
Amazon Analytics AWS Azure Big Data Big Data Analytics Big Data Management Cloud Computing Data Analytics Data Analytics Data Governance Data Hubs Data Ingestion Data Processing Data Science Data Warehouse Edge Analytics Emerging Technologies Hadoop Platforms Predictive Analytics Realtime Analytics Sentiment Analytics Stream Analytics
Real-time Data Processing in the Cloud: Architectures and Best Practices
The Future of Work: How AI and Automation Are Shaping New Job Roles
Analytics Artificial Intelligence(AI) Augmented Reality Bots Chat Bots Computer Vision Emerging Technologies Generative AI Machine Learning(ML) Machine Vision Natural Language Processing (NLP) Open AI Ecosystem Prompt Engineering
The Future of Work: How AI and Automation Are Shaping New Job Roles
Building Chatbots with Personality: Using AI to Enhance User Experience
Artificial Intelligence(AI) Bots Chat Bots Emerging Technologies Generative AI Natural Language Processing (NLP) Prompt Engineering Retrieval-Augmented Generation (RAG)
Building Chatbots with Personality: Using AI to Enhance User Experience
AI for Environmental Sustainability: Innovations and Applications
Artificial Intelligence(AI) Chat Bots Generative AI Natural Language Processing (NLP) Prompt Engineering Retrieval-Augmented Generation (RAG)
AI for Environmental Sustainability: Innovations and Applications
All General

The Singleton – Design Pattern

January 5, 2010 Nithin Mohan TK

The Singleton – Design Pattern The Singleton Design Pattern ensures that only a single instance of a given object can exist. It does this by making the class constructor private so…

All General

Select IN query using LINQ

January 5, 2010 Nithin Mohan TK

In our SQL Query there is a situation when we want to fetch records based on records within the a Set of RecordID(primary key) Lets look in to one example…

All General

More on MVP Pattern – Part 2

January 4, 2010 Nithin Mohan TK

Model-view-presenter (MVP) is a user interface design pattern engineered to facilitate automated unit testing and improve the separation of concerns in presentation logic. The model is an interface defining the…

All General

Attention-deficit hyperactivity disorder(ADD/ADHD)

January 4, 2010 Nithin Mohan TK

I would like to take a chance on common problem between most of children and adults, which cause because of Tense environment in STUDY and WORK. Nowadays education and work…

All General

Model-View-Presenter(MVP) :: Design Pattern

December 31, 2009 Nithin Mohan TK

Model-View-Presenter (MVP) is a variation of the Model-View-Controller (MVC) pattern but specifically geared towards a page event model such as ASP.NET. For a bit of history, MVP was originally used…

All General

Happy New Year To All.. 2010 make it wonderful…

December 31, 2009 Nithin Mohan TK

New Year count down is about to begin.Here’s sending my choicest blessing of cheers and joys galore and wishing you a wonderful year 2010.      As the new year takes the…

Posts pagination

1 … 110 111 112 … 123
“In learning you will teach, and in teaching you will learn.” -Phil Collins
About

Nithin Mohan T KNithin Mohan – A passionate hardcore application programmer, software architect, and technology evangelist with over 18 years of experience in Web, Mobile, and Cloud applications design and development.
A hardware geek, a kick-starter, and a quick learner.

Interests
.NET .NET Framework .NET Framework 4.5 All ASP.NET ASP.NET 4.5 ASP.NET AJAX ASP.NET MVC Azure Azure Tools C#.NET Cloud Computing Cloud Services Community Emerging Technologies Frameworks General IIS IIS 7.5 KnowledgeBase Microsoft Microsoft SDKs Mobile-Development MSDN PaaS Silverlight Updates VB.NET VisualStudio VS2010 VS2012 Web Windows Windows 7 Windows 8 Windows Azure Development Windows Phone Windows Phone 7 Windows Phone 7.5 Windows Phone 7.8 Windows Phone 8 Windows Phone 8.0 SDK Windows Phone Development Windows Phone SDK Windowz Azure

Creative Commons License

You missed

Amazon Analytics AWS Azure Big Data Big Data Analytics Big Data Management Cloud Computing Data Analytics Data Analytics Data Governance Data Hubs Data Ingestion Data Processing Data Science Data Warehouse Edge Analytics Emerging Technologies Hadoop Platforms Predictive Analytics Realtime Analytics Sentiment Analytics Stream Analytics

Real-time Data Processing in the Cloud: Architectures and Best Practices

September 1, 2024 Nithin Mohan TK
Analytics Artificial Intelligence(AI) Augmented Reality Bots Chat Bots Computer Vision Emerging Technologies Generative AI Machine Learning(ML) Machine Vision Natural Language Processing (NLP) Open AI Ecosystem Prompt Engineering

The Future of Work: How AI and Automation Are Shaping New Job Roles

August 17, 2024 Nithin Mohan TK
Artificial Intelligence(AI) Bots Chat Bots Emerging Technologies Generative AI Natural Language Processing (NLP) Prompt Engineering Retrieval-Augmented Generation (RAG)

Building Chatbots with Personality: Using AI to Enhance User Experience

August 3, 2024 Nithin Mohan TK
Artificial Intelligence(AI) Chat Bots Generative AI Natural Language Processing (NLP) Prompt Engineering Retrieval-Augmented Generation (RAG)

AI for Environmental Sustainability: Innovations and Applications

July 28, 2024 Nithin Mohan TK

Disclaimer: The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way. This blog is to share knowledge, tips & tricks on software development using Emerging Technologies. Thanks to the readers and sincere thanks to all author's of cross posted blogs. 

License: Except where otherwise noted, content on this site is licensed under a Creative Commons Attribution 3.0 License   

© 2008 – 2024 Cloud Distilled ~ Nithin Mohan

Cloud Distilled ~ Nithin Mohan

Everywhere, intelligence with cloud computing

Proudly powered by WordPress | Theme: Newspaperex by Themeansar.

  • Home
  • About
    • Apps Publisher Profile
    • Welcome To My Blog
    • Contributions
    • Hire!
    • Bucket List
  • Contact
  • Subscribe to my blog
  • Downloads
  • References
    • Windows 8 Development
    • Windows Phone Development
    • Windows Azure Development
  • Disclaimer