Javascript

How To Build a Custom Sitemap for Your Gatsby.js Site — step-by-step Javascript tutorial on Progressive Robot

How To Build a Custom Sitemap for Your Gatsby.js Site

When you require an easy to deploy setup, it is possible to build static sites with React using Gatsby.js. These provide good speed and smooth developer experience. Gatsby has been consistently growing with developers using it for blog, marketing, and e-commerce sites. With the growing popularity of Gatsby.js and JAMstack sites, in this tutorial you’ll automatically generate a custom XML sitemap file in your Gatsby powered websites.

Read more
How To Code in React.js eBook — step-by-step Javascript tutorial on Progressive Robot

How To Code in React.js eBook

This book is an introduction to React that works from the foundations upward. Each chapter takes you a little deeper into the React ecosystem, building on your previous knowledge. Along the way, you’ll learn how to maintain internal state, pass information between parts of an application, and explore different options for styling your application.

Read more
What is Node.js? — step-by-step Javascript tutorial on Progressive Robot

What is Node.js?

Node.js is a JavaScript runtime built on Chrome’s V8 JavaScript engine. It allows programmers to create fast, scaleable, back-end JavaScript applications. The asynchronous and event-driven nature of Node.js makes it well suited for creating applications that can handle many connections at once, a common task for web servers and other back-end applications.

Read more
CHAT