Skip to content
View JuxhinB's full-sized avatar
♣️
♣️

Block or report JuxhinB

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
JuxhinB/README.md

👋 Hello, I'm Juxhin Bleta!

💻 Senior Front-End Engineer | Modernization & Architecture

I'm a Senior Front-End Engineer with 8+ years of experience specializing in the React ecosystem. I am goal-oriented, detail-focused, and a collaborative team player. My work centers on architectural modernization, component reuse, and promoting quality engineering practices across development teams.


🛠 Core Tech Stack & Toolkit

Here is an overview of the technologies I use, grouped by their ecosystem:

Category Key Technologies
Frameworks & Core React, Next.js (SSG/SSR), React-Native
Architecture NX (Monorepos), Webpack Module Federation, Micro-Frontends
Language & Typing TypeScript, JavaScript (ES6+)
State Management Redux, Redux Toolkit, Context API
Styling & Design Tailwind CSS, SASS, Storybook, Figma
Testing & Quality Cypress (E2E), Jest, TDD, GitFlow, Scrum
Back-end & Data Node.js, Express.js, GraphQL, REST
Cloud & DevOps Jenkins (CI/CD), Firebase, Google Cloud

💡 Senior-Level Impact & Contributions

My experience focuses on driving architectural improvements and delivering scalable solutions:

  • Architectural Unification: Collaborated to implement a unified architecture using NX and Module Federation, establishing a shared UI component library. This standardized development and promoted component reuse across teams.
  • Legacy Modernization: Led the strategic refactoring and migration of large, monolithic legacy systems (like JSP) into modern, modular React applications, improving application performance, maintainability, and user experience.
  • Quality & Standards: Adopted and integrated robust development practices, including TDD and full test coverage with Cypress E2E testing, ensuring deployment stability.
  • Full Stack Context: Experienced in end-to-end feature delivery, working with Node.js/Express and various databases (MongoDB, MySQL) to ensure effective data integration and API consumption.

🚀 Recent Activity

Check out my recent activity on my profile and my pinned repositories below for examples of my work.


🤝 Let's Connect

Platform Link
LinkedIn https://linkedin.com/in/juxhin-bleta

Pinned Loading

  1. React Native Navigation Types React Native Navigation Types
    1
    import { RouteProp } from "@react-navigation/native";
    2
    import { StackNavigationProp } from "@react-navigation/stack";
    3
    
                  
    4
    export enum Routes {
    5
      welcome = "welcome",