PinnedInCZI TechnologybyMuggle-born·May 17, 2023How We Significantly Improved Frontend Performance in Our Remix AppA journey of Remix the full-stack web framework, a problem we faced and how we solved it using Remix’s flexible solutions & native Fetch…A response icon2A response icon2
PinnedMuggle-born·Sep 14, 20218 Flexbox Layouts You Should KnowModern CSS layouts commonly used when building UI componentsA response icon1A response icon1
Muggle-born·Feb 19What I’m Reading — Episode 01A mix of things I read lately — some practical, some just interesting. Covers accessibility, career growth, and a few web development…
Muggle-born·Apr 26, 2024Deep dive: <tables> with sticky headers and columnsThe bare minimum needed to create a table with both sticky header rows and columns.A response icon1A response icon1
Muggle-born·Dec 25, 2022Reflecting on a failed goal in 2022In 2022 I set myself an ambitious goal, “to write 24 blogs in 2022, two blogs per month”.
Muggle-born·Jun 16, 2022Save over $1,000 on your groceries with 1 line of codeRewards programs (AKA Loyalty Programs) are a fascinating, yet simple concept. Companies will let you sign-up for free with an email, track…
Muggle-born·May 15, 2022Use the newest libraries and automatically update your dependenciesWhether it’s a personal project or your companies’ code base, updating dependencies and keeping versions up-to-date can be tedious. Save…
Muggle-born·Apr 30, 2022TypeScript Tip 02: Three Different Ways to Annotate Event HandlersWhen it comes to annotating event handlers, you have several different options. Below we’ll cover three different approaches you can use.
Muggle-born·Apr 14, 2022Typescript Tip: Using the “in” Keyword to Deal with Multiple TypesToday we’re talking about Type Narrowing — special checks and assignments that allow typescript to infer more specific types than declared…A response icon1A response icon1
Muggle-born·Mar 15, 2022Learn CSS Selectors While Preparing Bento BoxesHands-on learning is a form of education in which students learn by doing. Specifically, hands-on learning allows students to learn through…