
Learn Express.js from the author of one of the best books on Express.js—Pro Express.js— with this workshop that will teach you basics of Express.js.
ExpressWorks is a workshop designed to teach beginners the basics of Express.js, led by Azat Mardan, the author of "Pro Express.js" and "Practical Node.js". Through tasks and hints, participants write solutions as Express.js apps for verification. The workshop offers video screencasts for setup guidance and problem-solving and provides a cheatsheet for Express.js. Multiple languages are supported, and contributors can add their names by making pull requests.
ExpressWorks is a comprehensive workshop series that offers hands-on learning of Express.js under the guidance of Azat Mardan, a renowned author in the field. With a focus on practical application, multi-language support, and detailed installation instructions, the workshop provides an excellent platform for beginners to gain proficiency in using Express.js. Whether opting for global or local installation, participants can benefit from a structured approach to learning and problem-solving.

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.
Pug is a high-performance template engine for Node.js and browsers that enables developers to write HTML templates using a concise and intuitive syntax. It supports a range of features, including template inheritance, conditionals, loops, mixins, and more, and can be easily integrated into a variety of web frameworks and build tools.