Skills

go back

Serverless Architecture

A cloud computing execution model where the cloud provider runs the server and dynamically manages the allocation of machine resources.

DevOps

CI/CD

Continuous Integration and Continuous Deployment pipelines for automating testing, integration, and deployment of code.

DevOps

AWS

Amazon Web Services, a comprehensive cloud computing platform offering services such as storage, computing, and databases.

DevOps

AWS Amplify

A set of tools and services for building scalable full-stack web and mobile apps, integrated with AWS.

DevOps

Netlify

A cloud platform that automates modern web projects with continuous deployment and serverless functions.

DevOps

Vercel

A cloud platform for static sites and serverless functions, optimized for Next.js.

DevOps

Git

A distributed version control system used for tracking changes in source code during software development.

Version Control

GitHub

A platform for hosting and managing Git repositories, providing collaboration features like pull requests and issue tracking.

Version Control

GraphQL

A query language for APIs that allows clients to request only the data they need, often used in modern web development.

API Handling

Next.js App Router

An advanced routing system in Next.js that allows for dynamic, nested, and API routes with server-side rendering capabilities.

JavaScript

Code Abstraction

The process of organizing code into modules, functions, or classes to reduce complexity and improve maintainability.

Best Practices

Reusable Components

The practice of creating modular and reusable UI components that can be used across different parts of a web application.

JavaScript

API Handling

Techniques and practices for working with APIs, including fetching, error handling, and data manipulation.

API Handling

Data Visualization

The practice of using graphical representations of data to communicate insights, often using libraries like D3.js or Chart.js.

JavaScript

React

A popular JavaScript library for building user interfaces, especially single-page applications.

JavaScript

Next.js

A React framework for server-side rendering, static site generation, and building full-stack web applications.

JavaScript

Astro

A modern web framework focused on performance by delivering zero JavaScript by default in the client.

JavaScript

Alpine.js

A lightweight JavaScript framework that provides React-like functionality with a simpler syntax.

JavaScript

Vite

A next-generation front-end build tool that offers fast development and optimized builds for modern web projects.

Build Tools

NoSQL Databases

Databases that store and retrieve data in formats other than relational tables, such as Firebase or Appwrite.

Databases

SQL Databases

Relational databases that use Structured Query Language for managing and querying data, such as MySQL or PostgreSQL.

Databases

Appwrite

An open-source backend server for web, mobile, and Flutter developers, providing database, authentication, and storage services.

Databases

Firebase

A platform developed by Google for creating mobile and web applications, offering a real-time NoSQL database and authentication.

Databases

MySQL

A popular open-source relational database management system used for storing and retrieving data for web applications.

Databases

Headless CMS

A content management system that provides a way to manage content separately from the front-end, enabling more flexible content delivery.

Content Management

HTML5

The latest version of the HyperText Markup Language, used for structuring and presenting content on the web.

User Interface

CSS3

Cascading Style Sheets used for styling and designing web pages, including features like Flexbox, Grid, and animations.

Styles

TailwindCSS

A utility-first CSS framework that enables rapid UI development with predefined classes.

Styles

Bootstrap

A popular CSS framework for developing responsive and mobile-first websites with prebuilt components.

Styles

JavaScript

A high-level, versatile programming language used to create dynamic and interactive effects within web browsers.

JavaScript