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 9301 commits βββββββββββββββββββββββββ 25.46 %
π Daytime 16601 commits βββββββββββββββββββββββββ 45.45 %
π Evening 9757 commits βββββββββββββββββββββββββ 26.71 %
π Night 867 commits βββββββββββββββββββββββββ 02.37 %
π I'm Most Productive on Thursday
Monday 5188 commits βββββββββββββββββββββββββ 14.20 %
Tuesday 5713 commits βββββββββββββββββββββββββ 15.64 %
Wednesday 5189 commits βββββββββββββββββββββββββ 14.21 %
Thursday 6295 commits βββββββββββββββββββββββββ 17.23 %
Friday 5344 commits βββββββββββββββββββββββββ 14.63 %
Saturday 4540 commits βββββββββββββββββββββββββ 12.43 %
Sunday 4257 commits βββββββββββββββββββββββββ 11.65 %
π This Week I Spent My Time On
ποΈ Time Zone: America/Mexico_City
π¬ Programming Languages:
TypeScript 19 hrs 20 mins βββββββββββββββββββββββββ 70.94 %
JavaScript 3 hrs 5 mins βββββββββββββββββββββββββ 11.31 %
JSON 1 hr 28 mins βββββββββββββββββββββββββ 05.40 %
CSV 1 hr 11 mins βββββββββββββββββββββββββ 04.39 %
HTML 40 mins βββββββββββββββββββββββββ 02.48 %
π₯ Editors:
Neovim 27 hrs 16 mins βββββββββββββββββββββββββ 100.00 %
π» Operating System:
Mac 20 hrs 17 mins βββββββββββββββββββββββββ 74.43 %
Linux 6 hrs 58 mins βββββββββββββββββββββββββ 25.57 %
I Mostly Code in TypeScript
TypeScript 39 repos βββββββββββββββββββββββββ 54.93 %
Lua 2 repos βββββββββββββββββββββββββ 02.82 %
Astro 2 repos βββββββββββββββββββββββββ 02.82 %
MDX 1 repo βββββββββββββββββββββββββ 01.41 %
Shell 1 repo βββββββββββββββββββββββββ 01.41 %