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

Block or report zkan

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
zkan/README.md

Hi there 👋

class DataCraftsman
  attr_accessor :name, :pronouns, :current_role, :passions

  def initialize(
    name: "Kan Ouivirach",
    pronouns: "he/him/his",
    current_role: "Data Product Developer and Technical Coach",
    passions: ["software-engineering", "data-engineering", "data-science"]
  )
    @name = name
    @pronouns = pronouns
    @current_role = current_role
    @passions = passions
  end

  def say_hi
    "Hi! Thanks for dropping by. :-)"
  end
end

me = DataCraftsman.new
puts me.say_hi

💬 Ask me anything about software engineering, data engineering, data science, Ruby on Rails 💎 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 intro-to-machine-learning Public

    Introduction to Machine Learning

    Jupyter Notebook 25 10

  2. tictactoe tictactoe Public

    Tic Tac Toe using Minimax and Reinforcement Learning

    Python 29 8

  3. GSoC2012 GSoC2012 Public

    Short example using SimpleCV to submit to GSoC 2012

    Python 5 4

  4. thedataengineeringbook/thedataengineeringbook thedataengineeringbook/thedataengineeringbook Public

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

    JavaScript 115 41

  5. data-pipelines-with-airflow data-pipelines-with-airflow Public

    Skooldio: Data Pipelines with Airflow

    Python 23 14

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

    Getting Started with Analytics Engineering

    Makefile 14 147