Writing
Posts on software engineering, product, and building Talesoft Digital.
- Building GitHub Airlines
Nov 27 '24 · 2 min read
Building GitHub Airlines: A Fun Side Project in 2 Hours ✈️ G'day folks! Today I want to...
- Turbopack vs Webpack: Has Webpack’s Creator Built Its Own Replacement?
Oct 9 '24 · 1 min read
Turbopack, from the creators of Webpack, claims to be 10x faster than its predecessor. But does that...
- Deno vs Node.js: Is Deno Really the Better Node?
Oct 2 '24 · 1 min read
Deno promised a secure, modern runtime with a built-in TypeScript compiler and no dependency hell....
- useActionState: Streamlining React Form State Management 🔄
Sep 28 '24 · 3 min read
useActionState: Streamlining React Form State Management 🔄 Hello, fellow React developers!...
- BiomeJS vs ESLint: Is the New Kid on the Block Worth the Switch?
Sep 25 '24 · 1 min read
ESLint has been the tried and true tool for keeping JavaScript codebases clean. But now we’ve got...
- Are you or are you not worried about ChatGPT and its capabilities?
Mar 16 '23 · 1 min read
With ChatGPT-4's release just around the corner and its rumoured capabilities - are you worried about...
- Need another side project idea?
Jan 31 '23 · 2 min read
⚠️ There has been alot of traffic since this post! If you see a bug, or there isnt a project...
- AWS Amplify - your first app
Jan 7 '23 · 6 min read
Welcome to your first app with AWS Amplify! In this article, I’ll introduce you to the powerful set...
- Impostor Syndrome in software engineering
Jan 4 '23 · 3 min read
Impostor syndrome in software - and how to get over it. Hey there! If you're reading this,...
- What side-project are you currently working on?
Dec 16 '22 · 1 min read
Side projects, we are working on them here and there Im working on a resource for developers to be...
- Do you contribute to OSS (& if so/not why?)
Jul 11 '22 · 1 min read
You use OSS projects everyday. VS Code, TensorFlow, React-Native, most NPM packages etc. And as it...
- Oh no! All languages are being erased - you can only save one - what is it?
Jul 5 '22 · 1 min read
And before you say “binary” and try to catch me out 👀 I am talking top level languages, so binary...
- Are you confident in Web3+ ?
Jul 1 '22 · 1 min read
Promising technology, but every attempt so far seems to not gain traction, then you get Jack Dorsey...
- What project are you most proud of?
Jun 24 '22 · 1 min read
You write some code, spend days if not months iterating over it - you push it finally to production...
- What is your morning routine?
Jun 17 '22 · 1 min read
Some people wake up at 4am, workout, meditate, eat, coffee repeat. Some people wake up at 11am -...
- Are you a YARNer or a NPMer?
Jun 10 '22 · 1 min read
An age old debate about package managers Each have their pros & their cons I...
- What is your one big tip you'd tell yourself starting out becoming a developer?
May 25 '22 · 1 min read
we all started somewhere in this big world of development. I wish I wish I wish! I had told myself...
- What is your go to coding playlist/youtube video?
May 20 '22 · 1 min read
Some people love it, some people do not! However I am a fan of listening to music while coding. For...
- Make your promises faster | 1 Minute Tip
May 16 '22 · 1 min read
As a javascript developer, you may use promises ALL the time. If you use them you know about the...