The world of tech focuses on three key things: innovation, creation, growth. For example, large tech companies such as Apple, Google, and Microsoft contribute to the creative ways that revolutionise the way we think, learn & communicate information, and consume goods
HTML is the standard language used to structure content on the web. It defines elements like headings, paragraphs, images, links, and more.
CSS styles the visual presentation of HTML elements including layout, colors, and fonts. It enables responsive designs across different screen sizes and devices.
JavaScript adds interactivity to web pages, like animations, form validation, and dynamic content.
Node.js allows you to run JavaScript on the server-side using a fast, event-driven architecture. It’s used to build scalable network applications and APIs.
Express.js is a lightweight Node.js framework for building fast and modular web applications. It simplifies routing, middleware, and server-side logic handling.
MongoDB is a NoSQL database that stores data in flexible, JSON-like documents. It's ideal for handling unstructured data and scaling modern web applications.