JavaScript is a high-level, often just-in-time compiled language. It has dynamic typing, prototype based object orientation, and first class functions. It is multi-paradigm, supporting event-driven, functional, and imperative programming styles.
Node.js is an open-source, cross-platform, back-end JavaScript runtime environment that runs on the V8 engine and executes JavaScript code outside a web browser. Node.js lets developers use JavaScript to write command line tools and server-side scripting.
React.js is a free and open-source front-end JS library for building user interfaces based on UI components. It is maintained by Meta and a community of individual developers and companies. It can be used as a base in the development of single-page, mobile, or server-rendered applications.
Vercel is a cloud platform that enables developers to host websites and web services that deploy instantly, scale automatically, and require no supervision and minimal configuration for hosting static site generators and various CMSes.
HTML5 is the latest version of Hypertext Markup Language, the code that provides the structure of web pages. Designed to do almost everything online, it can also be used to build applications.
CSS is short for Cascading Style Sheets, and is the preferred way for setting the look and feel of a website. It describes how HTML elements are to be displayed and can control the layout of multiple web pages all at once.
Bootstrap is an open-source CSS framework directed at responsive, mobile-first front-end web development. It contains HTML, CSS and JavaScript-based design templates for typography, forms, buttons, navigation, and other interface components.
MongoDB is a source-available cross-platform document-oriented database program. Classified as a NoSQL database program, MongoDB uses JSON-like documents with optional schemas. It's licensed under the Server Side Public License (SSPL).
Azure Web Apps is a cloud computing based platform for hosting websites. It's a platform as a service (PaaS) which allows publishing Web apps running on multiple frameworks and written in different programming languages such as .NET, node.js, PHP, Python and Java.
CONTACT