Abdullah Bashir

Abdullah Bashir @digitaldrreamer

About: 20y/o @ www.goremote.africa Fullstack Dev | Avid Reader | Loves Svelte(Kit) for it's simplicity | AI and IoT enthusiast

Location:
Nigeria
Joined:
Nov 18, 2022

Abdullah Bashir
articles - 17 total

10 Hard-Earned Lessons (Plus One Bonus!) From Launching My First Startup

How I Built a Minimum Maximum Viable Product, Burned Out, and Lived to Tell the Tale ...

Learn More 8 4Jan 28

From Svelte 4 to Svelte 5: Understanding Slots (default and named)

There are a lot of changes that might be confusing in Svelte 5, which is why I'm trying to document...

Learn More 6 0Dec 26 '24

Make EditorJS work in Svelte(kit) SSR

If you're here, you've probably been having issues using EditorJs in Sveltekit (like me). Since SSR...

Learn More 7 0Dec 25 '24

New Post here!🍻

A short guide to Async Components in Svelte 5 Abdullah...

Learn More 0 0Dec 25 '24

A short guide to Async Components in Svelte 5

I couldn't find any working solution for this online, so I thought to share it when I got it to...

Learn More 10 1Dec 25 '24

Running a Function When an #await Block resolves in Svelte(Kit)

Skip To Content: About the #await block in svelte Run (trigger) a function when the #await block...

Learn More 7 1Nov 4 '24

How to Compare (diff) two Objects

Object Comparison in JavaScript Object comparison in JavaScript is deceptively complex....

Learn More 6 0Oct 23 '24

Calling a SvelteKit form action (or submitting a form) from a component

Handling Form Submissions from a SvelteKit Component Submitting a form from a SvelteKit...

Learn More 8 3Sep 5 '24

Fix for EPERM: operation not permitted (...$types.d.ts)

I had an issue running my sveltekit dev server. I kept getting this issue: EPERM: operation not...

Learn More 3 0Aug 31 '24

Change your Sveltekit (or any vite-powered) dev server localhost port

My dev server runs on 5173 by default. Let's say I wanted to change it to 5199: import { sveltekit...

Learn More 1 0Aug 27 '24

Run your Sveltekit (or any vite) localhost server with HTTPS

A simple no-nonsense guide to running your vite-powered localhost server with HTTPS. Step...

Learn More 4 0Aug 27 '24

Prisma db push or pull stuck?

Fix for Prisma connection stuck. When working with Prisma and Supabase DB, I got an issue...

Learn More 2 0Aug 18 '24

Prisma migration stuck?

I was trying to npx prisma migrate dev --name init to a supabase Postgre db. It was stuck here for...

Learn More 3 4Jul 30 '24

Prisma + Supabase Error P1001

I was trying to use Supabase's PostgreSQL database with Prisma for a project. Don't ask me why. I...

Learn More 6 2Jul 30 '24

VSCode selection automagically toggles multicursor :(

I was working on a project recently, and I woke up one day to find that my trusty code editor was...

Learn More 8 0Jul 17 '24

State Of CSS, May 2023 : Newest Additions

State of CSS : Newest Additions - May 2023 CSS has come a long way in recent years, and the state of...

Learn More 2 0May 27 '23

The State of JS

The State of JavaScript, May 2023: Trends, Predictions, and What to Expect The JavaScript landscape...

Learn More 9 4May 24 '23