• Home
  • About
  • Stack
  • Projects
  • Contact

My Stack

Swift

Swift

Programming language

Swift is a powerful and intuitive programming language developed by Apple for building applications for iOS, macOS, watchOS, and tvOS. It is designed to be fast, safe, and easy to use, with modern features such as type inference, automatic memory management, and functional programming capabilities. Swift is used by developers to create a wide range of applications for Apple devices, from simple utility apps to complex multimedia applications and games.

SwiftUI

SwiftUI

User interface

SwiftUI is a user interface toolkit developed by Apple for building applications across all Apple platforms, such as iOS, macOS, watchOS, and tvOS. It allows developers to create user interfaces using a declarative Swift syntax, making it easier to build interactive and visually appealing applications. SwiftUI simplifies the process of creating user interfaces by providing pre-built components and layouts that can be easily customized and integrated into apps.

Javascript

Javascript

Programming language

JavaScript is a high-level, interpreted programming language that is commonly used to add interactivity and dynamic behavior to websites. Originally created for web development, JavaScript is now also used for building mobile apps, desktop applications, server-side development, game development, and more. JavaScript code is executed within the user's web browser, allowing for client-side scripting and interaction with the website's DOM (Document Object Model).

Typescript

Typescript

Programming language

TypeScript is an open-source programming language developed by Microsoft that is a superset of JavaScript. It adds static typing to JavaScript, which allows for easier error detection and improved code quality. TypeScript code is then transpiled to JavaScript code for browser compatibility. It also includes features such as classes, interfaces, modules, and more to aid in large-scale application development.

Reactjs

Reactjs

JavaScript library

React is a JavaScript library that is used for building user interfaces. It was created by Facebook and released in 2013. React allows developers to create dynamic and interactive UI components through a declarative and efficient way of creating user interfaces. It is commonly used for building single-page applications and is known for its component-based architecture, which makes it easy to reuse and maintain code.

React Native

React Native

Open-source mobile application framework

React Native is an open-source mobile application framework created by Facebook that allows developers to build mobile applications using JavaScript and React. It enables developers to build cross-platform mobile apps for iOS and Android, with the ability to share code between the two platforms. React Native allows developers to use familiar tools and techniques to create high-quality mobile apps quickly and efficiently.

Next.js

Next.js

React framework

Next.js is a React-based framework created by Vercel for building modern web applications. It offers hybrid rendering, combining Server-Side Rendering (SSR) and Static Site Generation (SSG) to optimize SEO and speed. It uses a file-based routing system, where each file in the /pages folder automatically becomes a route. It allows you to create API Routes, making it useful for developing full-stack applications. It includes automatic optimizations like code splitting and native integration with next/image to enhance performance. It supports various styling options, such as CSS, Sass, or Tailwind, and handles internationalization (i18n). Next.js is ideal for building static sites, dynamic applications, and high-performance projects. It has a robust ecosystem and is easy to deploy on platforms like Vercel. It’s perfect for projects where SEO and performance are critical.

Angular

Angular

Web application development framework

Angular is a popular open-source platform and framework for building client-side web applications. It is maintained by Google and allows developers to use HTML, CSS, and JavaScript to create dynamic and interactive web applications. Angular provides a robust set of tools and features to simplify the development process, including data binding, dependency injection, and routing.

HTML 5

HTML 5

HyperText Markup Language

HTML5 is the fifth and latest version of the HTML (HyperText Markup Language) standard, which is used to create and design websites and web applications. It incorporates new features and improvements in areas such as multimedia, graphics, semantics, interactivity, and mobile support. HTML5 is widely supported by modern browsers and has become the standard for web development.

CSS 3

CSS 3

Cascading Style Sheets

CSS3 is the latest version of the Cascading Style Sheets (CSS) language, which is used for styling and formatting web pages. It introduces several new features and enhancements compared to CSS2, including new properties, selectors, units, and media queries. CSS3 allows web designers to create more visually appealing and dynamic websites with less reliance on images and JavaScript.