Explore >> Select a destination


You are here

blog.robino.dev
| | www.rasikjain.com
10.2 parsecs away

Travel
| | In the series of the blog post, I am going to walk through step by step process of building a Simple Notes App using React, TypeScript, Node.js, GraphQL , and MongoDB. During the process of our development, we are going to use some useful npm packages like Express, Apollo-Server, Typegoose, Mongoose, TypeGraphQL , and Bootstrap. Here is the Github Source Code to run the application. Table of Content Dev Environment Setup GraphQL Server Backend Folder Structure Creating Node.
| | www.geekytidbits.com
5.2 parsecs away

Travel
| | I recently started a little side project for my wife and decided to use SvelteKit to build it and Cloudflare to host it. Along the way I decided to use Drizzle ORM along with Cloudflare D1 to store the data. I was really happy with how everything worked but I did run into a few issues: using a local SQLite database for development and applying migrations to both dev and production environments. After some fiddling I got things working nicely and wanted to document my setup here.
| | nabeelvalley.co.za
12.0 parsecs away

Travel
| | A look at developing Web APIs using the AdonisJS Framework and MongoDB
| | blog.nootch.net
50.4 parsecs away

Travel
| Posts in this series Part 0 Part 1 Part 2 Part 3 Part 4 Part 5 Part 6 Part 7 Onward In the previous articles, we went over installing the tools we'll need for our API project and a small introduction to Event Sourcing, DDD and CQRS and how our library of choice, Commanded, interprets them. We aim to develop a simple Banking API that allows for: