Skip to content
View sujeetjaiswara's full-sized avatar
🏠
WFH
🏠
WFH

Block or report sujeetjaiswara

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
sujeetjaiswara/README.md

Hi πŸ‘‹, I'm Sujeet Jaiswara

Senior Angular Developer | Scalable Frontend Architect

πŸš€ Building high-performance Angular apps using Signals, Standalone APIs & modern architecture


πŸ‘¨β€πŸ’» About Me

  • πŸ§‘β€πŸ’» Angular-focused developer with strong frontend architecture experience
  • 🌍 Based in India
  • πŸ”— Portfolio: https://sujeetjaiswara.vercel.app
  • πŸ“« Email: sujeetjaiswara2012@gmail.com
  • ⚑ Core expertise:
    • Angular 17+ (Signals, Standalone Components)
    • NgRx Signal Store
    • Reactive Forms (NonNullableFormBuilder)
    • Lazy loading & feature-based architecture
    • Performance optimization & clean code practices

🧠 Angular Mindset (Production Code Style)

import { ChangeDetectionStrategy, Component, inject } from '@angular/core';
import { FeatureStore } from './data-access/feature.store';

@Component({
  standalone: true,
  selector: 'app-feature',
  template: `
    @if (data()) {
      <feature-ui [data]="data()" />
    }
  `,
  changeDetection: ChangeDetectionStrategy.OnPush
})
export class FeatureComponent {
  private readonly store = inject(FeatureStore);

  readonly data = this.store.data; // Signal-based state
}

βœ”οΈ Signal-driven UI βœ”οΈ Smart/Dumb component separation βœ”οΈ Reactive Forms βœ”οΈ Clean architecture βœ”οΈ No legacy patterns


πŸ› οΈ Tech Stack

⚑ Core

🎨 UI & Styling

βš™οΈ Backend & Tools

🧰 Dev Tools


πŸ—οΈ Featured Projects

HRMS System (Enterprise App)

  • Modular Angular architecture
  • Asset & Leave Management
  • Role-based access control
  • NgRx Signal Store for state management

Cron Expression Generator

  • Angular-based utility tool
  • Real-time cron parsing
  • Signal-driven UI updates

πŸ‘‰ Add your repo links here (important for recruiters)


πŸ“Š GitHub Stats


🎯 What I Bring

  • πŸš€ Scalable Angular architecture
  • ⚑ High-performance applications
  • 🧠 Strong debugging & problem-solving
  • πŸ“¦ Clean, maintainable code
  • 🀝 Team collaboration

🀝 Connect With Me

🌐 Portfolio β€’ πŸ“§ Email β€’ GitHub


⚑ Focused on Angular excellence, not just frontend development

Popular repositories Loading

  1. 10-days-ai 10-days-ai Public

    10 days AI challenges

    TypeScript 3

  2. sujeetjaiswara sujeetjaiswara Public

    2

  3. markdown-preview markdown-preview Public

    ⚑ Lightweight Markdown preview app. Edit text and see formatted output in real-time.

    TypeScript 2

  4. bookmark-manager bookmark-manager Public

    πŸ”– Save, organize, and sync bookmarks with tags + search. Built for clutter-free browsing.

    TypeScript 1

  5. fastify-todo fastify-todo Public

    TypeScript 1

  6. popcorn-pluse-svelte popcorn-pluse-svelte Public

    ⚑️ Blazing-fast movie database demo with Svelte. Features: dynamic UI, API integration, popcorn-ready!

    Svelte