DEV Community

Cover image for Programming terms broken down
Ifeanyi Chima
Ifeanyi Chima

Posted on • Updated on

Programming terms broken down

Programming terms broken down.

This article aims at breaking down words (terms) used in programming, so that a 6 year old can understand very easily.

Any kind of Feedback is welcome, thanks and I hope you enjoy the article.🤗

BMC

What is Sequelize ?

It simply means writing SQL queries using javascript object
(dot- notation) syntax this means as if you were accessing properties in a javascript object.

What is an Object ?

An object is an instance of a class.

What are Asynchronous tasks ?

Asynchronous tasks means things you have to wait for, such as fetching data from an API.

What is React ?

React is a Javascript library that allows web developers to modularize their web applications into separate and reusable components.

What is a cluster in Kubernetes ?

A Kubernetes cluster is a set of nodes (machines - virtual or physical) that run containerized applications.

What is a docker container ?

A container is an instance of a docker image (which is an application e.g weather app written in React.js )

Contributions
If you want to contribute more, you can go to this repository on github.

Thank you, please follow me

Buy Me A Coffee

twitter
github
linkedin

Top comments (0)