Skip to content
View Abhishek-Dobliyal's full-sized avatar
💻
I don't always test my code, but when I do, I do it in production.
💻
I don't always test my code, but when I do, I do it in production.
Block or Report

Block or report Abhishek-Dobliyal

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

Hey There! I am Abhishek Dobliyal

Linkedin: Abhishek Dobliyal GitHub Abhishek-Dobliyal

Trophies

Technology Stack

Languages:

Frameworks:

Additional:

GitHub Analytics

A little more about me...

package main

import (
    "fmt"
    lucian "graphicera.com/Abhishek-Dobliyal"
)

type About struct {
    lucian.AbhishekDobliyal
    Languages map[string][]string
    Tools map[string][]string
    Additional []string
}

func (a *lucian.AbhishekDobliyal) StayHappy(enjoy bool) {
    if enjoy {
        fmt.Println("Stay happy and keep coding!")
    } else {
        fmt.Println("Stay focused and keep coding!")
    }
}

func NewAbout() *About {
    return &About{
    
        Languages: map[string][]string{
            "Advanced": []string{"Python"},
            
            "Intermediate": []string{"GoLang", "Javascript", "SQL"},
            
            "Novice": []string{"C++", "Java"},
        },
        
        Tools: map[string][]string{
            "Machine Learning": []string{"Sklearn", "Pandas", "Numpy", 
                                         "Matplotlib", "Seaborn", "Tensorflow", 
                                         "Keras"},
                                                          
            "Web Related": []string{"Flask", "BeautifulSoup", "Streamlit", "VueJS", 
                                    "FastAPI", "Fiber", "TailwindCSS", "Bootstrap"},
                                    
            "GUIs/Automation": []string{"Tkinter", "Pygame", "PyAutoGUI"},
        },
        
        Additional: []string{"MySQL", "MongoDB", "HTML", "CSS", "Git/Github", 
                             "Data Structures and Algorithms", 
                             "Full Stack Development"},
    }
}

func main() {
    abhishekDobliyal := NewAbout()
    abhishekDobliyal.StayHappy(true)

    fmt.Println(abhishekDobliyal.Languages)
    fmt.Println(abhishekDobliyal.Tools)
    fmt.Println(abhishekDobliyal.Additional)

    fmt.Println("Thank You for visiting my Repo.")
}

Pinned Loading

  1. CodeGPT CodeGPT Public

    A utility to assist and automate coding tasks.

    Vue

  2. Calculation-Pad Calculation-Pad Public

    Jot down any mathematical expression as you would on a paper, Let Machine Learning take care of the rest.

    Jupyter Notebook 1

  3. NeuralStyle NeuralStyle Public

    Style your snaps with the power of Deep Learning.

    Vue

  4. Falcon Falcon Public

    Remotely monitor any system through simple HTTP requests.

    CSS

  5. Book-My-Auto Book-My-Auto Public

    Mobile web app to book 🛺 without an installable app. Part of Nama Yatri Open Mobility challenge.

    Vue

  6. Deploy-Drop Deploy-Drop Public

    A command-line utility to remove all deployments from a (inactive) github repository.

    Go