const jordan = {
role: "Engineering Manager",
code: ["PHP", "JavaScript", "HTML", "CSS", "SQL"],
technologies: {
backend: ["Laravel", "Sanctum", "Telescope"],
frontend: ["Livewire", "Alpine.js", "Tailwind CSS"],
testing: ["Pest", "PHPUnit"],
methodology: ["Agile", "TDD", "SOLID"],
stack: "TALL"
},
architecture: ["MVC", "Event-Driven", "Microservices"],
currentProjects: ["My Career Advisor", "Personal Website with Strava Integration"],
funFact: "I've logged over 10,000 miles on my fat bike while solving coding problems mentally!"
};
|
|