Skip to content
View zkan's full-sized avatar
🐻
Stay Hungry. Stay Foolish.
🐻
Stay Hungry. Stay Foolish.

Block or report zkan

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

Hi there 👋

from dataclasses import dataclass, field
from typing import List


@dataclass
class DataCraftsman:
    name: str = "Kan Ouivirach"
    pronouns: str = "he/him/his"
    current_role: str = "Data Product Developer and Technical Coach"
    passions: List[str] = field(
        default_factory=lambda: [
            "software-engineering",
            "data-engineering",
            "data-science",
        ]
    )

    def say_hi(self):
        return "Hi! Thanks for dropping by. :-)"


me = DataCraftsman()
print(me.say_hi())

💬 Ask me anything about software engineering, data engineering, data science, and Python! 🐍

📝 Blogs

✍🏻 My Latest Posts on Hashnode

🙇🏻‍♂️ Support

"Buy Me A Coffee"


This README file is generated every day!
Last refresh: Friday, 5 August, 08:26 GMT+7
This profile is inspired by Thomas Guibert

Pinned Loading

  1. intro-to-machine-learning Public

    Introduction to Machine Learning

    Jupyter Notebook 26 10

  2. tictactoe Public

    Tic Tac Toe using Minimax and Reinforcement Learning

    Python 29 8

  3. GSoC2012 Public

    Short example using SimpleCV to submit to GSoC 2012

    Python 5 4

  4. thedataengineeringbook/thedataengineeringbook Public

    The Data Engineering Book - หนังสือวิศวกรรมข้อมูล ของคนไทย เพื่อคนไทย

    JavaScript 112 43

  5. data-pipelines-with-airflow Public

    Skooldio: Data Pipelines with Airflow

    Python 22 15

  6. getting-started-with-analytics-engineering Public

    Getting Started with Analytics Engineering

    Makefile 12 147

1,130 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March April
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Contributed to zkan/data-engineering-bootcamp, zkan/brag-documents, zkan/rails-tutorial and 81 other repositories
Loading A graph representing zkan's contributions from April 14, 2024 to April 20, 2025. The contributions are 89% commits, 9% pull requests, 2% code review, 0% issues.

Contribution activity

April 2025

Reviewed 1 pull request in 1 repository
dataengineercafe/thailand-province-latitude-longitude 1 pull request
74 contributions in private repositories Apr 2 – Apr 19
Loading