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 13105 commits βββββββββββββββββββββββββ 22.34 %
π Daytime 32379 commits βββββββββββββββββββββββββ 55.21 %
π Evening 13021 commits βββββββββββββββββββββββββ 22.20 %
π Night 147 commits βββββββββββββββββββββββββ 00.25 %
π I'm Most Productive on Thursday
Monday 10042 commits βββββββββββββββββββββββββ 17.12 %
Tuesday 8353 commits βββββββββββββββββββββββββ 14.24 %
Wednesday 8754 commits βββββββββββββββββββββββββ 14.93 %
Thursday 10510 commits βββββββββββββββββββββββββ 17.92 %
Friday 10249 commits βββββββββββββββββββββββββ 17.47 %
Saturday 6084 commits βββββββββββββββββββββββββ 10.37 %
Sunday 4660 commits βββββββββββββββββββββββββ 07.95 %
π This Week I Spent My Time On
ποΈ Time Zone: America/Mexico_City
π¬ Programming Languages:
TypeScript 10 hrs 42 mins βββββββββββββββββββββββββ 81.28 %
TOML 34 mins βββββββββββββββββββββββββ 04.38 %
SQL 30 mins βββββββββββββββββββββββββ 03.92 %
hyprlang 22 mins βββββββββββββββββββββββββ 02.90 %
Bash 22 mins βββββββββββββββββββββββββ 02.88 %
π₯ Editors:
Neovim 13 hrs 10 mins βββββββββββββββββββββββββ 100.00 %
π» Operating System:
Mac 11 hrs 13 mins βββββββββββββββββββββββββ 85.24 %
Linux 1 hr 56 mins βββββββββββββββββββββββββ 14.76 %
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 %