Skip to content
View ambitiousrahul's full-sized avatar

Block or report ambitiousrahul

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
ambitiousrahul/README.md

  • 👋 Hi, I’m @ambitiousrahul
  • 👀 I’m software developer with around 8 years of experience in web devlopment, implemented various features and thier several functionalites, also UI features in aspnet mvc, web apis and html pages using microsoft stack language like c#, c# core and obviously javascript too ...Also got fundamental development skills for Azure cloud services.
  • 🌱 Also , I’m currently curious amd learning about data science , machine learning and AI using pl as python...
  • 💞️ I’m looking to collaborate on projects that involve c# core as the developing programming language and also I am aiming to hone my skills in DS-AI , python...
  • 📫 I can be reached at ambitiousrahul.r@outlook.com, also am active on stackoverflow account with the same username ...

Pinned Loading

  1. AspnetCoreAndKendoCRUD AspnetCoreAndKendoCRUD Public

    This repo has a small aspnet core based application which has all CRUD operations working with the help of Rest api and Kendo Javascript Library in the most simplistic way

    C#

  2. While working on the web api with cs... While working on the web api with csharp PL, its often a case that we need to implement a global exception handler so as to define a common place to account for all kinds of exceptions that we want to handle. This certainly improves code readability and maintainability. So, this presents a scenario to implement Abstract Factory Pattern which not only reduces redundant code , but also creates a generalized template
    1
    
                  
    2
    // The Global Exception Handler File that leverages this ErrorClassificationFactory class.
    3
    
                  
    4
    using System;
    5
    using Microsoft.AspNetCore.Http;
  3. This methods calls stored procedure ... This methods calls stored procedure with table type input parameter using c# core
    1
    using Microsoft.Data.SqlClient;
    2
    using Microsoft.Data.SqlClient.Server;
    3
    
                  
    4
    ///<summary>
    5
    /// Method that calls stored procedure accepting a table type parameter
  4. Contains Simplistic ConsistentHashin... Contains Simplistic ConsistentHashing class code written in Python
    1
    """Node to be added to hashring based on th its hash value."""
    2
    class Node:
    3
        def __init__(self,nodeHashValue) -> None:
    4
            self.hashValue =nodeHashValue
    5
            
  5. Lazy Loading Techniques in C# dotnet... Lazy Loading Techniques in C# dotnet core.
    1
    using System;
    2
    using System.Diagnostics;
    3
    
                  
    4
    namespace LazyLoadingExample
    5
    {
  6. ml-experiments ml-experiments Public

    Forked from darylchang123/ml-experiments

    Jupyter Notebook