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 9288 commits βββββββββββββββββββββββββ 25.46 %
π Daytime 16589 commits βββββββββββββββββββββββββ 45.47 %
π Evening 9741 commits βββββββββββββββββββββββββ 26.70 %
π Night 867 commits βββββββββββββββββββββββββ 02.38 %
π I'm Most Productive on Thursday
Monday 5188 commits βββββββββββββββββββββββββ 14.22 %
Tuesday 5692 commits βββββββββββββββββββββββββ 15.60 %
Wednesday 5169 commits βββββββββββββββββββββββββ 14.17 %
Thursday 6295 commits βββββββββββββββββββββββββ 17.25 %
Friday 5344 commits βββββββββββββββββββββββββ 14.65 %
Saturday 4540 commits βββββββββββββββββββββββββ 12.44 %
Sunday 4257 commits βββββββββββββββββββββββββ 11.67 %
π This Week I Spent My Time On
ποΈ Time Zone: America/Mexico_City
π¬ Programming Languages:
TypeScript 11 hrs 53 mins βββββββββββββββββββββββββ 53.66 %
JavaScript 3 hrs 23 mins βββββββββββββββββββββββββ 15.32 %
Markdown 1 hr 45 mins βββββββββββββββββββββββββ 07.95 %
JSON 1 hr 44 mins βββββββββββββββββββββββββ 07.86 %
CSV 58 mins βββββββββββββββββββββββββ 04.40 %
π₯ Editors:
Neovim 22 hrs 9 mins βββββββββββββββββββββββββ 100.00 %
π» Operating System:
Mac 16 hrs 8 mins βββββββββββββββββββββββββ 72.86 %
Linux 6 hrs βββββββββββββββββββββββββ 27.14 %
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 %