package main
import "fmt"
type Developer struct {
Code []string
Interests []string
OperatingSystems []string
ToolsUsed []string
IDEs []string
}
func main() {
yassin := Developer{
Code: []string{"Python", "JavaScript", "Django", "Java", "C++", "Go"},
Interests: []string{"AI Development", "Full stack web applications", "philosophy"},
OperatingSystems: []string{"Linux", "Windows"},
ToolsUsed: []string{"VS Code", "Postman", "Docker"},
IDEs: []string{"VS Code", "PyCharm"},
}
fmt.Printf("👋 Hello! I'm Yassin, a programmer.\n")
fmt.Printf("💻 Code: %v\n", yassin.Code)
fmt.Printf("🌐 Interests: %v\n", yassin.Interests)
fmt.Printf("🖥️ Operating Systems: %v\n", yassin.OperatingSystems)
fmt.Printf("🛠️ Tools Used: %v\n", yassin.ToolsUsed)
}
-
Simulation
- planet earth
- @khoualdi_yassin
- https://wa.me/21653510752
Pinned Loading
-
Django-socialmedia-app
Django-socialmedia-app PublicA social media platform made with friends for fun
JavaScript 1
-
django-news-app
django-news-app PublicA news web application made with django, all contributions are welcome 😊
Python 1
-
Brain-Tumor-Detection-master
Brain-Tumor-Detection-master Publicmachine learning model trained to early detect brain tumors, please note that this is a personal project and not for professional use
Jupyter Notebook 1
-
dietgpt-app-main
dietgpt-app-main Publica diet manager web application made with django & GPT 3 API to help people managing their diets
JavaScript 1
-
facebook_clone
facebook_clone Publicsocial network web application inspired by Facebook and made with django
JavaScript 1
-
mac-os-theme-portfolio-V2
mac-os-theme-portfolio-V2 Publicthis is an improved version of the mac os theme portfolio
Svelte 1
If the problem persists, check the GitHub status page or contact support.