My thoughts and adventures.
Tags will come here...
-
06/07/22
✨ Using Bun as JavaScript runtime
- JAVASCRIPT
- /
- BUN
- /
- RUNTIME
Bun is a new runtime for JavaScript & TypeScript, compatible with NodeJS packages and ecosystem.
Read more ⇛ -
06/05/22
🚀 Deploying Astro on Deno
- ASTRO
- /
- DENO
- /
- TYPESCRIPT
Astro came out some time ago with a SSR Deno adapter. I never tried it out before, So I thought I should give it a try!
Read more ⇛ -
02/05/22
📈 Using mostvisitedpages as a serverless function
- ANALYTICS
- /
- FIREBASE
- /
- JAVASCRIPT
I've moved from a regular RESTful API to serverless functions. Here is a little guide and explanation on why & how I did that.
Read more ⇛ -
20/04/22
🎤 Less JavaScript, Faster website - Astro
- ASTRO
- /
- JAVASCRIPT
- /
- TAILWINDCSS
20th April, I gave a lightning talk at the Full Stack Ghent meetup. This blog post contains my slides as well as some extra accompanying speaker notes.
Read more ⇛ -
16/12/21
💄 Using Tailwind CLI with Blazor
- TAILWINDCSS
- /
- BLAZOR
- /
- WASM
Last year I wrote an article about using TailwindCSS with Blazor. It was a struggle, since Blazor had to be tricked to install and compile TailwindCSS NodeJS. Now that TailwindCSS launched a new tool, Tailwind CLI, it's time to try it another way!
Read more ⇛