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 9235 commits βββββββββββββββββββββββββ 25.41 %
π Daytime 16510 commits βββββββββββββββββββββββββ 45.42 %
π Evening 9735 commits βββββββββββββββββββββββββ 26.78 %
π Night 867 commits βββββββββββββββββββββββββ 02.39 %
π I'm Most Productive on Thursday
Monday 5175 commits βββββββββββββββββββββββββ 14.24 %
Tuesday 5677 commits βββββββββββββββββββββββββ 15.62 %
Wednesday 5169 commits βββββββββββββββββββββββββ 14.22 %
Thursday 6287 commits βββββββββββββββββββββββββ 17.30 %
Friday 5308 commits βββββββββββββββββββββββββ 14.60 %
Saturday 4481 commits βββββββββββββββββββββββββ 12.33 %
Sunday 4250 commits βββββββββββββββββββββββββ 11.69 %
π This Week I Spent My Time On
ποΈ Time Zone: America/Mexico_City
π¬ Programming Languages:
Markdown 3 hrs 49 mins βββββββββββββββββββββββββ 42.16 %
JavaScript 2 hrs 52 mins βββββββββββββββββββββββββ 31.82 %
HTML 40 mins βββββββββββββββββββββββββ 07.48 %
TypeScript 34 mins βββββββββββββββββββββββββ 06.43 %
JSON 23 mins βββββββββββββββββββββββββ 04.38 %
π₯ Editors:
Neovim 9 hrs 3 mins βββββββββββββββββββββββββ 100.00 %
π» Operating System:
Mac 7 hrs 45 mins βββββββββββββββββββββββββ 85.56 %
Linux 1 hr 18 mins βββββββββββββββββββββββββ 14.44 %
I Mostly Code in TypeScript
TypeScript 37 repos βββββββββββββββββββββββββ 52.86 %
Lua 2 repos βββββββββββββββββββββββββ 02.86 %
Astro 2 repos βββββββββββββββββββββββββ 02.86 %
MDX 1 repo βββββββββββββββββββββββββ 01.43 %
Shell 1 repo βββββββββββββββββββββββββ 01.43 %