Design

Front-End

Nov 12

front-end is a term that describes someone who designs and develops the UI (user interface). For example, a website front-end developer handles the visual aspects of how the web page looks and responds to the visitor

Continue reading
Coding

Back-End

April 14

the code that runs on the server, that receives requests from the clients, and contains the logic to send the appropriate data back to the client. The back-end also includes the database, which will persistently store all of the data for the application.

Continue reading
Framework

MERN-Stack

March 25

MERN stands for MongoDB, Express, React, Node, after the four key technologies that make up the stack. MongoDB - document database. Express(.js) - Node.js web framework. React(.js) - a client-side JavaScript framework.

Continue reading
Database

Cloud-Computing

April 13

Cloud computing is a general term for anything that involves delivering hosted services over the internet. These services are divided into three main categories or types of cloud computing

Continue reading