Skip to content
View deb0con's full-sized avatar
๐ŸŽ—๏ธ
Focusing Autopilot 24/7
๐ŸŽ—๏ธ
Focusing Autopilot 24/7

Organizations

@pwnlaboratory

Block or report deb0con

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

๐Ÿ‡ธ๐Ÿ‡ฌ Hi Folks! I'm Thomas a.k.a deb0con

Awesome GCP Portfolio page views GitHub followers

Embedded GIF

Hi there! ๐Ÿ‘‹

Here are some ideas to get you started:

#!/bin/bash

๐Ÿ”ญ currentJob=" Currently working at: Advance Intelligence Group"
๐ŸŒฑ learning=" Learning about: Cloud, Software, and AI"
๐Ÿ”๏ธ collaboration=" Innovative AI and App Projects"
๐Ÿ’ฌ askMeAbout=" API Development, Cloud, AI, and System Design"
๐Ÿ“ซ howToReachMe=" linkedin.com/in/deb0con"
๐ŸŽ๏ธ pronouns=" He/Him"
๐Ÿค– funFact=" No Fun"

info="$currentJob\n$learning\n$collaboration\n$askMeAbout\n$howToReachMe\
n$pronouns\n$funFact"

echo -e "$info"
Embedded GIF
Golang Python Cplusplus CSharp JavaScript TypeScript Java Rust Deno
HTML5 CSS3 Node.js Streamlit NextJS Github Gitlab Git Docker
AWS GoogleCloud MongoDB GraphQL Firebase FastAPI Supabase MySQL PostgreSQL
// Get to know more about me with some Golang
package main

import (
	"fmt"
	"reflect"
)

type deb0con struct {
	Pronouns     string
	Backend      []string
	Frontend     []string
	Database     []string
	CloudServer  []string
	Architecture ArchitectureInfo
	Challenge    []string
	AISkills     []string
	Company      string
}

type ArchitectureInfo struct {
	Patterns   []string
	Components []string
	Challenges []string
	Serverless []string
}

func main() {
	var deb0con = deb0con{
		Pronouns:    "He/Him",
		Company:   "Advance Intelligence Group",
		Backend:     []string{"Go", "Python", "Rust", "C++"},
		Frontend:    []string{"Typescript", "NextJS", "HTML", "CSS"},
		Database:    []string{"PostgreSQL", "DynamoDB", "Firebase", "Redis"},
		CloudServer: []string{"AWS", "GCP", "DigitalOcean", "Heroku"},
		Architecture: ArchitectureInfo{
			Patterns:   []string{"Microservices", "Event-driven", "System Design"},
			Components: []string{"Docker", "Kubernetes", "Kafka", "GraphQL"},
			Challenges: []string{"Scalability", "Resilience", "Security"},
			Serverless: []string{"Lambda", "API Gateway"},
		},
		Challenge: []string{"Keep getting better, even if it's just 0.001% each day.",
					"Consistency turns those tiny gains into something big"},
		AISkills:  []string{"MachineLearning", "DeepLearning", "AI", "GenAI", "LLM", "ComputerVision"},
	}

	val := reflect.ValueOf(deb0con)
	for i := 0; i < val.NumField(); i++ {
		field := val.Field(i)
		fieldName := val.Type().Field(i).Name
		fmt.Printf("- %s: %v\n", fieldName, field.Interface())
	}
}
	// Feel free to folk or use, but don't forget to give a star โญโญโญ. Thanks!!!!

activity graph

Embedded GIF

Pinned Loading

  1. anime-github-profile-readme anime-github-profile-readme Public

    ๐Ÿ˜Ž A curated list of awesome Anime GitHub Profile which updates in real time