Andrej Gajdos

@andrej_gajdos
3 Followers
53 Following
18 Posts
Fractional CTO / Tech Lead / Dev
homepagehttps://andrejgajdos.com

Note API Connector is the best way to sync API data with Notion.

Launching on Product Hunt next week β€” with a 24h discount code on all plans. πŸ”₯

πŸ‘‰ Click β€œNotify Me” on Product Hunt: https://www.producthunt.com/products/note-api-connector

Stay tuned! 😎

#ProductHunt #Notion #launch

πŸš€ Just dropped my latest article: "A Leaflet Developer's Guide to High-Performance Map Visualizations in #React" πŸ—ΊοΈβœ¨ Dive deep into best practices, optimization tips, and more. #javascript @LeafletJS https://andrejgajdos.com/leaflet-developer-guide-to-high-performance-map-visualizations-in-react/
#mastodon ios app doesnt work well. Its freezing all the time :(
Interesting reddit post on how to go from $0 to $100M in just 5 years and then loose it all https://old.reddit.com/r/startups/comments/15p8qrx/my_0100m0_in_5_years_story/
My $0->$100m->$0 in 5 years story

I see a lot of hopefuls here glamorizing VCs and fundraising. Too much survivor bias. Hopefully my story can give you another perspective. Quit...

reddit
Advice for all #React devs. πŸš€ Before you jump into CSS-in-JS for your new project, think twice! 😱 You might face roadblocks later if you plan to use Server Components. #webdevelopment #frontendtips
Press Release

Don't ditch framework because it gives you a lot of options how to structure project. Express.js is well tested framework and there is small probability to came across unexpected issues and surprises. Choosing something just because is modern, but it's not well tested is bad idea
Uncover the secrets behind slow requests! Recently stumbled upon a Reddit gem πŸ’Ž: Profiling your app reveals the hidden causes of lengthy tasks. In the world of #NodeJS , clinic.js reigns supreme! πŸš€ It has a lot of tools to find out the bottleneck and helped me in my projects.
We need to add an npm command that generates a file containing all TypeScript types and copies them to our front-end project. As you can see, sharing TypeScript types between the back-end and front-end without impacting performance is a straightforward process. #javascript
Now we need to create ts config to export api-types.ts into a single file. We can achieve this by defining outFile in Typescript config.