Marcos Bottino

Software Developer

Major Languages


Angular is a popular web development framework created by Google. It is used to build robust single-page applications (SPAs) with an emphasis on modularity and component reusability. Angular uses TypeScript as its primary programming language and offers a wide range of tools and libraries for frontend development.

JavaScript is a widely used programming language in web development. It is a versatile language that runs in the user's browser and enables the creation of dynamic interactions on websites. JavaScript is essential for frontend development and is used in combination with HTML and CSS to create interactive web experiences.

Ionic is an open-source web-based framework used for developing mobile and web applications with a single codebase. It is built with web technologies like HTML, CSS, and JavaScript, allowing developers to create cross-platform apps with native-like appearance and performance. Ionic is known for its ease of use and its focus on building engaging mobile applications.

TypeScript is a programming language developed by Microsoft that extends the capabilities of JavaScript by adding static types. This makes the code more secure and maintainable, especially in large projects. TypeScript is commonly used in web application development, especially in combination with Angular, to enhance code quality and facilitate teamwork.