| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
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.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuseWith a seasoned background in Software and Web Development, I thrive on streamlining processes through automation, utilizing an array of scripts and diverse tools. My expertise encompasses various tasks and responsibilities through optimizations, security enhancements, creative design, meticulous analysis, and beyond.
package main
import "fmt"
type Clark struct {
TechnicalSkills TechnicalSkills
}
type TechnicalSkills struct {
Languages []string
Frontend []string
Backend []string
DevOps []string
Mobile []string
OperatingSystems []string
Tools []string
Libraries []string
}
func main() {
clark := Clark{
TechnicalSkills: TechnicalSkills{
Languages: []string{"🟡 Javascript", "🟠 HTML5", "🔵 CSS3", "🐍 Python", "☕ Java", "🐘 PHP", "💾 SQL", "🐹 Go", "⚡ Zig", "🐚 Bash", "🔵 Lua"},
Frontend: []string{"🔧 TypeScript", "⚛️ React", "🔮 Vue", "🌱 Svelte", "🌟 Astro", "🎨 TailwindCSS"},
Backend: []string{"🟢 NodeJS", "🏷️ NestJS", "🔗 GraphQL", "🍃 MongoDB", "📘 Prisma"},
DevOps: []string{"☁️ AWS"},
Mobile: []string{"📱 React Native", "☕ Java/Kotlin"},
OperatingSystems: []string{"🪟 Windows", "🐧 Linux [Debian, Arch]", "⚙️ WSL2"},
Tools: []string{"📦 Neovim", "🔗 Tmux", "🖥️ Wezterm", "🔀 Git", "🐳 Docker", "📮 Postman", "🗂️ DBeaver", "🌐 Wireshark"},
Libraries: []string{"⚡ HTMX", "⚡ Vite", "📦 Rollup", "🧪 Jest", "🛠️ Zod", "🔍 React Query", "⚡ Zustand"},
},
}
fmt.Printf("%+v\n", clark)
}A Minecraft: Bedrock Edition server software written in Python
| Back | FazBrowse Home | New Git URL |