Skip to content
View SelinJodhani's full-sized avatar
:octocat:
Change is the end result of all true learning.
:octocat:
Change is the end result of all true learning.
Block or Report

Block or report SelinJodhani

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

Selin Jodhani

Hi, I am Selin Jodhani!

SelinJodhani followers-count

Currently learning

  • Communication Protocols (In depth)
  • Web Servers
  • Messaging System (PubSub / RabbitMQ)
  • Proxies & Caching

📫 Like to meet me?

Pick a slot if you'd like to meet me and chat about anything you are passionate about - but make sure to describe the agenda.

meet_link


A little more about me...

const selin = {
    pronouns: "He" | "Him",
    code: ["Javascript", "Python", "C++"],
    askMeAbout: ["Web Development", "Software Engineering", "Backend Engineering", "Cats"],
    technologies: {
        backEnd: {
            js: ["Node", "Nest", "Express"],
            py: ["Django", "Flask"]
        },
        devOps: ["AWS", "Docker"],
        databases: ["MongoDB", "MySQL", "Sqlite", "PostgreSQL", "Redis"],
        misc: ["WebSockets", "Selenium", "Web Scraping", "Tkinter"]
    },
    architecture: ["Microservices", "REST"],
    currentFocus: "Digitizing Logistics and Supply Chain",
    funFact: "There are two ways to write error-free programs; only the third one works"
};

Connect with me:

LinkedIn Badge Twitter Badge Gmail Badge Telegram Badge

I love connecting with different people so if you want to say hi, I'll be happy to meet you more! 😊


My GitHub Stats:

SelinJodhani SelinJodhani

Pinned

  1. Accord Accord Public

    Discord clone made using node, express.

    JavaScript 2 1

  2. Open-Chat Open-Chat Public

    Real-time Chat web application made in Django using Django Channels and Websockets.

    JavaScript

  3. InstaFollowbackChecker-Selenium-Tkinter InstaFollowbackChecker-Selenium-Tkinter Public

    Check if the person is following you back or not.

    Python

  4. httpX-difference httpX-difference Public

    Practical difference between http1.1, http2 and http3

    HTML

  5. scaling-websockets scaling-websockets Public

    TypeScript

  6. wc-unix wc-unix Public

    Clone of a unix wc command in golang

    Go