package main
import "fmt"
type Developer struct {
Name string
Title string
Skills []string
Experience string
Contributions []string
}
func (d Developer) About() {
fmt.Printf("π Hi there! Iβm %s, a %s dedicated to driving innovation through technology.\n", d.Name, d.Title)
fmt.Println("π I specialize in:")
for _, skill := range d.Skills {
fmt.Printf("- %s\n", skill)
}
fmt.Printf("\nπ With %s of experience, I thrive on building seamless digital experiences and solving impactful challenges.\n", d.Experience)
fmt.Println("π§ I actively contribute to:")
for _, contribution := range d.Contributions {
fmt.Printf("- %s\n", contribution)
}
fmt.Println("\nπ± Currently, Iβm learning Go and D programming languages while mentoring aspiring developers and exploring new tech horizons.")
fmt.Println("π¬ Letβs connect and collaborate to explore endless possibilities in tech!")
}
func main() {
me := Developer{
Name: "Gurjeet Singh",
Title: "Full Stack Developer & Open Source Advocate",
Skills: []string{"JavaScript", "TypeScript", "PHP", "Svelte", "Solidity" "Go", "D"},
Experience: "4+ years",
Contributions: []string{
"Volunteer Community Moderator & Quality Tester @Appwrite",
"AI Trainer @Outlier.ai",
"Tech Writing with 126K+ readers",
},
}
me.About()
}
- Demystifying Containerization: How Docker and Kubernetes Revolutionize Web Development
- Performance Optimization Techniques for Modern Web Apps
- JavaScript Deep Dive: Understanding Operators
- JavaScript Deep Dive: Understanding Data Types
- Open Source for Non-Developers: Opportunities Beyond Code
Category | Skills |
---|---|
Programming Languages | |
Web Development | |
Tools & Project Management | |
Miscellaneous |
|
|
|
|
[02/21 23:09]
Deleted
152-sdk-cli-command-update
from gurjeetsinghvirdee/appwrite
[02/21 19:39]
Forked mehdibha/dotUI to gurjeetsinghvirdee/dotUI
[02/21 19:38]
Starred mehdibha/dotUI
[02/20 18:44]
Deleted
#1499-update-contributing-guide
from gurjeetsinghvirdee/website
[02/20 17:09]
Closed issue
#9386
in appwrite/appwrite
βοΈ Show Older Activity
[02/20 17:08]
Commented on
#9386
in appwrite/appwrite
[02/19 18:05]
Commented on
#1773
in appwrite/website
[02/17 17:51]
Made
228
commits in gurjeetsinghvirdee/website
[02/02 18:24]
Opened issue
#1730
in appwrite/website
[02/02 09:24]
Made
64
commits in gurjeetsinghvirdee/website
[01/31 22:13]
Made
5
commits in gurjeetsinghvirdee/appwrite
[01/31 18:10]
Created branch
main
in gurjeetsinghvirdee/ShopSphere
[01/31 17:57]
Created repository gurjeetsinghvirdee/ShopSphere
[01/30 11:09]
Made
7
commits in gurjeetsinghvirdee/website