Me!

Hi, I'm Fernando👋🏻

Fullstack Developer & Agile Consultor

I've dabbled in various domains - from crafting web platforms with React and Node to leading process enhancements. Currently, I'm all about front-end fun with React at a consulting gig, and I'm totally into Agile methodologies!

Based in Lisbon 🇵🇹, with 6+ years in web development. I'm passionate about creating impactful products.

<Skills/>

My TechStack and Skills

<WebDevelopment/>

/assets/htmlicon-87a584fd.svg-icon

HTML

/assets/cssicon-0a73abd2.svg-icon

CSS

/assets/javascripticon-aee90682.svg-icon

JavaScript

/assets/typescripticon-7e78a5b9.svg-icon

TypeScript

/assets/reacticon-80d42ff2.svg-icon

React

/assets/nextjsicon-7cbdbe75.svg,/assets/nextjsiconwhite-7ce5efad.svg-icon

Next.js

/assets/tailwindicon-7ab0e415.svg-icon

Tailwind

/assets/angularicon-9c4b9f2c.png-icon

Angular

/assets/sassicon-f0e9c104.svg-icon

SASS/SCSS

/assets/materialicon-94d6d9d6.png-icon

Material UI

/assets/bootstrapicon-daff5848.png-icon

Bootstrap

/assets/antdicon-9e951dea.png-icon

Ant Design

<Backend/>

/assets/nesticon-bd2ade39.png-icon

NestJS

/assets/nodejsicon-56ea044e.webp-icon

Node.js

/assets/expressicon-7c781d95.svg,/assets/expressiconwhite-93809d39.svg-icon

Express

/assets/mongoicon-7c1c4a37.svg-icon

MongoDB

/assets/awsicon-46a63aa0.png-icon

AWS

/assets/azure-9438a8d8.png-icon

Azure

<Management/>

/assets/jiraicon-aca5b370.png-icon

Jira

/assets/azureicon-555c2052.webp-icon

Azure DevOps

/assets/trelloicon-3813335b.svg-icon

Trello

I've been exploring the globe while crafting UIs for companies worldwide. Take a look below! 👇

<Projects/>

My Projects

KitsuneX

Introducing Kitsune Canvas, an innovative platform redefining the NFT trading experience. This project offers a collaborative digital canvas where traders can buy, sell, and create within a dynamic ecosystem. From a dynamic marketplace to customizable galleries, Kitsune Canvas empowers users with tools for exploration and expression. This project wasw an exciting journey into the future of NFT trading.

Technologies

KitsuneX-iconKitsuneX-iconKitsuneX-iconKitsuneX-iconKitsuneX-iconKitsuneX-iconKitsuneX-iconKitsuneX-iconKitsuneX-iconKitsuneX-icon
KitsuneX-project-mockup

Spinon Platform

The Spinon is an IoT platform that enables users to visualize data from energy devices and interact with them through customized commands. Designed to provide precise control and insights into energy consumption, Spinon allows users to monitor and manage devices remotely. From displaying real-time data to sending commands such as the energy cut command, this platform offers a comprehensive solution to optimize energy usage and ensure energy efficiency. With Spinon, users can transform how they interact with their energy devices, promoting smarter resource management.

Technologies

Spinon Platform-iconSpinon Platform-iconSpinon Platform-iconSpinon Platform-iconSpinon Platform-iconSpinon Platform-iconSpinon Platform-iconSpinon Platform-iconSpinon Platform-iconSpinon Platform-iconSpinon Platform-iconSpinon Platform-icon
Spinon Platform-project-mockup

KitsuneX

/assets/kitsune-mock-50042d48.svg

Introducing Kitsune Canvas, an innovative platform redefining the NFT trading experience. This project offers a collaborative digital canvas where traders can buy, sell, and create within a dynamic ecosystem. From a dynamic marketplace to customizable galleries, Kitsune Canvas empowers users with tools for exploration and expression. This project wasw an exciting journey into the future of NFT trading.

Technologies

KitsuneX-iconKitsuneX-iconKitsuneX-iconKitsuneX-iconKitsuneX-iconKitsuneX-iconKitsuneX-iconKitsuneX-iconKitsuneX-iconKitsuneX-icon

Spinon Platform

/assets/spinon-mock-241734cc.png

The Spinon is an IoT platform that enables users to visualize data from energy devices and interact with them through customized commands. Designed to provide precise control and insights into energy consumption, Spinon allows users to monitor and manage devices remotely. From displaying real-time data to sending commands such as the energy cut command, this platform offers a comprehensive solution to optimize energy usage and ensure energy efficiency. With Spinon, users can transform how they interact with their energy devices, promoting smarter resource management.

Technologies

Spinon Platform-iconSpinon Platform-iconSpinon Platform-iconSpinon Platform-iconSpinon Platform-iconSpinon Platform-iconSpinon Platform-iconSpinon Platform-iconSpinon Platform-iconSpinon Platform-iconSpinon Platform-iconSpinon Platform-icon

<About me/>

A few code snippets about me

/assets/me-6774b2e1.png

Exploring the World, One Trip at a Time

<p>

</p>

When I'm not glued to screens, I'm out there exploring the world. Whether it's hopping on a plane or hitting the road, I love planning adventures and soaking up new experiences. Traveling fuels my creativity and keeps life exciting!

Coding by Day, Researcher by Night

<p>

</p>

Besides coding, I'm all about diving into research, especially in the world of software engineering. Collaborating with fellow nerds, I'm constantly cooking up new ideas and sharing them with the world. It's all about pushing boundaries and having fun along the way!

Coins: My Little Pieces of History

<p>

</p>

When I'm not geeking out over tech, you might find me geeking out over coins. I've got a thing for collecting these little pieces of history. Each coin tells a story, and I love hunting for the rare ones. It's a quirky hobby, but hey, it's my thing!

10s

<Contact/>

Write me a message and I will get back to you.

import { useState } from "react";
const [sender, setSender] = useState(
"🚀"
);
const [sender, setSender] = useState(
"📧"
);
const [subject, setSubject] = useState(
"📎"
);
const [message, setMessage] = useState(
`Hello from your website, Fernando! 👋
I have a message for you:
""
With the best regards,
`
);