BGBobby Galliinbobbyg603.hashnode.dev·Apr 17, 2023 · 16 min readHow To Build a Web Component With Lit ElementsUse Lit Elements To Free Yourself From the Gravity of Heavy Frameworks (📸miszaszym) Definition 📖 “Web components are a set of web platform APIs that allow you to create new custom, reusable, encapsulated HTML tags to use in web pages and web apps.”...00
BGBobby Galliinbobbyg603.hashnode.dev·Apr 3, 2023 · 3 min readHow To Build a Custom Angular FormControlMaster Your Forms and Become an Angular Sensei (📷 Monkey_Zen Studio) “Angular Forms are a vital tool in the web developer’s arsenal, providing the power to seamlessly manage user input and validation with grace and ease.” — SenseiGPT Forms 📋 With...00
BGBobby Galliinbobbyg603.hashnode.dev·Mar 16, 2023 · 4 min readGit Filter-Repo Submodule ExtractionReuse Code by Extracting Folders and Creating Submodules (📷: cigdem) “I will always choose a lazy person to do a difficult job because a lazy person will find an easy way to do it.” — Frank B. Gilbreth Sr Management 🗂 Managing projects with duplica...00
BGBobby Galliinbobbyg603.hashnode.dev·Mar 15, 2023 · 4 min readHow To Build a Linux Shared LibraryPhoto by Alex Block on Unsplash Definition “A library is… a collection of implementations of behavior, written in terms of a language, that has a well-defined interface by which the behavior is invoked. For instance, people who want to write a higher...00
BGBobby Galliinbobbyg603.hashnode.dev·Mar 2, 2023 · 2 min readHow To Set the Background Color in SwiftUIUse SwiftUI to Build Native Apps for iOS and macOS (📷 Hadrian) Using a ZStack to set the background color is a common pattern in SwiftUI. ZStack allows you to layer views on top of each other, with the first view in the stack being at the bottom and...00