Explore >> Select a destination


You are here

janikvonrotz.ch
| | www.thepolyglotdeveloper.com
2.2 parsecs away

Travel
| | Learn how to develop an API with GraphQL using Node.js and MongoDB for querying and mutating data.
| | scastiel.dev
4.4 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.
| | scastiel.dev
15.3 parsecs away

Travel
| If you use JavaScript you probably know that recently a lot of new features arrived with ES2015 (also known as ES6): classes, const/let keywords, destructuring arrays and objects, modules and imports, etc.