Language Breakdown
Lines of code distribution across 5 owned repositories
I-Shaped Developer
I-shapedSpecialist — deep expertise in JavaScript
Collaboration Network
Global Impact visualization
Repos
18
PRs
0
Growth
+18%
Top Collaborators
No collaborator data yet.
Coding Streak
Contribution activity over the past year
Top Repositories
Deploy Full Stack App on AWS with Load Balancing
Social Media App with Posts, Authentication, and AWS Deployment
Blog Platform with Comments and User Profiles
Todo Application with Basic CRUD Operations
Understand how to automate testing and deployment using GitHub Actions. Learn to trigger workflows on code pushes, run tests automatically, and deploy artifacts to your hosting environment.
Learn how to create a production-ready Docker image for a React application using a multi-stage Docker build. This helps you reduce image size, separate build dependencies from runtime, and prepare your app for deployment.
Learn how to implement role-based access control (RBAC) in a Node.js and Express application to restrict access to certain routes or actions based on user roles. This task helps you understand how to store and check user roles in JWT tokens, create flexible authorization logic, and secure sensitive parts of your backend API.
Learn how to secure backend API routes using JSON Web Tokens (JWT) to ensure that only authenticated users can access certain resources. This task helps you understand token-based authentication, how to verify JWTs on the server side, and how to protect specific routes from unauthorized access.
Learn how to build a login form in React using basic state management with the useState hook. This task helps you understand how to capture and handle form input data, manage local component state, and respond to user actions in a React application.
Open Source Impact
Contributions to external projects
No external contributions found.