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
Chandan Bhagat Logo

Chandan Bhagat

Software Developer | Trainer | Freelancer

Website Upwork Portfolio LinkedIn Instagram

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)


🧩 VS Code Extensions

Group Code for VS Code

Group Code for VS Code

This extension helps you navigate and organize your codebase based on functionality rather than just files. Using special comments to tag related code sections across multiple files and languages, it creates a unified view that makes it easier to understand and work with your project's different functional components.

Features:

  • Cross-File Organization: Group related code blocks from different file types under a common functionality
  • Unified View: Access all related code sections through the dedicated Group Code Explorer
  • 40+ Languages Support: Works with JavaScript, TypeScript, Python, C#, Java, Go, HTML, CSS, and many more
  • Quick Navigation: Jump between related code sections with a single click
  • Automatic Scanning: Detects code groups in your workspace automatically
  • Status Bar Integration: Quick access to code groups from the VS Code status bar

View in Marketplace


πŸ›  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

  • 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:
GIF

πŸ“Š 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