Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.56 KB

File metadata and controls

31 lines (22 loc) · 1.56 KB

Tech Companies in Portugal 🇵🇹

The main goal is to provide a better way to explore tech companies in Portugal.

Features 🚀

  • List of tech companies in Portugal synced with tech-companies-in-portugal
  • Search for companies (name and description terms)
  • Filter by location
  • Filter by category
  • SEO friendly - Open Graph and Twitter Cards meta tags included (shareable links)
  • Responsive design

Tech stack 🧑‍💻

How to contribute 🤝

No requirements, just open a pull request with your changes. If you want to add a new feature, please open an issue first to discuss it.

Technical notes 📝

Currently, our Next.js middleware incorrectly counts prefetched pages as views due to caching issues. We could exclude the prefetch pages (checking some headers) from the middleware match configuration, but then navigation via the Link component won’t trigger analytics. Disabling prefetching is an option, though it might slow down navigation. Alternatively, we could shift to client-side analytics tracking for more accuracy. This will need consideration for future updates.