I'm a fullstack developer and I write about Javascript, frameworks and web development in
general, sharing tips and tutorials relevant to my work or questions I get asked!
I've dealt with a lot of Javascript frameworks like React or Vue and I mostly use Svelte in my work these days, so don't be surprised if this end up with an healthy focus on it.
Explaining how to get the average of an array of numbers in Javascript without a library
Explaining how to get the sum of an array of numbers in Javascript without a library
Explaining what a ethersjs provider is and how to use it to query the blockchain to fetch blocks, accounts and transactions
Explaining what a gitignore file is, why it is so important and commenting on a template gitignore for Javascript
Let's go over the different ways to define a variable in Javascript and what makes let, const and var so different. We'll also showcase Object.freeze and its uses.
Learn how to create notifications, ask for permission to show them and how they can be customized without requiring a library or a service worker.
Prompting a user with a custom alert message asking them to confirm or cancel their action.
Going from a hex color to RGB and back from RGB to hex using Javascript. We'll also feature RGBA and bringing color opacity to RGB and hex.
Going from a blank canvas to drawing on it with a mouse and filling it with color or shapes like a rectangle. And then we'll just clear the canvas again.
Let's take a moment to review readable stores, how to set one up and what they provide to your code.
Learn how to reactively run a function when one its dependants change using Svelte or Sveltekit