Mastering Standard Commits: Quick Guide to Structured Commit Messages
Hey fellow devs! 👋 Today, let’s dive into the world of “Standard Commits” and why they’re the secret…
Market Gaps: 10 Ways to Spot Untapped Customer Needs
How do product managers identify market gaps? This is the main focus of the article, so if you’re…
How to keep your head about generative AI (when everyone is losing theirs) by Claire Woodcock
In her keynote at #mtpcon London 2023, Claire Woodcock, Director of Product, ML, at Mozilla explains how to…
OpenSCA: Analysis of Composer Dependencies
In this article, we will mainly introduce the principle of component composition parsing based on the Composer package…
📦 React Props: A Visual Guide
This JavaScript function is broken. So what will happen if you try to use it? If you call…
A comprehensive guide to making your web app feel native
When it comes to apps, the web always feels a little second-class. Sure, we’ve had some advancements in…
Update your libraries to the latest version with yarn
Wirely update your libraries to the latest version using below command yarn upgrade --latest
Which Feature Request Prioritization Framework Should You Use? [Top 15]
Choosing the right feature request prioritization framework enables product teams to make informed decisions and deliver the maximum…
Angular Code Structuring and Best Practices
A Guide to Maintainable and Scalable Angular Projects Building robust and scalable applications with Angular requires thoughtful code…
GraphQL VS API Graph with 2 same examples
GraphQL is all about asking the API for what exactly I need rather than it gives me the…