Javascript

Putting the 'A' in JAMStack With Headless CMS — step-by-step Javascript tutorial on Progressive Robot

Putting the ‘A’ in JAMStack With Headless CMS

Learn JAMStack (Javacscript, APIs, and Markup) best practices, and how to set up your API layer by running headless CMS on cloud servers. Get a brief overview of three the most popular free, open source CMS platforms – Wordpress, Ghost, and Strapi – and how to use them for your backend APIs.

Read more
How To Set Up a Node Project With Typescript — step-by-step Javascript tutorial on Progressive Robot

How To Set Up a Node Project With Typescript

Writing server-side JavaScript can be challenging as a codebase grows. TypeScript is a typed (optional) super-set of JavaScript that can help with building and managing large-scale JavaScript projects. It can be thought of as JavaScript with additional features like strong static typing, compilation and object oriented programming. This tutorial will explore how to use the [Express](https://expressjs.com/) framework with TypeScript.

Read more
CHAT