/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.thepolyglotdeveloper.com
| | www.taniarascia.com
1.5 parsecs away

Travel
| | Recently, I wanted to create and host a Node server, and discovered that Heroku is an excellent cloud platform service that has free hobby...
| | yakovfain.com
1.5 parsecs away

Travel
| | Currently I'm working on the book chapter explaining how Angular 2 communicates with the servers. An easy approach would be to use for the data feed a public RESTful API of one of servers (Youtube or something), but I wanted to have my own locally installed server. Using one of the Java servers would be...
| | robkendal.co.uk
1.0 parsecs away

Travel
| | There are lots of articles on how to build a Node API server but they're either quite duff or very complex. None of them seem to deal with reading and writing to JSON files. Well let's change that by building our own Node API server using JSON data storage!
| | compositecode.blog
15.8 parsecs away

Travel
| The post outlines the step-by-step process of setting up a React application using Next.js and PostgreSQL on Vercel, including database configuration, authentication with Prisma, and troubleshooting dependency errors. It highlights the importance of environment variables and concludes by stressing the need for correct configuration to ensure proper app functionality and user access.