GithubHelp home page GithubHelp logo

Hi there πŸ‘‹

using System; using System.Collections.Generic; using System.Globalization;

namespace Human
{
    internal class Person
    {
        const String Name = "Bishal Gharti Chhetri";
        readonly DateTime BirthDate = DateTime.ParseExact("2001/11/08", "yyyy/MM/dd", CultureInfo.InvariantCulture);
        String Passion = "Software Engineer";
        List<String> Interests = new List<string>
        {
            "Internet", "Mobile Application", "DSA", "UI/UX", "Full-stack", "Gaming", "Tech"
        };
        List<String> PrimaryLanguage = new List<String>()
        {
            "C#",
        };
        List<String> SecondaryLanguage = new List<String>()
        {
            "Java", "Python", "Dart", "JavaScript", "TypeScript"
        };
        Dictionary<String, List<String>> Technologies = new Dictionary<String, List<String>>() 
        {
            { "Mobile", new List<String>() {
                    "Flutter",
            }},
            { "Fontend", new List<String>() {
                    "HTML", "CSS", "JS",
            }},
            { "Backend", new List<String>() {
                    "Asp.net", "Django", "Django Rest", 
            }},
            { "Database", new List<String>() {
                    "Oracle SQL", "MySQL",
            }},
            { "Misc", new List<String>() {
                    "XML", "JSON",
            }},
        };
        List<String> Tools = new List<string>()
        {
            "IntelliJ IDEA", "NetBean", "PyCharm", "VS", "VS Code", "Draw.io", "Word", "Powerpoint", "Inkscape", "Figma",
        };
        List<String> Lanuage_Spoken = new List<String>()
        {
            "en_UK", "ne_NP", "hi_IN",
        };
        String AboutMe = @"""                
                Current Focus on: C# and .Net Technologies + Angular ❀️
        """;
    }
}

Bishal Gharti Chhetri's Projects

appliance_ims icon appliance_ims

πŸ“ΊAn Inventory management system developed using Java Swing (GUI), JDBC (Database Connectivity) and MySQL (Database) that can be used by a store clerk to efficiently manage the recorded appliances information.

aspnetcore icon aspnetcore

ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.

bikesparesinventorysystem icon bikesparesinventorysystem

🚡 A 1-tier multi-user/role based inventory management desktop application made using .NET MAUI Blazor framework to manage bike spare parts.

budall icon budall

🫰A simple Budget Allocation App made using React.js, React Hooks, Bootstrap etc.

build-your-own-x icon build-your-own-x

Master programming by recreating your favorite technologies from scratch.

collegedb icon collegedb

An oracle SQL based database for college designed using data-modeler as part of Advanced Database module coursework assignment.

collegewebform icon collegewebform

ASP .NET Web Forms for College to enable CRUD operation in Oracle SQL database containing related tables like student, teacher, department etc. Related to CollegeDB Repo.

cqac icon cqac

ℹ️ MySQL Database migration using EF Core's code first approach following provided ERD. Used MySQL workbench to model ERD, tweak schema, and perform Query operations.

decadder icon decadder

βž•A simple python script to add two numbers by converting them to binaries and applying to a aggregated digital logic of Full adders. Uses AND, OR, XOR gates.

designpatternslibrary icon designpatternslibrary

A comprehensive design patterns library implemented in C#, which covers various design patterns from the most commonly used ones to the lesser-known ones. Get familiar with and learn design patterns through moderately realistic examples.

free-for-dev icon free-for-dev

A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev

jhire icon jhire

πŸ§‘β€πŸ’» A simple java-awt based application made as an extension to the classes: StaffHire, PartTimeStaffHire, FullTimeStaffHire to provide a GUI for managing staff hiring process.

mimetypemap icon mimetypemap

Provides a huge dictionary of file extensions to mime types.

password_generator icon password_generator

A Simple Password Generator made using java along with Swing framework that can create password of specified length and unique combinations of alphabets, numeric and symbolic characters.

phat icon phat

πŸ’¬ A console-based chat application built using a full-duplex protocol: TCP to send and receive messages between any two connected users simultaneously with re-connect policy.

portfolio icon portfolio

A personal portfolio made of multiple webpages each for Profile, Blogs, Research, CV and Contact us.

public-api-lists icon public-api-lists

A collective list of free APIs for use in software and web development πŸš€ (Clone of https://github.com/public-apis/public-apis)

recreation-center icon recreation-center

A C# desktop application (not a web-based or database application) that helps a recreation centre to manage the visitor’s records.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.