Hey there! Iβm Alexis Guzman, a passionate developer and entrepreneur based in Mexico. My journey began with a curiosity for technology and a drive to create impactful digital experiences.
#!/usr/bin/env node
class FrontEndDeveloper {
constructor() {
this.name = "Alexis Guzman";
this.role = "Front-end Developer";
this.languageSpoken = ["es_MX", "en_US"];
this.pronouns = ["He", "Him"];
this.code = ["HTML", "CSS", "Javascript", "Typescript"];
this.tools = ["NextJS", "ReactJS", "Radix UI", "TailwindCSS", "Prisma", "Shadcn UI"];
this.askMeAbout = ["web dev", "tech", "app dev", "otaku stuff"];
}
sayHi() {
console.log("It was great to see you! I hope you enjoy exploring my work.");
}
}
const codingcodax = new FrontEndDeveloper();
codingcodax.sayHi();
I'm an Early π€
π Morning 8787 commits βββββββββββββββββββββββββ 25.61 %
π Daytime 15290 commits βββββββββββββββββββββββββ 44.56 %
π Evening 9371 commits βββββββββββββββββββββββββ 27.31 %
π Night 867 commits βββββββββββββββββββββββββ 02.53 %
π I'm Most Productive on Thursday
Monday 4720 commits βββββββββββββββββββββββββ 13.75 %
Tuesday 5370 commits βββββββββββββββββββββββββ 15.65 %
Wednesday 4856 commits βββββββββββββββββββββββββ 14.15 %
Thursday 5895 commits βββββββββββββββββββββββββ 17.18 %
Friday 4969 commits βββββββββββββββββββββββββ 14.48 %
Saturday 4342 commits βββββββββββββββββββββββββ 12.65 %
Sunday 4163 commits βββββββββββββββββββββββββ 12.13 %
π This Week I Spent My Time On
ποΈ Time Zone: America/Mexico_City
π¬ Programming Languages:
markdown.mdx 3 hrs 42 mins βββββββββββββββββββββββββ 51.27 %
TypeScript 3 hrs 31 mins βββββββββββββββββββββββββ 48.73 %
Text 0 secs βββββββββββββββββββββββββ 00.00 %
π₯ Editors:
Neovim 7 hrs 14 mins βββββββββββββββββββββββββ 100.00 %
π» Operating System:
Mac 7 hrs 14 mins βββββββββββββββββββββββββ 100.00 %
I Mostly Code in TypeScript
TypeScript 36 repos βββββββββββββββββββββββββ 52.17 %
Lua 2 repos βββββββββββββββββββββββββ 02.90 %
Astro 2 repos βββββββββββββββββββββββββ 02.90 %
MDX 1 repo βββββββββββββββββββββββββ 01.45 %
Shell 1 repo βββββββββββββββββββββββββ 01.45 %