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

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 usually write at : https://chandanbhagat.com.np
πŸ•Έ Finding me πŸ‘‰ https://me.chandanbhagat.com.np πŸ•Έ
πŸ•Έ Training πŸ‘‰ https://training.chandanbhagat.com.np πŸ•Έ
πŸ•Έ Demo Materials πŸ‘‰ https://demo-materials.chandanbhagat.com.np πŸ•Έ

Some of my works

πŸ’» A utility tool I have been working on with Angular and firebase : πŸ‘‰https://util.chandanbhagat.com.np
πŸ’» A mathematical tool I have been working on with react : πŸ‘‰https://math-tools.chandanbhagat.com.np


side_sticker Β About me ....

βœ” Callme: He/His or TeamWorker 😊
βœ” I’m currently trainer and freelancer for various companies
βœ” I’m currently learning about machine learning in ML.NET and TensorflowjsπŸ₯°
βœ” I’m looking to collaborate with any Open - Source ML.NET and Tensorflowjs projects
βœ” Ask from me anything you want, If I am alive I will answer for sure πŸ˜‰
βœ” Real fact : I Always try to LEARN and SHARE 😎



⚠ Training Materials has been moved to πŸ‘‰https://github.com/Training-by-Chandan/ 😎
⚠ Demo Materials has been moved to πŸ‘‰https://github.com/Demo-by-Chandan/




Chandan Bhagat's Github Stats

thechandanbhagat

thechandanbhagat

@chandangbhagat's Holopin board

Pinned

  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