/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

janikvonrotz.ch
| | scastiel.dev
4.5 parsecs away

Travel
| | If you have ever created an API or a form accepting user input, you know what data validation is, and how tedious it can be. Fortunately, libraries can help us, such as Yup or Zod. But recently, I realized that these libraries allow patterns that go much farther than input validation. In this post, I'll show you why I now use them in most of my TypeScript projects.
| | stepzen.com
4.0 parsecs away

Travel
| | We can leverage StepZen to pull data from a variety of data sources and convert that data into Markdown, YAML and JSON data files using the new `stepzen-content-pull` npm package.
| | www.rasikjain.com
1.8 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.
| | amanhimself.dev
15.3 parsecs away

Travel
| [AI summary] A tutorial on uploading files using React.js and Node.js with a focus on setting up the backend with Express and handling file uploads via AJAX.