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 13068 commits βββββββββββββββββββββββββ 22.32 %
π Daytime 32312 commits βββββββββββββββββββββββββ 55.20 %
π Evening 13011 commits βββββββββββββββββββββββββ 22.23 %
π Night 147 commits βββββββββββββββββββββββββ 00.25 %
π I'm Most Productive on Thursday
Monday 10006 commits βββββββββββββββββββββββββ 17.09 %
Tuesday 8323 commits βββββββββββββββββββββββββ 14.22 %
Wednesday 8754 commits βββββββββββββββββββββββββ 14.95 %
Thursday 10510 commits βββββββββββββββββββββββββ 17.95 %
Friday 10211 commits βββββββββββββββββββββββββ 17.44 %
Saturday 6074 commits βββββββββββββββββββββββββ 10.38 %
Sunday 4660 commits βββββββββββββββββββββββββ 07.96 %
π This Week I Spent My Time On
ποΈ Time Zone: America/Mexico_City
π¬ Programming Languages:
TypeScript 15 hrs 3 mins βββββββββββββββββββββββββ 96.47 %
SQL 20 mins βββββββββββββββββββββββββ 02.19 %
CSS 12 mins βββββββββββββββββββββββββ 01.34 %
π₯ Editors:
Neovim 15 hrs 36 mins βββββββββββββββββββββββββ 100.00 %
π» Operating System:
Mac 14 hrs 57 mins βββββββββββββββββββββββββ 95.76 %
Linux 39 mins βββββββββββββββββββββββββ 04.24 %
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 %