Skip to content
View thechandanbhagat's full-sized avatar
🎯
Innovating
🎯
Innovating

Block or report thechandanbhagat

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
thechandanbhagat/README.md

Hi there! πŸ‘‹ I'm Chandan Bhagat

Website Badge Upwork Badge Personal Site Linkedin Instagram

πŸ”— Materials:

Training Materials Demo Materials


πŸ’» Skills

Languages & Frameworks

C# .NET Core ASP.NET Rust Angular React Next.js Node.js JavaScript TypeScript Python PHP HTML CSS

Databases

MSSQL MySQL PostgreSQL MongoDB Cosmos DB SQLite

Cloud Platforms

Azure AWS Firebase Google Cloud IBM Cloud

DevOps & Tools

Docker Kubernetes Azure DevOps GitHub Actions Jenkins PowerShell Shell Script Azure Functions Terraform Azure Bicep

AI & Machine Learning

ML.NET TensorFlow OpenAI ChatGPT API


πŸš€ Projects & Tools

πŸ’» Utility Tool (Angular + Firebase)
πŸ’» Math Tools (React)


πŸ›  NuGet Packages

Package Name Downloads Version
dotnet-essential NuGet Downloads Nuget Version
dotnet-essential-aspnet-core NuGet Downloads Nuget Version
dotnet-essential-az-function NuGet Downloads Nuget Version
dotnet-essential-wpf NuGet Downloads Nuget Version
Turboline.AI.API.Client NuGet Downloads Nuget Version
Turboline.NLQ2SQL.PostgresSQL NuGet Downloads Nuget Version
Turboline.NLQ2SQL.MongoDB NuGet Downloads Nuget Version
Turboline.NLQ2SQL.MSSQL NuGet Downloads Nuget Version
Turboline.NLQ2SQL.MySQL NuGet Downloads Nuget Version

πŸ“¦ NPM Packages

Package Name Downloads Version
gitignr NPM Downloads NPM Version

πŸ”§ PowerShell Modules

Package Name Downloads Version
UtilModule PowerShell Gallery Downloads PowerShell Gallery Version

πŸ’¬ About Me

GIF

  • Pronouns: He/His or TeamWorker 😊
  • I’m currently working as a trainer and freelancer for various companies.
  • Currently exploring Machine Learning with ML.NET and TensorFlow.js.
  • Looking to collaborate on Open Source ML.NET and TensorFlow.js projects.
  • Real fact: I always try to LEARN and SHARE. 😎
  • ⚠ Training Materials and Demo Materials moved to GitHub repositories:

πŸ“Š GitHub Stats

Chandan Bhagat's Github Stats

Most Used Languages

GitHub Trophies


πŸ† My Achievements

Chandan's Holopin board

Pinned Loading

  1. cs-snippets cs-snippets Public

    Vim Snippet 1

  2. Training-by-Chandan/AzureDemoBatch2 Training-by-Chandan/AzureDemoBatch2 Public

    C#

  3. Seed function for student and admin Seed function for student and admin
    1
     protected override void Seed(School.Web.Models.ApplicationDbContext db)
    2
            {
    3
                var roleStore = new RoleStore<IdentityRole>(db);
    4
                var roleManager = new RoleManager<IdentityRole>(roleStore);
    5
    
                  
  4. Kubernetes Dashboard Kubernetes Dashboard
    1
    # creating a service account
    2
    apiVersion: v1
    3
    kind: ServiceAccount
    4
    metadata:
    5
      name: admin-user