Web components have been around for a while, but server-side rendering (SSR) of custom elements has always been a tricky subject. With modern frameworks moving towards server-first architectures, the demand for HTML-first, SSR-friendly components has...
🔍 Check out Candle on a Wooden Base Svg Bundle now! Explore this 📁 printable illustrations and claim your 🆓 free download here. Let's start crafting together! 🚀 Welcome to my store! You will get SVG and PNG files. Best quality! SVG and PNG are un...
🔍 Check out Candle in a Tin Can Svg Bundle now! Explore this 📁 printable illustrations and claim your 🆓 free download here. Let's start crafting together! 🚀 Welcome to my store! You will get SVG and PNG files. Best quality! SVG and PNG are univer...
I came across the TrustedHTML API while working with Web Components in the Lit framework. Being a lazy developer, I prefer testing things directly in the browser console instead of creating separate files. During one of these experiments, I ran into ...
Programmable Key Pairs (PKPs) Anything you do on the blockchain needs you to sign a transaction with your private key. This happens in two steps, A transaction object is created and signed using your private key It's then broadcasted to the blockch...
In the evolving landscape of web development, the need for reusable, modular, and efficient components has become paramount. While JavaScript Web Components provide a powerful solution to these needs, they often come with a steep learning curve. This...
So I've been wanted to try for sometime but what put me off was the lack of a comprehensive documentation from scratch assuming a little knowledge of TypeScript and build tools by the learner. Because that's where I was coming from. Had it been JavaS...
Creating a basic JavaScript framework on Web Components with Shadow DOM and ES Modules, including client-side routing, requires a few steps. I shall outline how one can set up a framework. Step 1: Setting Up Your Project Create a brand new directory ...
BLUF: My final project for my web dev class. Can be seen at Image Gallery - ChatGPT's Take On King Midas This course had to be one of the craziest classes I have taken. My professor was a menace to the system and had his own chaotic and original way ...
Welcome to the 3rd post of this blog where we will try to discuss about Lit Protocol, how it works, and of course, how to build on top of it. Before starting, it is worth noting that this is NOT a paid content. Contents What is Lit Protocol?, Fun...