The skills I have learned so far 💻

Python
Python is an interpreted, object-oriented, high-level programming
language with dynamic semantics. Its high-level built in data
structures, combined with dynamic typing and dynamic binding,
make it very attractive for Rapid Application Development, as
well as for use as a scripting or glue language to connect existing
components together.

JavaScript
JavaScript, often
abbreviated as JS,
is an interpreted programming language that
conforms to the ECMAScript specification.
JavaScript is high-level, often just-in-time compiled,
and multi-paradigm.
It has curly-bracket syntax,
dynamic typing, prototype-based object-orientation, and
first-class functions.

HTML 5
HTML5 is a markup
language used for structuring and presenting content on the World Wide Web. It is the fifth
and last major
HTML version that is a World Wide Web Consortium recommendation. The current specification
is known as the
HTML Living Standard.
CSS 3
Cascading Style Sheets
is a style sheet language used for describing the presentation of a document written in a
markup language such
as HTML. CSS is a cornerstone technology of the World Wide Web, alongside HTML and
JavaScript.

Node.js
Node.js is an
open-source, cross-platform, back-end, JavaScript runtime environment that executes
JavaScript code outside a
web browser.

Express.js
Express.js, or simply
Express, is a back end web application framework for Node.js, released as free and
open-source software under
the MIT License. It is designed for building web applications and APIs. It has been called
the de facto
standard server framework for Node.js.

Sequelize
Sequelize is a
powerful library in Javascript that makes it easy to manage a SQL database. ... At its core,
Sequelize is an
Object-Relational Mapper – meaning that it maps an object syntax onto our database schemas.
Sequelize uses
Node. JS and Javascript's object syntax to accomplish its mapping.

PostgreSQL
PostgreSQL, also known as Postgres, is a free and open-source relational
database management system
emphasizing extensibility and SQL compliance.
Git
Git is a distributed version-control system for tracking
changes in any set of
files, originally designed for coordinating work among programmers cooperating on source
code during software
development. Its goals include speed, data integrity, and support for distributed,
non-linear workflows.

GitHub
GitHub, Inc. is a
subsidiary of Microsoft which provides hosting for software development and version control
using Git. It
offers the distributed version control and source code management functionality of Git, plus
its own features.

NPM
npm is a
package manager for the JavaScript programming language.
It is the default package manager for the JavaScript runtime environment Node.js
It consists of a command line client, also called npm, and an online database
of public and paid-for private packages, called the npm registry.

Amazon Web Service
Amazon Web Services is a subsidiary of Amazon
providing on-demand cloud
computing platforms and APIs to individuals, companies, and governments, on a metered
pay-as-you-go basis.

React
React is an open-source, front end, JavaScript library for building user interfaces or
UI components. It is
maintained by Facebook and a community of individual developers and companies. React can be
used as a base in the
development of single-page or mobile applications.

Redux
Redux is an
open-source JavaScript library for managing application state. It is most commonly used with
libraries such as
React or Angular for building user interfaces. Similar to Facebook's Flux architecture.
I know that as a software engineer I will always be a student. I will always learn something new
, and that is very exciting, I can't wait to add more badges to this arsenal that I already
possess.