Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

686 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Kan Ouivirach

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages