Skip to content
View YZXBiz's full-sized avatar

Block or report YZXBiz

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
YZXBiz/README.md

Typing SVG


Profile Views ย  LinkedIn ย  GitHub


#!/usr/bin/env python3

class MLEngineer:
    """Building ML systems that ship."""

    def __init__(self):
        self.name = "Jackson Yang"
        self.role = "ML Engineer @ CVS Health"
        self.focus = [
            "Production ML Pipelines",
            "Feature Engineering at Scale",
            "Model Serving & Monitoring",
            "Distributed Training"
        ]

    def philosophy(self):
        return """
        Real ML isn't about notebooks.
        It's about systems that run
        at 3am without paging you.
        """

me = MLEngineer()


๐Ÿš€ Featured Projects

Readme Card Readme Card Readme Card


โšก Tech Stack


ML Frameworks


Data Infrastructure


Infrastructure



๐Ÿ“Š GitHub Analytics




github-snake

                    โ•ญโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎ
                    โ”‚                                  โ”‚
                    โ”‚   Ship it. Monitor it. Scale it. โ”‚
                    โ”‚                                  โ”‚
                    โ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ

Popular repositories Loading

  1. distributed-machine-learning distributed-machine-learning Public

    Distributed Machine Learning - Interactive documentation with tutorials

  2. k8s-docs-tutorial k8s-docs-tutorial Public

    Kubernetes Documentation Tutorial - Interactive documentation with Docusaurus

    Python

  3. practical-lakehouse-architecture practical-lakehouse-architecture Public

    Practical Lakehouse Architecture - Interactive documentation with Docusaurus

    Python

  4. database-internal database-internal Public

    Database Internals - Interactive documentation with Docusaurus

    Python

  5. ddia ddia Public

    Designing Data-Intensive Applications - Comprehensive guide with interactive documentation

    Python

  6. kafka-tutorial kafka-tutorial Public

    Kafka: The Definitive Guide - Enhanced learning edition with superior teaching methods, progressive examples, and visual diagrams. Transform complex distributed systems concepts into accessible knoโ€ฆ

    Shell