"Hello World!";
I am Tomáš Wróbel,
Web developer and programmer

I create websites, web applications and software. Full stack? I go far beyond JavaScript. If a mobile or web application is supposed to do something, it should be fast, reliable, and secure — just like my work.

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, SVG Front-end Full stack Landing page ECMAScript 20XX WebAssembly Page Speed

About me
Who isTomáš Wróbel?

I am a web developer from Czechia with a hobby for problem-solving. I’m a social coder who enjoys the bridge between complex logic and human connection.

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/2022 SoloLearn

C#

CSS Certificate
8/6/2018 SoloLearn

CSS

Dart Certificate
6/21/2024 Programming Hub

Dart

Data Visualization Certificate
5/20/2021 freeCodeCamp

Data Visualization

Flutter Certificate
6/21/2024 Programming Hub

Flutter

HTML Certificate
8/3/2018 SoloLearn

HTML

HTML Advanced Certificate
6/21/2024 Programming Hub

HTML Advanced

JavaScript Certificate
6/21/2024 SoloLearn

JavaScript

JavaScript Advanced Certificate
6/21/2024 Programming Hub

JavaScript Advanced

JavaScript Intermediate Certificate
6/21/2024 SoloLearn

JavaScript Intermediate

jQuery Certificate
9/4/2024 SoloLearn

jQuery

Next.js Certificate
6/10/2024 Programming Hub

Next.js