From the Den
Tutorials, teaching notes, and practical write-ups from real project and classroom work.
Setting Up CI/CD for a Node.js Application on a VPS
This guide provides a end-to-end reference for deploying Node.js applications to a Linux Virtual Private Server (VPS) automatically using GitHub…
Installing WordPress on VPS
You can set up WordPress using your server’s public IP address now and bind your actual domain name later when…
Installing WordPress on VPS
Adding WordPress alongside your Node.js apps on the same VPS is completely straightforward, especially since you already have Nginx handling…
Hosting multiple Node.js applications on a single VPS
Hosting multiple Node.js applications on a single VPS while maintaining zero downtime, strong security, and automated CI/CD requires a battle-tested…
SP24 BCS B Final Exam
Extend your existing Express.js, EJS, and Mongoose e-commerce application by implementing an On-Sale Products page (/onsale-products). This task tests your…
SP24 BCS A Final Lab Exam
Objective: Extend your existing Express.js, EJS, and Mongoose e-commerce application by implementing a dynamic, real-time updated Sales Dashboard (/sales). This…
Quiz 3 SP26 SP24-BCS-A
Explain What is Express in Node and give examples how it handles requests with different http methods. give code snippets
SP26 Web Midterm SP24-BCS-A
Task: Modify your existing e-commerce landing page to include a “Featured Deals” section that pulls data dynamically.