"Hello World!";I amTomáš Wróbel,
Web developer and programmer
Web developer and programmer
I build fast, reliable, and secure websites, web applications, and custom software. Full-stack? For me, that goes way beyond JavaScript—I go as deep as the project requires
mail@tomaswrobel.dev

SkillsWhat I can do
All skills
Accessibility
The websites I create meet WCAG 2.1 AA standards and are usable by everyone.
Learn more
Fast
The websites and apps I build are optimized and fast — a Lighthouse score above 90 is my standard.
Learn more
Framework of Your Choice
Whether you prefer React, Vue, Svelte, or any other framework, I can work with all of them.
Learn more
export class Problem {
public A: number;
public B: number;
public k: -1 | 1;
public getDescription() {
let B = this.B.toString();
if (B[0] === "-") {
B = `(${B})`;
}
return `${this.A} ${this.k === -1 ? "-" : "+"} ${B} = ?`;
}
public solve() {
return this.A + this.B * this.k;
}
protected constructor() {
this.A = Math.floor(Math.random() * 201) - 100;
this.B = Math.floor(Math.random() * 201) - 100;
this.k = Math.random() < 0.5 ? 1 : -1;
}
}About meWho isTomáš Wróbel?
I am a web developer from Czechia with a hobby for problem-solving. I'm outgoing, I'm not afraid of teamwork, but I can also work independently.
I wrote Hello World in Java when I was 11. At 12, I got a taste for the web. In my free time, I still develop open-source web applications, mostly for my own use.
My favourite languagesDiscover the toolsbehind my apps
behind my apps
CertificatesBefore practice, there wastheory
See more











