tamer1an (Andrii Trybynenko) · GitHub
Skip to content
View tamer1an's full-sized avatar
🐋 Docking
🐋 Docking

Block or report tamer1an

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

Andrii Trybynenko

Senior Software Engineer · Mastercard · Lisbon, Portugal

LinkedIn GitHub followers Stars Arctic Code Vault


About

Full-stack engineer with deep roots across the JavaScript ecosystem, backend systems, embedded hardware, and creative tech. I document what I learn as mind maps — a growing archive spanning 15+ domains from browser internals to BigData pipelines. Currently building payments infrastructure at Mastercard.

Member of Google Developer program. My code is preserved in the GitHub Arctic Code Vault — a snapshot stored 250 m underground in Svalbard for future generations.


Knowledge Maps

Mind maps authored in Adobe Illustrator — each one a deep-dive reference for its domain. Inspired by open documentation, video tutorials, passed courses e.g Udemy account

Domain File Focus
🤖 AI & ML AI.ai Machine learning, neural nets, tooling
🌐 HTML5 HTML5.ai · PDF Canvas, WebGL, APIs, semantics
⚙️ JavaScript JAVASCRIPT.ai Core language, patterns, runtime
⚛️ React.js REACTJS.ai Component model, hooks, state
🐍 Python & BigData Python&BigData.ai Data pipelines, pandas, Spark
🐹 Go GO.ai Concurrency, services, stdlib
☕ Java & Android JAVA&ANDROID.ai JVM internals, mobile dev
🐘 PHP PHP.ai Backend, frameworks, patterns
🗺️ Maps & Geo MAPS.ai Geo APIs, spatial data
🔌 jQuery JQUERY.ai DOM, Ajax, plugins
🏗️ Backbone.js BACKBONEJS.ai MVC, models, events
🏢 ExtJS ExtJS.ai Enterprise UI framework
🔧 Arduino ARDUINO.ai Embedded C, sensors, IoT
🎮 Unity & Cinema Unity_CInema.ai 3D, game dev, rendering
🎨 Maya MAYA.ai 3D modelling, rigging, animation
🖼️ Graphic Design GRAPHIC.ai Visual systems, typography
📡 SEO & Services SEO_SERV.ai Web visibility, service architecture
⚡ Flash / ActionScript FLASH.ai Historical — rich media & AS3

Notable Projects

A free, open-source fork of the Octotree browser extension (v2) — GitHub file tree navigation for everyone, no paywall.

octo-free screenshot

GitHub integration nodes for Node-RED — wire GitHub events into visual automation flows.

A Node.js C++ addon to monitor heap usage, detect memory leaks, and capture heap diffs in production.

A curated collection of browser DevTools snippets for everyday debugging and profiling.


Tech Stack

Languages JavaScript TypeScript Python Go Java C++ PHP

Frontend React HTML5 CSS3

Backend & Infra Node.js Docker MySQL Linux

Data & AI Python ML

Creative & Hardware Blender Arduino Adobe


GitHub Stats

GitHub Stats Top Languages


Achievements

Badge
🧊 Arctic Code Vault Contributor Code preserved 250 m underground in Svalbard
⭐ Starstruck 5,000+ stars earned across repositories
🦈 Pull Shark ×2 Consistent open-source contribution
👥 Pair Extraordinaire Collaborative engineering
🏅 1st Place — Diplomas Hackathon / competition wins

Interests

FP & Reactive · BigData · ML / AI · Docker · Cloud · 3D Printing · Raspberry Pi · Arduino · Blender · *nix · TDD · API Design


Awards & Recognition

Award / Diploma 🏆 Award / Diploma
Official recognition — diploma or certificate awarded for outstanding achievement in engineering or technology.
Tech / Hackathon Event 🤖 Tech / Hackathon Event
Participation in a technology showcase or hackathon — demonstrating hands-on hardware engineering and creative tech skills.
Pocket 2013 — Top 1% Reader 📖 Pocket — Top 1% Reader (2013)
Read 1,243,775 words in Pocket in 2013 — the equivalent of reading The Great Gatsby 27 times. Ranked in the global top 1% of all readers.
Pocket 2014 — Top 5% Reader 📖 Pocket — Top 5% Reader (2014)
Read 894,051 words in Pocket in 2014 — nearly 19 books — ranking in the global top 5% of readers worldwide.

📫 Reach me on LinkedIn · GitHub @tamer1an

Pinned Loading

  1. git git
    1
    # This is Git's per-user configuration file.
    2
    [user]
    3
    # Please adapt and uncomment the following lines:
    4
            name = Andrii
    5
            email = tamerjlah@gmail.com
  2. node-red-contrib-github node-red-contrib-github Public

    Forked from StefanWerW/node-red-contrib-github

    Github for node-red

    HTML 8 3

  3. node-memwatch node-memwatch Public

    Forked from marcominetti/node-memwatch

    A NodeJS library to keep an eye on your memory usage, and discover and isolate leaks.

    C++ 1

  4. PS1 PS1
    1
    export PS1='\[\033[0;32m\]\[\033[0m\033[0;32m\]\u\[\033[0;36m\]@\w\[\033[0;32m\]$(__git_ps1)[\D{%m-%d %H:%M}]\n\[\033[0;32m\]└─\[\033[0m\033[0;32m\]\$\[\033[0m\033[0;32m\] ▶\[\033[0m\]'
  5. devtools-snippets devtools-snippets Public

    Forked from bgrins/devtools-snippets

    A collection of helpful snippets to use inside of browser devtools

    JavaScript