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 13496 commits ██████░░░░░░░░░░░░░░░░░░░ 22.32 %
🌆 Daytime 33468 commits ██████████████░░░░░░░░░░░ 55.36 %
🌃 Evening 13346 commits ██████░░░░░░░░░░░░░░░░░░░ 22.08 %
🌙 Night 147 commits ░░░░░░░░░░░░░░░░░░░░░░░░░ 00.24 %
📅 I'm Most Productive on Thursday
Monday 10225 commits ████░░░░░░░░░░░░░░░░░░░░░ 16.91 %
Tuesday 8611 commits ████░░░░░░░░░░░░░░░░░░░░░ 14.24 %
Wednesday 9099 commits ████░░░░░░░░░░░░░░░░░░░░░ 15.05 %
Thursday 10925 commits █████░░░░░░░░░░░░░░░░░░░░ 18.07 %
Friday 10594 commits ████░░░░░░░░░░░░░░░░░░░░░ 17.52 %
Saturday 6276 commits ███░░░░░░░░░░░░░░░░░░░░░░ 10.38 %
Sunday 4727 commits ██░░░░░░░░░░░░░░░░░░░░░░░ 07.82 %
📊 This Week I Spent My Time On
🕑︎ Time Zone: America/Mexico_City
💬 Programming Languages:
TypeScript 13 hrs 22 mins ████████████████████░░░░░ 79.72 %
JSON 58 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 05.86 %
Markdown 42 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 04.26 %
Bash 41 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 04.13 %
Go 24 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 02.42 %
🔥 Editors:
Neovim 16 hrs 46 mins █████████████████████████ 100.00 %
💻 Operating System:
Mac 12 hrs 5 mins ██████████████████░░░░░░░ 72.13 %
Linux 4 hrs 40 mins ███████░░░░░░░░░░░░░░░░░░ 27.87 %
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 %