Nuxt has an amazing tool that allows you to easily share a signal called useState. Shared...
Following my last article on Svelte 5 Runes, there are cases when you need to add custom...
Clean Code in JavaScript: A Comprehensive Guide 🚀 Alaa...
I've been scratching my head trying to find a way to drag and drop sort in Svelte. I build some...
I generally don't use classes in any TypeScript I write. I believe functions make things simpler, and...
When you want to fetch something in Svelte, the recommended method is to put it in the load...
I was scrolling through Tech Twitter a few months back, when I saw this tweet by the infamous...
Angular has had a built-in way to wait on your functions to load, and you didn't know about it! ...
After writing dozens of articles for Firebase (see my Firebase Course), I realize there is a bigger...
I don't know about you, but I don't like using Runes with $state in Svelte 5. Sure, they're easier to...
Angular Universal is now called Angular SSR, and it is built into the framework. The year is 2024....
Here is my 2024 Webdev wish list. It will be interesting to see in January next year what has been...
Angular is Amazing in 2023! Angular has recently added an amazing amount of features. It...
Continuing the need to have easy context from my other posts, I wanted to find a way to share context...
Right now using useState with useContext requires a LOT of boilerplate. For every context you have to...
Singleton Server Issue When Svelte 5 comes out soon, it seems Runes (Signals) will share...
For the moment in time, there are no perfect query APIs. However, I think when one API decides to...
Postgres is wonderful when it comes to security. Unlike mySQL, Postgres has built-in security...
If you've ever used Svelte, and you know how easy the getContext and setContext apis are, then you...
Someone briefly quoted Rich Harris saying he wants to migrate the Svelte Core Code to use JSDoc...
Svelte Stores are amazing. They allow you to share data across different components, and keep them...
Angular is finally working hard be something we can continue to use. I absolutely love Angular! Some...
I've been working with Svelte for a while now, and I am so freakin happy about SvelteKit Version...
UPDATE 2/17/24 This article is out-of-date as there have been many changes to Firestore...
Can we really get all the benefits of NextJS in Angular Universal?. It is arguably hard to learn,...
Postgres Views in Supabase are awesome and a pain at the same time. As I said in my previous article,...
Channels For the moment, subscribing to realtime data in Supabase is very limited, and not...
In the last week for some reason, my Vercel Hack stopped working. The variables were not importing as...
So, I moved my website Code.Build to Vercel from Cloud Run after writing all these Angular Universal...
Update 3/2/24 - Angular 17 with Server Hydration Now that Hydration has changed, you can...