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", "Drizzle", "tRPC"];
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 13183 commits βββββββββββββββββββββββββ 22.27 %
π Daytime 32684 commits βββββββββββββββββββββββββ 55.22 %
π Evening 13174 commits βββββββββββββββββββββββββ 22.26 %
π Night 147 commits βββββββββββββββββββββββββ 00.25 %
π I'm Most Productive on Thursday
Monday 10073 commits βββββββββββββββββββββββββ 17.02 %
Tuesday 8409 commits βββββββββββββββββββββββββ 14.21 %
Wednesday 8894 commits βββββββββββββββββββββββββ 15.03 %
Thursday 10611 commits βββββββββββββββββββββββββ 17.93 %
Friday 10309 commits βββββββββββββββββββββββββ 17.42 %
Saturday 6168 commits βββββββββββββββββββββββββ 10.42 %
Sunday 4724 commits βββββββββββββββββββββββββ 07.98 %
π This Week I Spent My Time On
ποΈ Time Zone: America/Mexico_City
π¬ Programming Languages:
TypeScript 26 hrs 9 mins βββββββββββββββββββββββββ 90.63 %
JSON 1 hr 2 mins βββββββββββββββββββββββββ 03.60 %
JavaScript 47 mins βββββββββββββββββββββββββ 02.75 %
CSS 16 mins βββββββββββββββββββββββββ 00.93 %
Bash 15 mins βββββββββββββββββββββββββ 00.91 %
π₯ Editors:
Neovim 28 hrs 51 mins βββββββββββββββββββββββββ 100.00 %
π» Operating System:
Mac 23 hrs 52 mins βββββββββββββββββββββββββ 82.74 %
Linux 4 hrs 58 mins βββββββββββββββββββββββββ 17.26 %
I Mostly Code in TypeScript
TypeScript 43 repos βββββββββββββββββββββββββ 55.13 %
Astro 3 repos βββββββββββββββββββββββββ 03.85 %
Lua 2 repos βββββββββββββββββββββββββ 02.56 %
MDX 1 repo βββββββββββββββββββββββββ 01.28 %
Shell 1 repo βββββββββββββββββββββββββ 01.28 %