Showing Posts From
Lesson
- meFqulted
- January 13, 2024
Getting Started with Node.js
Welcome to the world of Node.js! Whether you're a beginner or an experienced developer, Node.js is a powerful tool that allows you to build scalable and efficient server-side applications. In this lesson, we'll cover the basics of Node.js and how to set up a simple server.
- meFqulted
- January 13, 2024
Deeper Dive into Routes and JSON API
Let's dive deeper into Express by exploring various HTTP methods (GET, POST, UPDATE, DELETE, PATCH) and creating JSON API endpoints with sample data.
- meFqulted
- January 13, 2024
Modules, async & error handling
Let's explore more advanced features of Node.js, including working with modules, asynchronous programming with callbacks and Promises, and handling errors.
- meFqulted
- January 14, 2024
A simple website using routing & EJS
Let's create a simple website using EJS (Embedded JavaScript) as the templating engine and Tailwind CSS for styling.
- meFqulted
- January 14, 2024
Dynamic content in EJS using Express
Let's learn how to use & load dynamic content in our EJS website.