|
You are here |
vercel.com | ||
| | | | |
scastiel.dev
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | | | EFCore, Jellyfin and me. | |
| | | | |
tannerdolby.com
|
|
| | | 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. | ||