Javascript

How To Add Stimulus to a Ruby on Rails Application — step-by-step Javascript tutorial on Progressive Robot

How To Add Stimulus to a Ruby on Rails Application

In this tutorial, you will install and use Stimulus to build on an existing Rails application that offers readers information about sharks. The application already has a model for handling shark data, but you will add a nested resource for posts about individual sharks, allowing users to build out a body of thoughts and opinions about sharks. You will use Stimulus to manipulate the position and appearance of posts on the page.

Read more
How To Use Vue.js Environment Modes with a Node.js Mock Data Layer — step-by-step Javascript tutorial on Progressive Robot

How To Use Vue.js Environment Modes with a Node.js Mock Data Layer

In web development with the JavaScript framework Vue.js, developers often create the frontend of their application before the backend is ready. For a temporary backend, you can use Node.js to create a mock data layer for your application. This tutorial shows how to use environment variables to provide data for different modes of your Vue.js project.

Read more
Cómo configurar un proyecto Node con Typescript — step-by-step Javascript tutorial on Progressive Robot

Cómo configurar un proyecto Node con Typescript

Escribir JavaScript en el lado del servidor puede ser difícil a medida que crece la base de código. TypeScript es un superconjunto escrito (opcional) de JavaScript que puede ayudar a la hora de crear y gestionar proyectos JavaScript a gran escala. Puede verse como JavaScript con más funciones como escritura estática fuerte, compilación y programación orientada a objetos. Este tutorial explorará como usar el marco [Express](https://expressjs.com/) con TypeScript.

Read more
CHAT