Hello, I am

Tomáš Wróbel

I am a

I am a student who creates websites and mobile applications. I specialize in front-end development but I can handle back-end as well.

About me

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;
	}
}

Skillful programmer with for web

I wrote my Hello World in Java when I was 11. Since the age of 12 I‘ve been specialized in web technologies. These days I develop open-source web apps or Flutter apps – This web is one of them.


HTML5

TypeScript + React

Design

Flutter + Dart

Services

Responsive design

Websites I create work on all devices, so you can increase the number of potential customers

Web app development

I create web apps with modern technologies. They are fast and work offline. However, I can target old browsers too.

React.js

Many companies use React. I know it very well and this website is built on Next.js. I can also help you with Ionic, or whichever framework you prefer.

Security

These days, SSL certificate is a must. I can install it for you. I also know how to protect your databases, e. g. if you launched an online store.

Search engine optimization

SEO is important. I am not an expert, but I can handle my part as a web developer. I can handle Google Analytics and Search Console as well.

Fast

Websites I create are fast, optimized and compatible. This is also the case with my web apps. I can also help you with Google PageSpeed Insights.

Blog

May 14, 2025

Being a Tutor...

September 4, 2024

Scrap is the way

September 1, 2024

GitHub Education: Review

Contact

What‘s your story? Get in touch

Always available for freelancing if the right project comes along, Feel free to contact me.

  • mail@tomaswrobel.dev
  • tomaswrobel
  • Czech Republic

Not gonna lie.

You can send me an anonymous message via NGL. I will reply to it via Instagram stories. This is not an official contact form.

I do not collect any data, NGL gets my server‘s IP address. Tracking cookies are not used.