I’m Pavel — designer and software developer living in Amsterdam. Passionate in creating and building slim, great looking products and interfaces. Here I publish notes and thoughts of mine. Send a message or connect on LinkedIn!
Projects
Boldking
Razor & skincare subscription based brand. Responsible to customer and environment.
July, 28th 2022
Background-aware swiper pagination
Some parts of user interface are not background aware, however are meant to be. It’s especially noticeable when working with user-generated content that is different in colors, exposure and size. Take gallery dot pagination for example below...
March, 31st 2022
Tree-shaking Vuex State in Nuxt Document response
The way Nuxt delivers state data from server to client can play a bad joke with your loading performance. All of your Vuex state data on the server will be printed in the response Document as JS object...
February, 23rd 2022
Better DOM Debugging With Component Name in HTML Attribute
Sometimes the key of keeping great DX is in tiny details. Debugging markup of modern frontend might be very scary these days. With atomic CSS classes getting trendy, the DOM in devtools becomes harder and harder to read...
June, 5th 2021
Styling Variative Vue.js Components with TailwindCSS
Using TailwindCSS to style Vue.js components may become complicated if you styles depend on the props. It is especially relevant for components of your design system: Buttons, Form Inputs, etc...
September, 21st 2020
Managing Line-breaks in Web Typography
Good typography and copy requires a line-break management. Especially when the project you're working on is a multilingual website of 11 languages. ..