π Building high-performance Angular apps using Signals, Standalone APIs & modern architecture
- π§βπ» 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
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
- Modular Angular architecture
- Asset & Leave Management
- Role-based access control
- NgRx Signal Store for state management
- Angular-based utility tool
- Real-time cron parsing
- Signal-driven UI updates
π Add your repo links here (important for recruiters)
- π Scalable Angular architecture
- β‘ High-performance applications
- π§ Strong debugging & problem-solving
- π¦ Clean, maintainable code
- π€ Team collaboration
π Portfolio β’ π§ Email β’ GitHub
β‘ Focused on Angular excellence, not just frontend development


