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

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 BackendEngineer, DevOpsEngineer


class SoftwareEngineer(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 = ["Perfumery", "Filmmaking", "Writing", "Mixology", "Homebrewing"]

    @property
    def past_experiences(self):

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

Environments:



Socials:


Hi! Still here? Hope you have a lovely day. Lately I've been trying to solve John Crickett's coding challenges (and I really think that these have been making a better engineer out of me!):


Pinned Loading

  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