Skip to content
View MeisQuietude's full-sized avatar
πŸ’»
Working
πŸ’»
Working

Block or report MeisQuietude

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.

Content in all repositories owned by your account will be closed.
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
MeisQuietude/README.md

Hi, I'm Stepan πŸ‘‹

Lead engineer β€” data engineering since 2021.

I lead a team that builds data-heavy backends β€” architecture, reviews, and hands-on code. Languages come and go β€” Python today, whatever fits tomorrow. The work itself:

  • Collecting data at scale β€” external APIs, open sources, and crawling built with an understanding of client fingerprinting β€” from headers down to TLS
  • Processing and storing it β€” designing pipelines and choosing storage to match the data's shape, volume, and access patterns
  • Serving it β€” APIs that deliver the data to consumers, with clear contracts and predictable behavior
  • Balancing time to market and quality β€” shipping fast when it matters, slowing down where the cost of a mistake is high

I'm a strong advocate of AI agents: agentic workflows are part of my daily engineering routine, and I push for their adoption in the teams I work with.

Pinned Loading

  1. Viewda Viewda Public

    A free, fully offline, cross-platform Apache Parquet viewer

    TypeScript

  2. Determine a reCaptcha version (v2, v... Determine a reCaptcha version (v2, v3) on a website
    1
    function determineRecaptchaVersion() {
    2
        const scripts = document.getElementsByTagName('script');
    3
        let foundV2Invisible = false;
    4
        let foundV3 = false;
    5