"Hello World!";
I amTomáš Wróbel,
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
Intro image
Accessibility
Web applications
Mobile applications
Page Speed
CMS & SEO
E-commerce
Landing pages

Skills
What I can do

All skills
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;
	}
}
HTML, CSS, SVGFront-endFull stackLanding pageECMAScript 20XXWebAssemblyPage Speed

About me
Who 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 languages
Discover the tools
behind my apps

90%
TypeScript
90%
Tailwind CSS
60%
Svelte
30%
React.js
15%
Rust
5%
Flutter
100%
HTML
100%
CSS

Certificates
Before practice, there wastheory

See more
C# Certificate
12/5/2022SoloLearn

C#

CSS Certificate
8/6/2018SoloLearn

CSS

Dart Certificate
6/21/2024Programming Hub

Dart

Data Visualization Certificate
5/20/2021freeCodeCamp

Data Visualization

Flutter Certificate
6/21/2024Programming Hub

Flutter

HTML Certificate
8/3/2018SoloLearn

HTML

HTML Advanced Certificate
6/21/2024Programming Hub

HTML Advanced

JavaScript Certificate
6/21/2024SoloLearn

JavaScript

JavaScript Advanced Certificate
6/21/2024Programming Hub

JavaScript Advanced

JavaScript Intermediate Certificate
6/21/2024SoloLearn

JavaScript Intermediate

jQuery Certificate
9/4/2024SoloLearn

jQuery

Next.js Certificate
6/10/2024Programming Hub

Next.js