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.")
}
💻
I don't always test my code, but when I do, I do it in production.
Pinned Loading
-
Calculation-Pad
Calculation-Pad PublicJot down any mathematical expression as you would on a paper, Let Machine Learning take care of the rest.
Jupyter Notebook 1
-
-
Book-My-Auto
Book-My-Auto PublicMobile web app to book 🛺 without an installable app. Part of Nama Yatri Open Mobility challenge.
Vue
-
Deploy-Drop
Deploy-Drop PublicA command-line utility to remove all deployments from a (inactive) github repository.
Go
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.