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 10008 commits ██████░░░░░░░░░░░░░░░░░░░ 22.99 %
🌆 Daytime 23515 commits ██████████████░░░░░░░░░░░ 54.01 %
🌃 Evening 9857 commits ██████░░░░░░░░░░░░░░░░░░░ 22.64 %
🌙 Night 156 commits ░░░░░░░░░░░░░░░░░░░░░░░░░ 00.36 %
📅 I'm Most Productive on Friday
Monday 6968 commits ████░░░░░░░░░░░░░░░░░░░░░ 16.01 %
Tuesday 6560 commits ████░░░░░░░░░░░░░░░░░░░░░ 15.07 %
Wednesday 6528 commits ████░░░░░░░░░░░░░░░░░░░░░ 14.99 %
Thursday 7655 commits ████░░░░░░░░░░░░░░░░░░░░░ 17.58 %
Friday 7775 commits ████░░░░░░░░░░░░░░░░░░░░░ 17.86 %
Saturday 4884 commits ███░░░░░░░░░░░░░░░░░░░░░░ 11.22 %
Sunday 3166 commits ██░░░░░░░░░░░░░░░░░░░░░░░ 07.27 %
📊 This Week I Spent My Time On
🕑︎ Time Zone: America/Mexico_City
💬 Programming Languages:
TypeScript 12 hrs 46 mins ████████████████████████░ 96.04 %
JSON 15 mins ░░░░░░░░░░░░░░░░░░░░░░░░░ 01.95 %
CSV 8 mins ░░░░░░░░░░░░░░░░░░░░░░░░░ 01.12 %
YAML 4 mins ░░░░░░░░░░░░░░░░░░░░░░░░░ 00.54 %
TOML 2 mins ░░░░░░░░░░░░░░░░░░░░░░░░░ 00.30 %
🔥 Editors:
Neovim 13 hrs 18 mins █████████████████████████ 100.00 %
💻 Operating System:
Mac 8 hrs 33 mins ████████████████░░░░░░░░░ 64.29 %
Linux 4 hrs 45 mins █████████░░░░░░░░░░░░░░░░ 35.71 %
I Mostly Code in TypeScript
TypeScript 45 repos ██████████████░░░░░░░░░░░ 56.25 %
Lua 3 repos █░░░░░░░░░░░░░░░░░░░░░░░░ 03.75 %
Astro 3 repos █░░░░░░░░░░░░░░░░░░░░░░░░ 03.75 %
MDX 1 repo ░░░░░░░░░░░░░░░░░░░░░░░░░ 01.25 %
Python 1 repo ░░░░░░░░░░░░░░░░░░░░░░░░░ 01.25 %
