Skip to content
View Diptonil's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Highlights

  • Pro
Block or Report

Block or report Diptonil

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

< diptonil /> < roy />

"Each mirror shows something different..."

Typing SVG



from engineering.positions import APIDeveloper, BackendEngineer, DevOpsEngineer, CTO


class SoftwareEngineer(APIDeveloper, BackendEngineer, DevOpsEngineer):
    """Writing efficient and maintainable software to drive and scale businesses."""

    def __init__(self):
        self.name = "Diptonil Roy"
        self.email = "diptonil.roy.work@gmail.com"
        self.team = "Business Technology & Data"
        self.company = "Confluent"
        self._hobbies = ["Filmmaking", "Writing", "Mixology", "Homebrewing"]

    def __str__(self):
        return f"{self.name} from {self.team} at {self.company}."

    @property
    def past_experiences(self):
        """Only the ones in which I learnt the most."""

        return {
            "Everlytics": DevOpsEngineer("Development and trigger configuration of test server's data pipeline."),
            "TuitionHai": CTO("Complete engineering of EdTech platform backend & cloud maintenance."),
            "Webknot": BackendEngineer("Engineering SSE and data streaming.")
        }

Workspaces (I use multiple environments):



Just another newly helmed backend developer vastly interested (and intimidated!) by open source who watches an unhealthy amount of art-house films, reads classics once in a while and thinks that Vincent Adultman from Bojack Horseman is the most groundbreaking criticism on adulthood ever put on screen.

Socials:

Pinned

  1. chasse chasse Public

    A CLI tool for easing the process of writing boilerplate HTML code with added functionality of reusable components.

    Python 2

  2. chasse-site chasse-site Public

    The official website for Chasse - a CLI tool for easing HTML development by introducing dependency-less reusable components.

    Svelte 1

  3. evergreen-stores evergreen-stores Public

    A highly available and moderately scalable online shop backend supported by a load-balancer and backed by in-memory key-value data stores, with metric-monitoring instances.

    Python 2

  4. eudaimonia eudaimonia Public

    Mental healthcare system founded to be an intermediate step for balancing excessive workloads while juggling with productivity and coping with issues such as frequent burnout, anxiety and depression.

    Python 14

  5. raging-coffee raging-coffee Public

    I had too much coffee and decided to mirror my actions by writing too many programs in Java.

    Java 19 4

  6. imgdb imgdb Public

    An attempt at the recreation of the IMDb including the key feature of movie recommendation using a graph database.

    Python 1