CodingKiwi
  • Home
  • About

vue

A collection of 4 posts
Pocketbase
vue

Pocketbase

PocketBase - Open Source backend in 1 fileOpen Source backend in 1 file with realtime database, authentication, file storage and admin dashboardPocketBase v0.36.5 I recently got around to trying PocketBase and wanted to share my thoughts and the challenges I faced. My first impression is really positive: PocketBase
04 Mar 2026 7 min read
Building an open mapping stack
docker

Building an open mapping stack

I started working on a little vacation planner app as a side project. It's nothing fancy – just a map with markers on one side and a list of places on the other. I find it helpful for figuring out which places are close enough to visit in a
27 Dec 2025 8 min read
Dynamic theming a scss library
scss

Dynamic theming a scss library

My library hop's styling is based on SCSS, which lets me define default variables like $primary-color: #83ba43 !default; in the library, and then overwrite it in other projects that use the library to have a different primary color. You could consider that "theming" but my goal
04 Sep 2025 7 min read
Passing a form object as a vue prop
javascript

Passing a form object as a vue prop

Setup Let's say we have a parent component: <template> <div> <p>This is my awesome form</p> <form> <input v-model="form.a"> <input v-model="form.b"> </form> <
07 Jun 2024 4 min read
Page 1 of 1
CodingKiwi © 2026
  • coding.kiwi
Powered by Ghost