34 posts tagged with "Node"
View All TagsDynamically adding items to the page for every piece of content. AKA every post gets a card on the homepage.
Using the Postman application to test POST routes inside of an Express application. Sending data to the application with a form.
Express partials are like React components. Express EJS is like React JSX. This is the basics for laying out templates in Express.
Express.js is a minimalist web application framework for Node.js. It is a bare bones framework that handles a lot of the basic functions of a web application, such as connecting to a database and handling http requests.
Node.js is a Javascript runtime environment that allows you to execute Javascript outside of a browser, on a server.