Blog
- Building Vue apps in Vue app 03 Dec 2020
Building Vue app from async components loaded via HTTP. Using ShadowDOM to prevent styles to cross app boundaries.
- Async component library with Vue 23 Nov 2020
Creating a Vue component library with multiple output files without ejecting Vue CLI setup.
- Vue website builder 17 Nov 2020
An overview and introduction to a case study - building Vue based websites inside a Vue application.
- CSS Centering 21 Jan 2019
A collection of ways of XY centering content with CSS. This task was given to me during a job interview.
- Render Props & HOC 17 Jan 2019
A comparison of two ways of component composition in React. Based on adding runtime data filtering to HTML table.
- Polyfilling Bind 14 Jan 2019
Learning how
bind
works by polyfilling it. This task was given to me during a job interview. - About `this` 12 Jan 2019
Showcase of what
this
means in given context. Difference between strict and sloppy modes. - Embedded Iframe GDPR Shield 11 Jan 2019
An ad hoc GDPR compliant way of embedding third-party services that may set cookies.
- Composing Functions 10 Jan 2019
Short writeup on how to implement a function composing multiple functions. This task was given to me during a job interview.
- Iframe Security 07 Jan 2019
An illustration of how an embedded site can access the opener context. Based on Tangled Web.