About me

My photo

Let’s Connect

Feel free to reach out at filipe.gaio@hotmail.com.
I’m open to collaborate on tech, cybersecurity, or music projects.
Always excited to hear new ideas and help meaningful work grow.


          using namespace std;

          class Filipe {
          private:
              string name = "Filipe Gaio";
              int age = 21;
              vector<string> hobbies = {"Music", "Roller Hockey", "Coding", "Chess", "Surfing", "CTFs"};
          public:
              vector<string> languages = {"C++", "C", "Java", "C#", "SQL", "HTML", "CSS", 
                  "JavaScript", "TypeScript", "Python", "PHP", "sage"
                  "Haskell", "Prolog", "Assembly", "Bash"};

              vector<string> frameworksAndTech = {
                  ".NET", "Node.js", "Next.js", "Angular", "Laravel",
                  "Tailwind CSS", "Docker", "PostgreSQL", 
                  "REST APIs", "Nginx", "Git"
              };

              vector<string> tools = {
                  "Ghidra", "Binja", "Metasploit", "Wireshark", "gdb",
                  "JetBrains IDEs", "VS Code", "Visual Studio", "Neovim",
                  "Kali Linux", "Burp Suite", "Photoshop", "Illustrator",
                  "Figma", "Ableton Live", "Sony Vegas", "OBS", "MuseScore"
              };
          };

          int main() {
              cout << "Check my music portfolio on Spotify (Filipe Gaio) or any other platform" << endl;
              return 0;
          }