Explore >> Select a destination


You are here

vercel.com
| | scastiel.dev
1.8 parsecs away

Travel
| | React is living something these days. Although it was created as a client UI library, it can now be used to generate almost everything from the server. And we get a lot from this change, especially when coupled with Next.js. Let's use Server Components and Actions to build something fun: a guestbook.
| | cshubh.com
13.3 parsecs away

Travel
| | While working on an Android app, I had some issues with the SQLite database and wanted to delete it. This db is stored in the app's internal data directory (/data/data/com.cshubh.myapp), which is inaccessible using file managers on the device.
| | jellyfin.org
12.0 parsecs away

Travel
| | EFCore, Jellyfin and me.
| | tannerdolby.com
16.9 parsecs away

Travel
| To create a Node.js application, you need a web server, a request, a router, and request handlers. Frameworks like Express.js speed up development by providing a robust set of features to build web applications and APIs.