Skip to content
View DeployIsComing'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 DeployIsComing

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
DeployIsComing/README.md

Hi there

Linkedin BadgeGmail Badge

Tech-savvy Senior 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, more precisely NLP. Crafting code professionally and for fun.

Designed for Netscape 3.0 or higher

╔══════════════════════════════════════════════════════════════════╗
║ ║
║ ██████╗ █████╗ ██████╗ ██╗ ██████╗ ███████╗ ║
║ ██╔════╝██╔══██╗██╔══██╗██║ ██╔═══██╗██╔════╝ ║
║ ██║ ███████║██████╔╝██║ ██║ ██║███████╗ ║
║ ██║ ██╔══██║██╔══██╗██║ ██║ ██║╚════██║ ║
║ ╚██████╗██║ ██║██║ ██║███████╗╚██████╔╝███████║ ║
║ ╚═════╝╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝ ╚═════╝ ╚══════╝ ║
║ ║
║ S O F T W A R E E N G I N E E R ║
║ ║
║ ┌─[ SYSTEM BOOT ]────────────────────────────────────────────┐ ║
║ │ │ ║
║ │ [ OK ] Python runtime │ ║
║ │ [ OK ] TypeScript engine │ ║
║ │ [ OK ] Distributed systems │ ║
║ │ [ OK ] PostgreSQL │ ║
║ │ [ OK ] Cloud infrastructure │ ║
║ │ [ OK ] Artificial Intelligence │ ║
║ │ [ OK ] Curiosity │ ║
║ │ │ ║
║ └────────────────────────────────────────────────────────────┘ ║
║ ║
║ $ sudo ./build_future.py ║
║ ║
║ > loading ideas.................................... [DONE] ║
║ > compiling experience............................. [DONE] ║
║ > injecting caffeine............................... [DONE] ║
║ > initializing neural networks.................... [DONE] ║
║ ║
║ ┌────────────────────────────────────────────────────────────┐ ║
║ │ │ ║
║ │ CODE DATA AI │ ║
║ │ │ │ │ │ ║
║ │ └──────────────┬────┴──────────────────┘ │ ║
║ │ ▼ │ ║
║ │ ┌─────────────┐ │ ║
║ │ │ ENGINEER │ │ ║
║ │ └──────┬──────┘ │ ║
║ │ ▼ │ ║
║ │ ┌─────────────┐ │ ║
║ │ │ SOLUTION │ │ ║
║ │ └─────────────┘ │ ║
║ │ │ ║
║ └────────────────────────────────────────────────────────────┘ ║
║ ║
║ $ ./career --status ║
║ ║
║ 20+ years building things that actually have to work. ║
║ ║
║ [██████████████████████████████████████████████████] 100% ║
║ ║
║ $ _ ║
║ ║
╚══════════════════════════════════════════════════════════════════╝

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

  • 🧐 Learning about distributed systems, AI technology and Software Architecture.
  • 💬 Ping me about React, NODE, Python, GitHub and LangChain.
  • 📙 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!

📫 How to reach me

Last Updated on 15/08/2026 16:58:40 UTC

Pinned Loading

  1. node-kickstarternode-kickstarterPublic

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

    TypeScript 5

  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.jsethers-io/ethers.jsPublic

    Complete Ethereum library and wallet implementation in JavaScript.

    TypeScript 8.7k 2.1k

  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.