



Full-stack developer specializing in building scalable web applications with Angular and .NET.
@Component({
selector: 'app-dashboard',
standalone: true,
imports: [CommonModule],
})
export class DashboardComponent {
private readonly api = inject(ApiService);
data$ = this.api.getAll().pipe(
map(res => res.items),
shareReplay(1)
);
}
$ ng serve
✓ Compiled successfully.
Local: https://localhost:4200
Network: https://192.168.1.5:4200
I'm a full-stack developer specializing in the Angular ecosystem and the .NET platform. For over 5 years I've been designing and delivering scalable web applications — from interactive dashboards to complex enterprise systems.
I currently work at LG Electronics as a Senior Software Developer in the Digitalization department. I implement systems that streamline the work of other teams — this has taught me effective cross-department collaboration and how to identify needs and areas worth digitalizing.
In parallel, I'm deepening my knowledge of DevOps to connect software development with deployment and maintenance even more smoothly.
type Impact$ = Observable<Impact>;
@Injectable({ providedIn: 'root' })
export class DigitalizationService {
readonly role = 'Senior Software Developer';
readonly focus: Area[] = [
{ name: 'Process automation', level: 'expert' },
{ name: 'Cross-team collab', level: 'advanced' },
{ name: 'DevOps', level: 'learning' },
];
digitalize(process: Process): Impact$ {
return this.analyzeNeeds(process).pipe(
map(needs => designSolution(needs)),
switchMap(sol => this.deploy(sol)),
tap(() => console.log('delivered ✓'))
);
}
}











Projects coming soon
Project management system with real-time updates. Kanban boards, Gantt charts, live notifications.
E-commerce platform with microservice architecture. Cart, payments, admin panel, recommendation engine.
Analytics panel with interactive visualizations. Real-time charts, filters, PDF report export.
Real-time messaging app with channels, private messages, and file sharing.
I'm open to job offers, freelance projects and long-term collaboration. I prefer hybrid or remote work.