About.me
I'm a passionate Full Stack Developer with expertise in
modern JavaScript, React, and Next.js.
I love building clean, efficient, and user-friendly applications
that solve real-world problems.
name: "Gregory Michael",
nickname: "Babz",
email: "ayybabz@outlook.com",
github: "kicktools",
currentRole: "Full Stack Developer",
{role: "Senior Frontend Developer",years: "2022-Present"},
{role: "Full Stack Developer",years: "2019-2022"},
{role: "Junior Developer",years: "2017-2019"}
Frontend
React, Next.js, Tailwind
Backend
Node.js, Express, APIs
Problem Solver
Algorithms, Architecture
Projects.map()
Clients.forEach()
name: "LosPollosTV",
role: "Full Stack Developer",
// Setup, developed and maintained a widget platform for use with Kick.com
tech: [
"Node.js",
"Next.js",
"WebSocket",
"Supabase"
]
name: "TrainwrecksTV",
role: "Full Stack Developer",
// Built a custom community platform for managing his Kick and Twitch communities
tech: [
"Mongoose",
"Next.js",
"Node.js"
]
name: "Probbly",
role: "Full Stack Developer",
// Built a web application for managing predictions, polls and wagers for Kick streamers
tech: [
"Next.js",
"Node.js",
"Supabase",
"Redis",
"WebSocket"
]
Contact()
const contacts = {
email: "ayybabz@outlook.com",
github: "github.com/kicktools",
x|twitter: "x.com/ayybabz",
instagram: "instagram.com/ayybabz"
youtube: "youtube.com/@ayybabz"
};
async function sendMessage(formData) {
await fetch('/api/contact', {
method: 'POST',
body: JSON.stringify(formData)
});
}
async function contactMe() {
}