Skip to content
View thepablosantos's full-sized avatar
๐Ÿ˜„
๐Ÿ˜„
Block or Report

Block or report thepablosantos

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
thepablosantos/README.md

Hi, I'm Pablo Santos โœŒ๏ธ

Linkedin Notion

๐Ÿ‘‹ Hello and welcome to my profile!

My name is Pablo, I am 30 years old, and currently, I reside in Dublin, Ireland. Throughout my career, I have always been immersed in the world of technology. Just over a year ago, I decided to steer my trajectory towards the field of blockchain, an area that has completely captured my interest.

Additionally, I am a certified Blockchain Engineer with a strong interest in the intersection between blockchain and artificial intelligence. I firmly believe in the transformative potential of these technologies, capable of revolutionizing industries and redefining how companies operate. ๐Ÿš€

Welcome to my GitHub

pragma solidity ^0.8.18;

import "hardhat/console.sol";

contract GitHubProfile {
    string public welcomeMessage;

    constructor() {
        console.log("Deploying GitHubProfile");
        welcomeMessage = "Hello! Welcome to my GitHub profile!";
    }

    function greet() public view returns (string memory) {
        console.log("Introducing the welcome message: %s", welcomeMessage);
        return welcomeMessage;
    }
}

Technologies I work with


I'm excited to delve further into how Data, AI, and blockchain can be used to create creative and efficient solutions, and I continue on this path of continuous learning!!

Top Langs

Pinned

  1. token-erc20 token-erc20 Public

    JavaScript 1

  2. PowerBI PowerBI Public

    Projetos relacionados a BI e Data Science

    1