J—P

Currently accepting new projects and available for hire.

Freelance 📚 full-stack developer with 🏆 fifteen+ years of experience. Based in 🇸🇰 Slovakia, working 🌍 globally. I craft clean, purposeful 👾 digital solutions — from fast websites to handy tools and mobile apps.

Selected Works

Tablook

Minimalist Kirby CMS portfolio theme for artists and visual creators. Embrace elegance, tell tales through seamless design. Elevate your online presence effortlessly.

Tablog

A clean blog theme with spacious typography and a focus on delivering content beautifully across all devices. Ideal for bloggers seeking a simple, elegant platform.

Eurozine

The Eurozine website showcases a vast network of European cultural journals. It provides a clean, accessible platform for discovering in-depth articles and diverse perspectives across Europe.

European Youth Card Asssociation

The EYCA website connects European youth to discounts, opportunities, and travel benefits. It offers a clean, user-friendly interface, making it easy to explore member services.

What I Do

Web & App Development

Building responsive, fast, and secure websites and web applications tailored to your needs. Using technologies like PHP, Kirby CMS, Svelte, and SvelteKit, I create custom solutions that ensure your site performs smoothly and efficiently.

Custom Tooling & Automation

I believe in finding the right tool for the job—and sometimes that means building it myself. This dedication to creating efficient, custom solutions is reflected in my open-source work and the unique value I bring to every project.

User Interface Design

Designing intuitive, user-friendly interfaces that enhance the user experience and keep visitors engaged. With a focus on minimalism and clarity, I create layouts that not only look great but are easy to navigate.

Consultations

Offering expert advice to guide your web projects from concept to completion. I help you with strategic planning, technical architecture, and creating a roadmap to ensure your project is optimized for performance and long-term success.

cl

A simple, fast, and beautiful console logger for PHP. Designed for developers who use the built-in PHP server and need a lightweight, unobtrusive debugging tool without the overhead of larger solutions.

PHP

clsx

A tiny PHP library inspired by the popular JavaScript clsx, making it easy to build clean, dynamic class attributes for your HTML. Write neater templates and keep your code readable, no matter how complex your CSS logic gets.

PHP

How to Reset a Single File in Git

If you've made changes to a file and want to discard them, you can use git checkout to restore it to the version from the last commit. This is useful when you want to undo changes that haven't…

Convert Image to WebP

Quickly convert a PNG image to the modern WebP format using the cwebp CLI tool. This command sets the output quality to 80%, striking a good balance between file size and visual clarity…