An open API service indexing awesome lists of open source software.

https://github.com/zkan/zkan

Kan Ouivirach
https://github.com/zkan/zkan

Last synced: 5 months ago
JSON representation

Kan Ouivirach

Awesome Lists containing this project

README

          

# Hi there 👋

```ruby
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

- Medium: https://zkan.medium.com/
- Hashnode: https://zkan.hashnode.dev/
- DEV Community: https://dev.to/zkan/

## ✍🏻 My Latest Posts on Hashnode

- Data Engineer Cafe: Data Engineering Center of Excellence ของคนไทย เพื่อคนไทย
- ธนาคารไหนทำระบบได้ดีที่สุด? จากข้อมูลระบบออนไลน์ธนาคารไหนล่มมากที่สุดในรอบครึ่งปี 64
- Data Mesh กับห้องครัว 🍳👩🏻‍🍳
- มาลองเล่น Dagster เบื้องต้นกัน
- My Desk Setup for Remote Work

## 🙇🏻‍♂️ Support

[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/yellow_img.png)](https://www.buymeacoffee.com/zkan)

---

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

This profile is inspired by Thomas Guibert