TEXT STACK

FrontEnd

HTML5

The latest version of Hypertext Markup Language, HTML5 provides a standard structure for web content with enhanced features like semantic elements and multimedia support. It is fundamental for creating and structuring web pages.

CSS

Cascading Style Sheets Level 3, or CSS3, allows for advanced styling of web pages with features like responsive design, animations, and flexible layouts. It enhances the visual presentation and user experience of HTML content.

BOOTSTRAP

A popular front-end framework that simplifies web development with pre-designed UI components and a responsive grid system. It accelerates the design process and ensures a consistent look across devices.

JAVASCRIPT

A dynamic programming language essential for adding interactivity and functionality to web pages. It enables client-side scripting and is integral for building modern, interactive web applications.

REACTJS

A JavaScript library developed by Facebook for building user interfaces, particularly single-page applications, using a component-based architecture. React.js facilitates efficient and dynamic rendering of UI elements.

TAILWIND

A utility-first CSS framework that provides a set of low-level utility classes to build custom designs without writing additional CSS. It promotes a more modular and maintainable approach to styling.

BackEnd

PYTHON

A versatile, high-level programming language known for its readability and ease of use. Python is widely used for web development, data analysis, automation, and more, due to its extensive standard library and third-party modules.

CSHARP

A modern, object-oriented programming language developed by Microsoft, commonly used for building Windows applications, web services, and enterprise solutions. C# is part of the .NET ecosystem and supports robust, scalable development.

CPLUSPLUS

An extension of the C programming language that includes object-oriented features and is used for system/software development, game programming, and performance-critical applications. C++ provides fine-grained control over system resources.

NODEJS

A JavaScript runtime built on Chrome's V8 engine that enables server-side scripting and the development of scalable network applications. It is known for its non-blocking, event-driven architecture that supports high-performance, real-time applications.

FLASK

A lightweight and flexible Python web framework for building web applications and APIs. Flask provides essential tools and libraries to get started quickly with web development while offering the flexibility to scale as needed.

MYSQL

A widely-used open-source relational database management system that uses SQL for querying and managing data. MySQL is known for its reliability, performance, and ease of use in a variety of applications.