Iโm a front-end developer passionate about building modern, scalable, and high-performance web applications. My expertise lies in React, Next.js, TypeScript, and Node.js, focusing on writing clean, maintainable code and delivering seamless user experiences.
I enjoy solving complex problems, optimizing interfaces, and keeping up with the latest web development trends. My goal is to create efficient, accessible, and visually appealing applications that make an impact.
- โก Front-end: React, Next.js, TypeScript, Tailwind CSS
- โ๏ธ Back-end: Node.js, Express, MongoDB
- ๐ Tools: React Hook Form, Zod, Recharts, Sonner, Playwright, Jest
- ๐ Other: i18n with next-intl, E2E testing with Playwright
- Enhancing user experience and performance in web applications.
- Writing scalable, maintainable, and efficient code.
- Sharing knowledge and contributing to the developer community.
If youโre interested in collaborating on a project or just chatting about tech, feel free to reach out via email or connect on my socials.
const { isOnline } = require('@balonsom/activity');
export const borja = {
name: 'Borja Alonso-Majagranzas',
email: '****@****.com',
username: 'balonsom',
stack: ['React', 'Next.js', 'TypeScript', 'Node.js', 'Tailwind CSS'],
tools: ['react-hook-form', 'Zod', 'Recharts', 'Sonner', 'Playwright'],
status: async () => {
const online = await isOnline();
return `Borja is currently ${online ? '๐ง๐ปโ๐ป online' : '๐ด offline, try reaching out via email'}.`;
},
};