React Native How to Style MUI Line Chart Components Styling an MUI component can be challenging. This guide shows ways to customize the LineChart component to achieve your desired look.
Development How to Pass Data Between Angular Parent and Child Components Let's learn how to pass data between parent and children components using the @Input() and @Output Angular directives.
UX & Design Beyond Webflow 101: Pro Tips That Are All Killer, No Filler I watched 10 hours of Webflow 101 tutorials so you don’t have to! Here are essential tips and tricks to start building fast.
React / Redux Angular vs. React: Learning React as an Angular Developer Angular vs. React? Here are some helpful tips to learn React when you’ve primarily been working with Angular.
Angular How to Mock Child Components When Writing Angular Tests Normally, I am fully in favor of NOT mocking a child component whenever possible, but some situations require it.
Developer Tools Reconsider Using Storybook: Is It Worth the Hassle? I've written about the benefits of Storybook-driven development but have begun to feel the costs of using Storybook outweigh the benefits.
Angular How to Unit Test Angular’s Standalone Components Angular 14 added a long-awaited feature: standalone components. However, to unit test these components, we need to make some changes.
React / Redux 10 Lessons Learned from 4 Weeks of Updating Bootstrap Another developer and I spent about 345 hours updating the Bootstrap and React Bootstrap versions on two web apps. Here's what I learned.
Developer Tools Beginner Tips for Creating Composables with Jetpack Compose So, you're creating your first composable in Jetpack Compose. Here are some tips that are easy to apply to your first composable.
UX/Design Tools What to Consider When Selecting a Component Library The right component libraries will streamline your workflow and empower teams to create visually stunning and user-friendly interfaces.
UX & Design Save Time, Effort, and Budget: The Benefits of Using a Component Library Whether you're seeking to optimize your time, maintain design consistency, or foster collaboration, component libraries offer a solution
React Native Create a Hand-Drawing Component Using React Native Skia While searching for the ideal library, I came across React Native Skia — a high-performance 2D graphics library.