Darshil Gandhi
22 posts
The Hustle’s YouTube Team Tells Us Their Favorite Short-Form Videos of 2023
2024 is here, and I want to look back on some of the previous year‘s short-form videos with…
Using :has as a previous sibling selector
I got very excited this week when I finally used :has. The trouble with it has been browser…
SUNDAY REWIND: 8 rules for flow in product
Earlier this year, Ebenezer Diagi, Product Manager and Designer at ZIMVEST wrote a great guest post for Mind the…
Best AI Test Automation Tools in 2023
In today’s digital age, Artificial Intelligence (AI) is reshaping industries, transforming our daily lives, and challenging the boundaries…
Reusable Input Field in vue.js
Reusable InputField Component Create InputField component export default { props:{ type: { type: String, default: 'text' }, value:…
Visualizing Audio as a Waveform in React
Audio visualization is a great way to add a new dimension to music, podcasts, or any other audio…
Product-Led Acquisition: How PLG Companies Acquire New Customers at Scale
What’s product-led acquisition? How is it different from product-led growth? What are its benefits? If you’re after answers…
How to Set Up a Cron Job to Update Your Firebase Collection
Are you tired of manually updating your Firebase collection? Do you want a way to automate the process…
How to Install WordPress: The 4 Methods
WordPress is known for being one of the most popular content management system (CMS) software options available to…
12-ES6++: New Built In Functions in Javascript
Starting from ES6, Javascript has a lot of new built in functions in Arrays, Strings, Objects, Math and…