Barbarian Meets Coding
barbarianmeetscoding

WebDev, UX & a Pinch of Fantasy

Learn Svelte: Connecting the Pomodoro Timer and Tasks with Props and Stores

Svelte is a modern web framework that takes a novel approach to building web applications by moving the bulk of its work from runtime to compile-time. Being a compiler-first framework allows Svelte to do some very interesting stuff that is unavailable to other frameworks like disappearing from your application at runtime, or allowing for a component centered development with HTML, JavaScript and CSS coexisting within the same Svelte file in a very web standards friendly fashion.

Read on →

Peak: Secrets From the New Science Of Expertise Or How To Get Better At Anything

This is an adapted twitter thread on developing mastering and expertise that I thought so useful that I had to crosspost it to my blog. Hope you find it helpful in your path to getting better at anything! 😁👍

Read on →

Learn Svelte: Creating a Pomodoro Timer

Svelte is a modern web framework that takes a novel approach to building web applications by moving the bulk of its work from runtime to compile-time. Being a compiler-first framework allows Svelte to do some very interesting stuff that is unavailable to other frameworks like disappearing from your application at runtime, or allowing for a component centered development with HTML, JavaScript and CSS coexisting within the same Svelte file in a very web standards friendly fashion.

Read on →

5 Minutes Vim: Learn to Use Vim's Help

In this 5 minutes of Vim goodness we’ll learn about one of the most amazing yet often underused features in Vim and how you can use it to become more effective with Vim. Vim’s Help! Here we go!

Read on →

5 Minutes Vim: CtrlP considered harmful

In this 5 minutes of Vim goodness we’ll break the shackles of convention and become slightly more productive when using Vim. Here we go!

Read on →