Javascript

How To Build a Jamstack Portfolio with Angular 11 and Scully — step-by-step Javascript tutorial on Progressive Robot

How To Build a Jamstack Portfolio with Angular 11 and Scully

As a developer, it’s important to have a portfolio showcasing your skills and previous work. You can build an engaging and fast portfolio using Angular and Scully. In this tutorial, you will generate an Angular app, add pages to show your projects and profile, and add services to populate these pages. Additionally, you will generate a blog and create posts for it. Lastly, you will convert the app into a static site using Scully.

Read more
How To Handle Routing in React Apps with React Router — step-by-step Javascript tutorial on Progressive Robot

How To Handle Routing in React Apps with React Router

In React, routers help create and navigate between the different URLs that make up your web application. React Router is designed with intuitive components to let you build a declarative routing system for your application. In this tutorial, you’ll install and configure React Router, build a set of routes, and connect to them using the component. You’ll also use React Hooks to access data and other routing information and create nested routes.

Read more
How To Generate a Vue.js Single Page App With the Vue CLI — step-by-step Javascript tutorial on Progressive Robot

How To Generate a Vue.js Single Page App With the Vue CLI

Vue.js is a popular JavaScript framework for creating user interfaces, often described as a combination of React and Angular, borrowing the prop-driven development of React and the templating of Angular. In this tutorial, you will use the Vue CLI vue create command to create a new Vue application, then try it out by building some single-file components.

Read more
How To Debug JavaScript with Google Chrome DevTools and Visual Studio Code — step-by-step Javascript tutorial on Progressive Robot

How To Debug JavaScript with Google Chrome DevTools and Visual Studio Code

Learning to debug is an essential skill for developers, allowing them to quickly and efficiently fix errors during development. But how to use debugging tools is not always obvious when working with JavaScript outside of a full-fledged Integrated Developer Environment (IDE). In this tutorial, we’ll take a look at getting started debugging JavaScript with the Google Chrome DevTools, as well as with the popular text editor Visual Studio Code.

Read more
CHAT