Available for new work

Pasniczy

Software Developer

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Frontend-focused, comfortable across the stack: interfaces, APIs, data models, deploys.

profile.ts
const dev = {  name: 'Pasniczy',  role: 'Software Developer',  focus: ['frontend', 'fullstack'],  stack: ['TypeScript', 'React', 'Node'],  based: 'Warsaw, PL',  open: true,}
work.ts
export const work = [  // Virtualized tables, live updates.  {    name:  'Lorem Analytics',    kind:  'product',    year:  2026,    tech:  ['React', 'TypeScript'],  },  // Partner accounts, invoicing.  {    name:  'Ipsum Backoffice',    kind:  'client',    year:  2025,    tech:  ['Rails', 'Hotwire'],  },  // Local-first, background sync.  {    name:  'Dolor Ledger',    kind:  'side project',    year:  2024,    tech:  ['Svelte', 'SQLite'],  },  // Headless UI primitives, 4kb.  {    name:  'Consectetur UI',    kind:  'open source',    year:  2023,    tech:  ['TypeScript', 'Rollup'],  },]
stack.ts
export const stack = {  frontend: [    'TypeScript',    'React',    'Next.js',    'Svelte',    'Tailwind',    'Accessibility',  ],  backend: [    'Node',    'Ruby on Rails',    'PostgreSQL',    'Redis',    'tRPC',    'GraphQL',  ],  tooling: [    'Docker',    'GitHub Actions',    'Vercel',    'Playwright',    'Vitest',    'Figma',  ],}