EmberJS comes with great set of default tooling. One of them is ember-template-lint which helps...
Learn how to add official Swiss hiking trail closure data to Locus Map using a custom WMS layer from geo.admin.ch. This guide walks you through enhancing your maps with up-to-date information from SwissTopo.
A bit cryptic error message and possible solution
This pesky little error appears a lot in modern gjs/gts components.
ResponsiveImage is a: Multi-framework JavaScript library for responsive images. Responsive images...
Some time has passed since I wrote How I Manage Node & Package Manager Versions in 2024 and few...
The problem Using passphrases for SSH keys is a very good idea, but since UX is inherent...
The problem At the time of writing this article, one can connect only one calendar...
With new granular set of permission rights comes ... a bit of pain.
This article explains how to install EmberJS v2 addons from GitHub forks using PNPM, especially when dealing with monorepos. It provides a solution for adding a patched version of an addon from a specific commit in a GitHub fork.
There are few things more frustrating than misbehaving tech with easy to reproduce bugs that, for...
The problem On OSX, when it comes to managing version of things in NodeJS world, there are...
What if you need want to register custom component with ember-leaflet?
If you've ever seen a ERR_PNPM_BAD_PM_VERSION when running the ember command, you might be running into a global vs local issue.
Not sure why I need this, but I need this
My CSP story and how it made me write a love letter to the Web browsers.
Handy script from when you're migrating your app away from heroku. This will make it so that you can pull the heroku database to on-prem again and again until you're ready to make the switch.
If you're using Templater plugin in Obsidian on OSX, you might have noticed that default shortcuts...
The problem Navigating to URLs with #hash-targets in them is not supported by most...
Ember pioneered the standardised usage of global cli tool. This is a perfect way to give new users a...
(Unit) tests should be FIRST: Fast, Isolated, Repeatable, Self-Verifying, and Timely. The I part is...
Problem One of the trivial, yet crucial UX issues I have with the Firefox web browser is...
Today when bootstrapping new EmberJS project I encountered weird headscratcher: > npx...
Selecting duplicate records might be useful in cases when you want to introduce new multi column...
A quick note on how to export an Array of Objects to CSV in Ruby. For example when fetching data...
For my hobby projects I like to download live, production db and load it on my localhost environment...
After few months of using Structured daily/weekly notes - in Obsidian I collected enough information...
Earlier this week I've been reading a brilliant post Writing Down What I Do — In Obsidian from Chris...
Since the arrival of Ember Octane we could start using native JavaScript classes. And since the...