Roja GnanavelforTrustedHTML APItrustedhtmlapi.hashnode.dev·Nov 19, 2024TrustedHTML - Why Can't I Create Web Components from the Console?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 ...DiscussTrustedHTML
Ansh Saxenaanshss.hashnode.dev·Aug 22, 2024Simplifying LitProgrammable 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...Discuss·1 like·99 readslit
Vivekheyvivek.com·Aug 13, 2024🌟 Simplifying Web Development with Lit Components: JavaScript Web Components Made EasierIn 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...Discuss·11 likes·307 readslit
Anjanesh LekshminarayananforLit Me Inlit.me.in·Aug 7, 2024Getting Started with litSo 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...Discuss·51 readslit
Vivekheyvivek.com·Jul 7, 2024Build a micro-javascript frontend framework based on Web Components and no-buildCreating 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 ...Discuss·10 likes·28 readsJavaScript
Dylanjalpy.dev·May 1, 2024Image GalleryBLUF: 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 ...Discuss·32 readsUniversity ProjectsSchool
Furkan Akalfurkanakal.com·Jan 28, 2024Exploring Lit Protocol: Building Lit Actions w/ Lit JS SDKWelcome 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...Discuss·53 readsExploring Protocolslit
Nyikwagh Mosesmos-nyik.hashnode.dev·Jul 17, 2023Programmable Key Pairs (PKPs): An Overview and Quick Start GuideIntroduction: Programmable Key Pairs (PKPs) have revolutionized the field of secure communication and cryptographic operations. PKPs offer developers a powerful toolset to manage encryption, authentication, and digital signatures. In this article, we...Discusslit
Patrick WaltherforSoftware Engineering Cornersoftware-engineering-corner.zuehlke.com·Apr 17, 2023FeaturedFinally, custom form elements that don't suck!In the world of web development, creating custom form elements has always been a bit of a challenge. However, with the introduction of web components and the use of the ElementInternals API, this task has become much easier. By leveraging the power o...Thomas and 1 other are discussing this2 people are discussing thisDiscuss·17 likes·718 readsWeb Components
Mihnea SimianPromihneasim.hashnode.dev·Mar 13, 2023How my Frontend skills helped me pass a sailing examIn 2022 I decided to pick up sailing classes and get the skipper license, for leisure sailing, and little have I known that engineering skills would help me get the permit more easily. Let's dive in! In my country, the exam has two parts: a "road" te...DiscussFrontend Development