Available for work

PAWEŁ BARTOSZEWSKI

Full-stack developer specializing in building scalable web applications with Angular and .NET.

0+ Years of
experience
0+ Completed
projects
dashboard.component.ts
@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)
  );
}
terminal
$ ng serve
 Compiled successfully.
  Local:   https://localhost:4200
  Network: https://192.168.1.5:4200
Build Passed
.NET 8 • Angular 17 • Production
scroll
01About

Bridging code and real business needs — from frontend, through backend, to process digitalization

Paweł Bartoszewski

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.

digitalization.service.ts
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 ✓'))
    );
  }
}
02Tech Stack

Technologies I work with

frontend ui layer — interface & motion
04 entries
Angular
framework
TypeScript
language
RxJS
reactive
Tailwind
utility css
backend services — apis & data
06 entries
.NET 7+ / C#
runtime
SignalR
real-time
EF Core
orm
REST API
pattern
Oracle
database
PostgreSQL
database
devops operations — ci & identity
02 entries
GitLab
ci / cd
Keycloak
auth / sso
03Projects

Selected work

Projects coming soon

01

TaskBoard Pro - placeholder

Project management system with real-time updates. Kanban boards, Gantt charts, live notifications.

Angular 17.NET 8SignalRSQL Server
02

ShopEngine - placeholder

E-commerce platform with microservice architecture. Cart, payments, admin panel, recommendation engine.

AngularNgRx.NET MicroservicesRabbitMQ
03

DataViz Dashboard - placeholder

Analytics panel with interactive visualizations. Real-time charts, filters, PDF report export.

AngularD3.js.NET Core APIPostgreSQL
04

ChatFlow - placeholder

Real-time messaging app with channels, private messages, and file sharing.

AngularRxJSWebSockets.NET SignalR
04Contact

Looking for
a developer?
Let's talk.

I'm open to job offers, freelance projects and long-term collaboration. I prefer hybrid or remote work.

pawelbartoszewski@gmail.com Poland • hybrid / remote