Skip to content
View alfasin's full-sized avatar
πŸ––
He bag production, he got walrus gumboot
πŸ––
He bag production, he got walrus gumboot

Block or report alfasin

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

Nir Alfasi

  • I’m currently working at Tikal Knowledge as a Senior Software Engineer & Tech Lead
  • My specialties are: microservices | distributed | scale | backend | Nodejs | Typescript | Python | Java
  • As part of my duties @ Tikal, I’m running the backend tech circle
  • My current client is truvify.com: I was the first engineer in the company, and now I'm part of a team of three engineers and two (excellent) founders
  • I have a passion for LLMs, I love working with them and consider them as additional team members
  • πŸ’¬ Ask me anything!
  • πŸ“« How to reach me: [email protected]
  • ⚑ Fun fact: I love playing CSGO-2 on my free time

🌐 Socials

LinkedIn Medium

profile for Nir Alfasi at Stack Overflow, Q&A for professional and enthusiast programmers

πŸ“Š GitHub Stats



Pinned Loading

  1. chatgpt chatgpt Public

    TypeScript 2 1

  2. Bluesnap-API Bluesnap-API Public

    Bluesnap API

    PHP 4 2

  3. Google-Admin-Directory-API Google-Admin-Directory-API Public

    A few Python implementations of REST/SDK calls against Google's APIs.

    Python 7 2

  4. dotfiles dotfiles Public

    Forked from jsjeannotte/dotfiles

    .files, including ~/.osx β€” sensible hacker defaults for OS X

    Python

  5. A Nodejs implementation of a console... A Nodejs implementation of a console transport logger based on Winston 3.x which also prints the filename and line-number
    1
    
                  
    2
        const winston = require('winston');
    3
        const { format } = winston;
    4
        const { combine, colorize, timestamp, printf } = format;
    5