3 followers
I am a software engineer who love to break and build systems.
💡 Four Pillars of Object-Oriented Programming: Encapsulation Inheritance Abstraction Polymorphism // Human class class Human { private: ...
Object-Oriented Programming (OOP) is a programming paradigm centered around the concept of objects. Objects are instances of classes, which act as...
HTTP Basic const http = require('http'); const server = http.createServer((req, res) => { const url = req.url; // Home page if (url === '/')...
What is Node.js Environment for running JavaScript code outside of the browser Built on Chrome's V8 JavaScript engine The browser engine compiles...
A guide on linking your domain or subdomain to your website · In a previous post I shared how can you host your application on a Linux server. Now, to...
A detailed guide on how to deploy your Node.js application on a VPS · First of all to deploy an application on a VPS (virtual private server) you will...