Skip to content
View ngfarjad's full-sized avatar
🏠
Working from home
🏠
Working from home

Organizations

@Sage5Tech

Block or report ngfarjad

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
ngfarjad/README.md

Hi there, I'm Farjad! 👋

About Me

I am a highly skilled and passionate technology professional with expertise in software development and project management. With a strong background in Multi-Cloud, Full Stack Web & App Development. I am committed to delivering high-quality solutions that drive innovation and exceed client expectations.

  • 🔭 I’m currently working as Head of Technology at Kumorai Inc.
  • 🌱 I’m constantly learning and exploring new technologies to stay ahead of the curve.
  • 💬 Ask me about Multi-Cloud, Full Stack Web & App Development.
  • 📫 How to reach me: -- ng.farjadzaidi@gmail.com -- farjad@kumorai.io

Skills

  • Programming languages: C#, Python, JavaScript, TypeScript, Java.
  • Technologies and frameworks: .NET

Connect with Me

You can find me on LinkedIn and Twitter.

Feel free to reach out to discuss collaboration, new opportunities, or any interesting tech discussions!

Pinned Loading

  1. hashicorp/terraform-provider-azurerm hashicorp/terraform-provider-azurerm Public

    Terraform provider for Azure Resource Manager

    Go 4.9k 4.9k

  2. nervgh/angular-file-upload nervgh/angular-file-upload Public

    [ALMOST NOT MAINTAINED] Angular File Upload is a module for the AngularJS framework

    JavaScript 3.4k 1.1k

  3. ScaffoldCVAW ScaffoldCVAW Public

    JavaScript 1

  4. angular-file-upload angular-file-upload Public

    Forked from nervgh/angular-file-upload

    Angular File Upload is a module for the AngularJS framework

    JavaScript

  5. Azure SDK Resource ID Parser, will r... Azure SDK Resource ID Parser, will return Resource Name, ResourceGroup, SubscriptionId, ResourceType, Provider.
    1
    using System;
    2
    using System.Linq;
    3
    using Azure.ResourceManager.Network.Models;
    4
    
                  
    5
    public static class ResourceGroupIdParser
  6. Entity Framework: T4 Template with A... Entity Framework: T4 Template with Automatic Repository Code Generation
    1
    public interface IRepository<T> where T : class
    2
    {
    3
      IQueryable<T> GetAll();
    4
      IQueryable<T> GetBy(Expression<Func<T, bool>> predicate);
    5