Talking about software development

All of my blog posts on programming specially with web components, firebase, sorted by their date. You can also filter them by clicking on the tags below.

Filter by tags:

Adding copy code feature to code blocks in Astro

1 min read
Easily add a copy code feature to your code blocks in Astro

WhatsApp webhook API types

3 min read
Creating a minimal WhatsApp webhook API types
  • whatsapp
  • api
  • webhook
  • typescript
Read more ›

Creating an input mask with Lit

3 min read
A guide on how to create an input mask in a Lit template using a directive. Highlighting a difference in the timing of the children rendering when using nested templates and how to handle it using a MutationObserver.
  • lit
  • directive
  • mask
Read more ›