An open API service indexing awesome lists of open source software.

https://github.com/agent-006/back-end

This repository consists of back-end notes and also coded concepts.
https://github.com/agent-006/back-end

Last synced: 8 months ago
JSON representation

This repository consists of back-end notes and also coded concepts.

Awesome Lists containing this project

README

          

packets -> imaginary data
ISP -> Internet Service Provider

IP Address
MAC Address
Router
Server
Client
HTTP
HTTPS
Internet
ISP

load balancing
ports -> closed & open
range of ports

# 🎯 What is backend ? ✅

-> In the context of software development, the term "backend" refers to the\
server-side or the part of a software system that is responsible for handling data\
storage, processing, and business logic. The backend is where the application's\
core functionality resides, and it communicates with the frontend (the user\
interface) to deliver the desired features and functionality.

Backend developer is someone who know how to program servers and also database.

# 🎯 Why backend ? ✅

-> To make websites more usable and purposefull for the audience, to make websites\
dynamic.

# 🎯 Why not frontend alone ? ✅

-> With forntend, websites are static and they are of not much use.

# 🎯 What do we need ? ✅

-> Node.js, MongoDB, mongoosejs, expressjs.

NodeJs -> NodeJs is a lot of c++ v8 engine code wrapped with Javascript code which\
allows us to meke server environment with Javascript.

* routing
* REST API
* RESTful API
* middlewaree