Javascript

How To Build a Recipe App Using React, Prisma, and GraphQL — step-by-step Javascript tutorial on Progressive Robot

How To Build a Recipe App Using React, Prisma, and GraphQL

GraphQL gained popularity in terms of front-end development due to the various advantages it offers over REST APIs. However, setting up your own GraphQL server is both error-prone and complicated. Due to this, managed services such as Prisma have been made to manage your GraphQL server, allowing you to focus on the development of your app. In this tutorial, we will be building a fully functional recipe app using React and Prisma to manage GraphQL.

Read more
Geddy.JS: A No-Brainer MVC Node.js Framework — step-by-step Javascript tutorial on Progressive Robot

Geddy.JS: A No-Brainer MVC Node.js Framework

Geddy is a full stack open source MVC framework based on ruby on rails methodology with built-in authentication module, passportjs and socket.io integration. Creating realtime secure applications in Geddy takes only a few commands; it gives a a very large set of generator commands which work through a command line interface , automating most of the non-trivial tasks such as creating models, controllers, views and even authentication or socket.io integration.

Read more
CHAT