Light

Tomás Malio

I develop create software.

import { useEffect, useState } from "react";
import { getWorkinghData } from 'controllers';
// Components
import { PersonalInformation } from "./Components/PersonalInformation";
import { WorksDetails } from "./Components/WorksDetails";

// WorkingProfile view
export const WorkingProfile = () => {
      const [loading, setLoading] = useState(true);
      const [working, setWorking] = useState(null);
      
      // Fetch data of the working experience
      const fetchData = async () => {
        try {
          // Calling the endpoint to get the data
          let data = await getWorkinghData('working-experience');

          // Check if there's data and set the working variable
          if (data) {
            setWorking(data);
            setLoading(false);
          }
        } catch (error) {
          console.error('Error to fetch working data', error);
        }
      }

      // Load the content
      useEffect(() => {
        fetchData();
      }, []);
      
      return (
        <div className="content">
          <PersonalInformation />
          <WorksDetails data={working} status={loading} />
        </div>
      );
}

I'm an IT Engineer with an MBA in Business Management. My career began as a Tech Entrepreneur in 2005, during which I developed digital products for medium and large companies across diverse industries. From ticketing and music to software, virtual and augmented reality, metaverse, and even the food sector, I've had the privilege of contributing to exciting projects.

  • APM Terminals

    Lead Software Developer

    May 2023 - Currently

    APM Terminals is a port operating company headquartered in The Hague, Netherlands. A unit of Danish shipping company Maersk's Transport and Logistics division, it manages container terminals and provides integrated cargo and inland services.

    In charge of the platform development team to carry out operations, maintain, and monitor the different terminals around the world.
    We have developed an easy-to-implement platform, which connects to the different terminals and can access information in real time. The great challenge has been to be able to easily deploy in all terminals and align ourselves with established security.
    We have developed an infrastructure strategy that allows us to easily deploy the terminal and thus be able to provide our internal and external clients with what they need to view.

    React.JSJavaScriptNode.JSHTMLSCSSCSSMySQLGitHubCI/CDDockerKubernetesAzure
  • COVREL

    CEO & Co-Founder

    January 2020 - July 2023

    Develop your own virtual environment to be able to connect, relate, expose, and continue innovating without borders together with digital universes.

    With the aim of improving people's learning in their respective jobs, we have developed different actions and products for large companies through disruptive technology.
    From my place, I have developed the company's position at a strategic level, technological solutions that complemented the software, the expansion into Europe and the creativity of the actions.
    We have developed products for companies such as NCR, Coca-Cola, Burger King, Comic Con, among others.

    Angular.JS
  • Rep.eat

    CTO & Partner

    May 2022 - April 2023

    Improving Experience in the Gastronomic Industry.

    I have carried out the development of a platform to make collections and payments with MercadoPago and Stripe, where each restaurant has its wallet connected and the system is in charge of making the link.
    On the other hand, I have developed different solutions as modules on the platform, linking services such as SendGrid to carry out marketing campaigns.
    Finally, an infrastructure strategy was designed with CI/CD to have each environment running constantly, generating certain scripts to verify its operation and provide a 99.998% active service.

    Angular.JSJavaScriptNode.JSHTMLSCSSCSSMongoDBMySQLMercadoPagoStripeSendGridGitLabCI/CDDockerAWS
  • PLUGTY

    CTO & Co-Founder

    February 2016 - December 2019

    Software development company for companies.

    In the search to provide solutions to companies, through Plugty we develop products for different clients, focusing on providing an end-to-end service in terms of planning, prototyping, development and commissioning.
    Among our clients, we were able to develop the prototype of the white label application for N5 Now, the Longboard Girls Crew website, an integration for Burger King between an application with virtual reality and a real-time analysis platform, among other things.

    PHPHTMLLESSCSSJavaScriptMySQLMongoDBWordpressSendGridGitHubDockerAWS
  • TOPSIFY Trends

    CEO & Co-Founder

    January 2017 - January 2020

    A platform developed in partnership with Warner Music, whose goal is to allow music fans to discover, enjoy and experience music in a single space.

    After an important career developing Eventdoo, I was lucky enough to meet with the VP of Warner Music while I was living in Uruguay. A presentation about what could be done in the world of Warner Music changed the story of what was to come.
    We developed a white label platform in 8 countries in Latin America, where we closed an agreement with TIGO to develop TIGO Music in 7 countries and our brand in Argentina.
    Planning on how we could quickly launch platforms for our next clients made us develop something quickly allowing us in a matter of minutes to have a functional platform connected to a database of more than 5 thousand Warner Music artists where you could find: upcoming shows, the latest songs, trivia, enter entries, artist information and much more.
    More than 2.5 million people accessed the different platforms designed to be robust and allow users to listen to the best songs of the moment.

    PHPYii2HTMLLESSCSSJavaScriptMySQLRedisSendGridGitHubDockerAWS
  • Eventdoo

    CEO & Co-Founder

    March 2016 - December 2016

    Collaborative ticketing platform for artists, individuals, producers, brands and companies can promote, market and manage their events.

    From the inception of the MVP to the release of the first version, we have worked using PHP as the main language and Yii2 as the Framework.
    In parallel, the entire platform was designed to have its MVC (Model, Views, Controllers) connecting them to a MySQL relational database.
    The design was thought so that we could have several platforms running simultaneously, without complicating the launch of one, using a white label model that gave us the practicality of quickly registering from our management system and in seconds having the platform running with their styles, domains, etc.
    Our platform was what Movistar Free Music was, which we have re-branded to launch what was Eventos En Comunidad. At the same time, we developed the platform of the Government of the City of Buenos Aires in the area of entrepreneurs. Another of the big brands that joined us was Samsung through its own Samsung Studio.

    PHPYii2HTMLLESSCSSJavaScriptMySQLMercadoPagoSendGridGitHubDockerAWS

Understanding of the problem 🤯, creative thinking 💡, planning and estimation 🗓️, programming and documentation 💻, implementation 🚀.

Welcome! Let's play with a dynamic terminal that allows
you to use some typical commands 🚀.
Type 'help' to see the list of available commands.