I’ve only been using Ghostty terminal for a week now but I can already say the performance compared to iTerm is so much better.
If you work from your terminal it’s definitely worth a look 👌
ghostty.org
Posts by Nigel Fahey
Better-Auth V1 is now production ready! Super simple setup and works with all the modern frameworks 👏
Amazing work @bekacru.bsky.social
Goodbye @authjs.dev
www.better-auth.com
🚨 Apple is dropping support for PWA's in iOS 17.4! Here’s what you need to know 👇
- This is not a bug, but a deliberate move by #Apple citing security challenges and DMA compliance.
- Web apps will now lack offline support, notifications, and seamless integration.
#devs
😃 Trialing @zeddotdev for the next few weeks as my default IDE
First impressions:
- Super easy to setup and move from @code
- All necessities covered out of the box.
- Config as simple as editing a .json file.
- More intuitive integration with copilot.
🚨 Avoid this mistake when structuring your #React components👇
When structuring your components, steer clear of randomly interleaving useState, useEffect, and custom hooks. This can lead to confusion and makes your code less predictable.
#WebDevelopment #CodingBestPractices
✅ Core design and functionality of the NextStart.dev settings page is now complete.
Trying to maintain a minimalist and clutter-free approach to ensure future developers can easily customise it.
Account and subscription management is integrated with @stripe.
#buildinpulbic #nextjs
🔄 Import aliases can simplify your import statements, making them more readable and manageable, especially in large projects.
They streamline project structure by reducing the complexity of import statements.
#CodeReadability #React