All Articles

Expo Router: Formik+Yup+TS=đŸ”Ĩ

COMING SOON â€ĸ 📖 10 min read
🚧 Under Development

Managing forms with Expo Router using Formik, Yup and TypeScript.

TYPESCRIPT REACT NATIVE

Expo & Expo Router đŸĻ¸

21 Jan 2024 â€ĸ 📖 30 min read
☕ Coffee needed

Unlock Seamless Cross-Platform Magic with Expo, EAS & Expo Router: One Codebase, Endless Possibilities for Web, Android, and iOS!

TYPESCRIPT REACT NATIVE

React i18n TS Support

17 Dec 2023 â€ĸ 📖 5 min read
⚡ Lightning read

Unlock i18n TS intellisense with the power of "as const".

TYPESCRIPT REACT

Regular Function vs Arrow Function

17 Aug 2023 â€ĸ 📖 9 min read
☕ Coffee needed

Learn the differences between normal functions and ES6 arrow functions.

JAVASCRIPT

var, let & const

23 Feb 2023 â€ĸ 📖 9 min read
🔰 Beginner friendly

Learn about scope chain, hoisting, lexical scoping and the key differences between var, let and const.

JAVASCRIPT

React Composition

20 Nov 2022 â€ĸ 📖 10 min read
🔰 Beginner friendly

Understanding component composition in React with a simple food orders app.

JAVASCRIPT REACT

HTML Section Sugar

12 Apr 2022 â€ĸ 📖 5 min read
⚡ Lightning read

A lightweight React wrapper to create sections as document regions.

ACCESSIBILITY REACT

JS Runtime Env

20 Feb 2022 â€ĸ 📖 15 min read
🧙 Advanced topic

Understanding the JavaScript Runtime Environment with a focus on the Event Loop and Message Queues.

JAVASCRIPT

Browser Storage

30 Jan 2022 â€ĸ 📖 6 min read
⚡ Lightning read

Client-side storage in the browser using cookies, local storage and session storage.

JAVASCRIPT

Christmas Challenge

16 Dec 2021
👨‍đŸ’ģ Coding challenge

An interactive christmas challenge. Use your web dev skills to help Santa at the northpole 🎅.

JAVASCRIPT

Theme Picker

27 Oct 2021 â€ĸ 📖 15 min read
⚡ Lightning read

Creating a scalable theme picker with CSS custom properties.

SCSS CSS

Google ZX & Axe CLI

16 Oct 2021 â€ĸ 📖 4 min read
⚡ Lightning read

Running axe-core CLI with Google ZX.

ACCESSIBILITY NODE

Accessible Emojis

06 Oct 2021 â€ĸ 📖 5 min read
⚡ Lightning read

Using eslint-plugin-jsx-a11y to catch accessibility issues during development.

ACCESSIBILITY

GIT SSH Config

05 Oct 2021 â€ĸ 📖 4 min read
⚡ Lightning read

Managing private SSH keys across work and personal GIT repositories.

GIT SSH

Responsive Mixin

23 Sept 2021 â€ĸ 📖 4 min read
⚡ Lightning read

A responsive sass mixin to clean-up your messy media queries.

SCSS CSS

Layouts PX vs REM

14 Sept 2021 â€ĸ 📖 5 min read
⚡ Lightning read

Stop using rem units for CSS box model properties like padding and margin.

CSS

Web Accessibility

03 Jun 2021 â€ĸ 📖 23 min read
đŸ”Ĩ Popular read

Tips and tricks, tooling and best practices for web accessibility.

ACCESSIBILITY

Productive Tooling

19 Mar 2021 â€ĸ 📖 10 min read
☕ Coffee needed

Increasing my productivity with custom tooling.

JAVASCRIPT NODE

TS Basic Types

04 Feb 2021 â€ĸ 📖 13 min read
Bookmark me ⭐

A light introduction into the world of TypeScript and basic data types.

JAVASCRIPT TYPESCRIPT

Strings Cheat Sheet

30 Dec 2020 â€ĸ 📖 10 min read
🔰 Beginner friendly

Cheat sheet to help you master working with JS strings.

JAVASCRIPT

Vanilla JavaScript

13 Dec 2020 â€ĸ 📖 10 min read
🔰 Beginner friendly

Life without a modern JavaScript framework. Vanilla JS fun.

JAVASCRIPT

JavaScript Promises

29 Nov 2020 â€ĸ 📖 10 min read
🔰 Beginner friendly

An introduction into the world of JavaScript promises.

JAVASCRIPT

Sass Mixins

22 Nov 2020 â€ĸ 📖 5 min read
⚡ Lightning read

Creating flexible styles and reusable patterns with Sass mixins.

SCSS CSS

Event Loop Intro

31 Oct 2020 â€ĸ 📖 10 min read
🔰 Beginner friendly

A spooky introduction into the JavaScript Even Loop.

JAVASCRIPT