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 13441 commits βββββββββββββββββββββββββ 22.54 %
π Daytime 33033 commits βββββββββββββββββββββββββ 55.40 %
π Evening 13006 commits βββββββββββββββββββββββββ 21.81 %
π Night 147 commits βββββββββββββββββββββββββ 00.25 %
π I'm Most Productive on Thursday
Monday 10181 commits βββββββββββββββββββββββββ 17.07 %
Tuesday 8437 commits βββββββββββββββββββββββββ 14.15 %
Wednesday 8904 commits βββββββββββββββββββββββββ 14.93 %
Thursday 10833 commits βββββββββββββββββββββββββ 18.17 %
Friday 10503 commits βββββββββββββββββββββββββ 17.61 %
Saturday 6119 commits βββββββββββββββββββββββββ 10.26 %
Sunday 4650 commits βββββββββββββββββββββββββ 07.80 %
π This Week I Spent My Time On
ποΈ Time Zone: America/Mexico_City
π¬ Programming Languages:
TypeScript 22 hrs 41 mins βββββββββββββββββββββββββ 69.13 %
Astro 8 hrs 18 mins βββββββββββββββββββββββββ 25.32 %
CSS 40 mins βββββββββββββββββββββββββ 02.06 %
JSON 38 mins βββββββββββββββββββββββββ 01.98 %
JavaScript 25 mins βββββββββββββββββββββββββ 01.32 %
π₯ Editors:
Neovim 32 hrs 49 mins βββββββββββββββββββββββββ 100.00 %
π» Operating System:
Mac 21 hrs 51 mins βββββββββββββββββββββββββ 66.61 %
Linux 10 hrs 57 mins βββββββββββββββββββββββββ 33.39 %
I Mostly Code in TypeScript
TypeScript 44 repos βββββββββββββββββββββββββ 55.70 %
Astro 3 repos βββββββββββββββββββββββββ 03.80 %
Lua 2 repos βββββββββββββββββββββββββ 02.53 %
MDX 1 repo βββββββββββββββββββββββββ 01.27 %
Shell 1 repo βββββββββββββββββββββββββ 01.27 %