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