HTML5 is a markup language for structuring and presenting content on the web.
CSS3 extends CSS2 with new features for better styling, animations, and layouts.
JavaScript is a high-level programming language that follows the ECMAScript standard.
TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.
C is a general-purpose programming language that provides low-level access to memory.
C++ is an extension of C that includes object-oriented programming features.
C# is a modern, object-oriented programming language developed by Microsoft.
Java is an object-oriented programming language used to build applications across platforms.
Python is a high-level, interpreted programming language known for its readability.
Node.js is a runtime for executing JavaScript on the server using the V8 engine.
React is a JavaScript library for building interactive user interfaces efficiently.
Redux is a predictable state container for JavaScript apps, often used with React.
Next.js is a React framework that enables SSR, static site generation, and API routes.
Express is a minimal and flexible Node.js web application framework for building APIs and web apps.
Jest is a JavaScript testing framework for ensuring code correctness with a focus on simplicity.
Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can "just run".
Django is a Python web framework for rapid development and clean, pragmatic design.
Dotnet Core is a cross-platform, high-performance framework for building modern applications.
Tailwind CSS is a utility-first framework for quickly designing responsive UIs.
Bootstrap is a framework for creating responsive, mobile-first web pages.
Docker uses OS-level virtualization to package software in lightweight containers.
Kubernetes automates the deployment, scaling, and management of containerized applications.
GitHub provides hosting for software development and version control using Git.
Git is a distributed version control system for tracking changes in source code.
Linux is a widely used open-source operating system based on the Unix-like kernel.
Jira is an issue-tracking tool for bug tracking and agile project management.
Bitbucket is a Git repository hosting service owned by Atlassian.
AWS provides cloud computing services with pay-as-you-go pricing.
GCP is Google’s cloud platform offering various computing and storage solutions.
Maven is a build automation tool used primarily for Java projects.
Webpack is a module bundler for JavaScript applications.
MySQL is an open-source relational database management system for storing structured data.
PostgreSQL is an open-source relational database known for its extensibility and standards compliance.
MongoDB is a NoSQL database that stores data in flexible, JSON-like documents.
Prisma is an open-source ORM that simplifies database access and management for Node.js and TypeScript.
GraphQL is a query language for APIs that allows clients to request specific data.
VS Code is a lightweight, powerful code editor with debugging and Git.
PyCharm is a Python IDE with smart code completion and debugging tools.
IntelliJ IDEA is a Java IDE with advanced coding assistance and built-in tools.
WebStorm is a JavaScript IDE optimized for front-end and Node.js development.
Postman is a tool for API development, testing, and collaboration.