Skip to content
View iradofurioso's full-sized avatar
🧠
Make it work, Make it right, Make it fast
🧠
Make it work, Make it right, Make it fast
Block or Report

Block or report iradofurioso

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
iradofurioso/README.md

Hi there

Linkedin Badge Gmail Badge

Tech-savvy Software Engineer with expertise in Node.js, TypeScript, Python, PHP, and more. I hold advanced degrees, including a Ph.D. that interfaces between linguistics and technology. Crafting code at @ExxonMobil, I'm weaving innovation into reality.

{
  "name": "Carlos Eduardo",
  "title": "Experienced Senior Software Engineer",
  "specialties": ["Node.js", "TypeScript", "Angular", "React", "PHP", "Python", "Web3 - SmartContracts"],
  "passion": "Passionate about building robust and scalable applications.",
  "background": "Strong foundation in software engineering with a background in linguistics.",
  "education": [
    {
      "degree": "Undergraduate degree in Linguistics"
    },
    {
      "degree": "Post-graduate master's degree in Corpus-based Translation Studies"
    },
    {
      "degree": "Ph.D. in Language Studies focused on Natural Language Processing and Computational Linguistics"
    }
  ],
  "experience": [
    {
      "position": "Senior Full Stack Engineer",
      "company": "@ExxonMobil",
      "details": "Developing advanced data analytics applications."
      "stack": ["angular","python","typescript","snowflake","openshift","apache airflow","azure"]
    }
  ]
}

Think About

"Any fool can write code that a computer can understand. Good programmers write code that humans can understand."
Martin Fowler

"done is better than perfect".
Sheryl Sandberg - COO of Facebook

⚡️ A Few Quick Facts

  • 🔭 I’m currently working at ExxonMobil.
  • 🧐 Learning about Blockchain, Smart Contracts, dAPP and Solidity.
  • 💬 Ping me about React, NODE, Web 3.0, GitHub and AWS.
  • 📙 Check out my Scientific Resume.
  • 🤓 Check out my Research Gate.
  • 📚 Check out my Google Scholar.
  • 📫 ORCID: 0000-0002-4351-2968
  • ⚡ Fun fact: There's 10 kinds of people. Those who get Binary and those who don't!

🚀 Some Tools I Use

react angular-js bootstrap css3 javascript typescript mongodb mysql redis nodejs python nginx aws gcp Docker linux git

📫 How to reach me

PS: In case you are using this profile template or structure, please don't forget to give a star or follow me here.

Last Updated on 09/08/2023 16:58:40 UTC

Pinned

  1. node-kickstarter node-kickstarter Public

    A boilerplate for building production-ready RESTful APIs using Node.js.

    TypeScript 4

  2. Example genesis.json for an Ethereum... Example genesis.json for an Ethereum blockchain
    1
    {
    2
      "config": {
    3
        "chainId": 33,
    4
        "homesteadBlock": 0,
    5
        "eip155Block": 0,
  3. ethers-io/ethers.js ethers-io/ethers.js Public

    Complete Ethereum library and wallet implementation in JavaScript.

    TypeScript 7.7k 1.8k

  4. Installing XDEBUG in PHP 7.4 - MacOS... Installing XDEBUG in PHP 7.4 - MacOS - brew
    1
    $ pecl install xdebug
    2
    $ vim /usr/local/etc/php/7.2/php.ini 
    3
    
                  
    4
    Remove the line
    5
    zend_extension=xdebug.so
  5. Fatal: Tag 'X.Y.Z' already exists. P... Fatal: Tag 'X.Y.Z' already exists. Pick another name
    1
    Delete de tag 
    2
    git tag -d X.Y.Z
    3
    Create again or create the hotfix / feature again.