GithubHelp home page GithubHelp logo

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

Kan Ouivirach's Projects

ratatouille-radar icon ratatouille-radar

A data science solution for NYC Department of Health restaurant inspection with Excel and Tableau

react-in-patterns-th icon react-in-patterns-th

หนังสือแจกฟรีที่อธิบายเกี่ยวกับดีไซน์แพตเทิร์นและเทคนิคที่ใช้สำหรับการพัฒนาเว็บแอพพลิเคชันด้วย React

react-jest-gulp-jspm-seed icon react-jest-gulp-jspm-seed

Seed project for writing ReactJS components in TDD fashion. This seed uses Jest for unit testing, Gulp for building and JSPM as the browser package manager.

react-starter-kit icon react-starter-kit

React Starter Kit — isomorphic web app boilerplate (Node.js, Express, GraphQL, React.js, Babel, PostCSS, Webpack, Browsersync)

readme icon readme

:wave: - The documentation for being an Artsy Engineer

realworld icon realworld

"The mother of all demo apps" — Exemplary fullstack Medium.com clone powered by React, Angular, Node, Django, and many more 🏅

rectangle icon rectangle

Move and resize windows on macOS with keyboard shortcuts and snap areas

refined-github icon refined-github

:octocat: Browser extension that simplifies the GitHub interface and adds useful features

retaliation icon retaliation

A Jenkins "Extreme Feedback" Contraption - fire foam rockets at build breaking perpetrators.

retrospective icon retrospective

Retrospective tool that keeps track on what and how we do in each sprint.

rheas icon rheas

Regional Hydrologic Extremes Assessment System

rl_udacity icon rl_udacity

Examples and notes related to the Reinforcement Learning MOOC (Udacity) by Georgia Tech.

rxcode icon rxcode

iOS Sample App using RxSwift, RxCocoa, RxAlamofire and RxVlocking for unit test

s3simple icon s3simple

A bash S3 client with minimal dependencies

sample-plugin icon sample-plugin

Example plugin, generated using `wp scaffold plugin sample-plugin`

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.