Coner Murphy (@mrconermurphy) 's Twitter Profile
Coner Murphy

@mrconermurphy

💻 Fullstack Web Dev | 📚 Content Creator | ☁️ AWS Community Builder

🎧 harken.so | 🔀 crossable.io | 📝 doify.io

ID: 1249718482436055044

linkhttps://conermurphy.com calendar_today13-04-2020 15:18:10

17,17K Tweet

3,3K Followers

860 Following

Coner Murphy (@mrconermurphy) 's Twitter Profile Photo

Hoping someone more experienced with Astro can help me out here. Just deployed a site to Vercel with the Vercel adapter configured and the output set to "server". But, get the below 500 response error when I hit the API route. Any ideas? 🤔 Tried adding the package

Hoping someone more experienced with <a href="/astrodotbuild/">Astro</a> can help me out here.

Just deployed a site to Vercel with the Vercel adapter configured and the output set to "server". But, get the below 500 response error when I hit the API route. 

Any ideas? 🤔

Tried adding the package
Coner Murphy (@mrconermurphy) 's Twitter Profile Photo

Got this sorted in the end, the error was coming from 'loadEnv' from vite so just removed that from the API route code and used process.env. Although now process.env gives undefined locally so that's a separate issue but I can live with that as long as prod works. Side note

Coner Murphy (@mrconermurphy) 's Twitter Profile Photo

If you Mac dock isn’t as minimal as possible you’re doing it wrong. 🤷 What does your dock look like? P.S. auto-hiding side orientated docs are 🔥

If you Mac dock isn’t as minimal as possible you’re doing it wrong. 🤷

What does your dock look like?

P.S. auto-hiding side orientated docs are 🔥
Coner Murphy (@mrconermurphy) 's Twitter Profile Photo

If you want a stable product but the majority of your PRs don't include tests. Then you don’t want a stable product. 🤷 tests === stability

Coner Murphy (@mrconermurphy) 's Twitter Profile Photo

Might get some hate for this... But, there’s no place for pure JavaScript projects anymore. TypeScript or don’t build it.

Coner Murphy (@mrconermurphy) 's Twitter Profile Photo

Want to 2x your productivity? You need to be using the right tools for the job! Here are 5 of my favourites: 1. Todoist 2. Notion 3. Forest 4. IOS screen time limits 5. Spotify What are your goto productivity tools?

Coner Murphy (@mrconermurphy) 's Twitter Profile Photo

First time at WeAreDevelopers Conference in Berlin next month! 🤩 Any tips for a first timer? Are you going? Would love to meet as many people as possible!

Coner Murphy (@mrconermurphy) 's Twitter Profile Photo

Been a little bit radio silence on my Todoist product Doify recently. But, got back to it today and got the automatic kanban column movement setup and working! Hoping to get an MVP out soon for people to use. 🤞

Coner Murphy (@mrconermurphy) 's Twitter Profile Photo

Never thought about it before but SST is a really helpful tool for testing webhooks locally. Just setup a Lambda in live dev mode and proxy the requests to your local app. Just works.