Building kedro.dev
━━━━━━━━━━━━━━━━━━

This is my journey to building up the community page.

Date: June 5, 2020

Follow along the Journey as I build out [4m[38;2;248;248;242mkedro.dev[0m <[38;2;248;248;242mhttps://kedro.dev[0m>.

[1m[38;2;189;147;249mBuilding a Community[0m
[38;2;68;71;90m────────────────────[0m

I have really enjoyed my own personal journey as I have started to build all of my data pipeline projects with the kedro framework. I want to start building a place to share resources with the community. I want to see this community grow and flourish. They say in front end web development if you are not using a framework you end up building one. That’s exactly what I was doing before I started using kedro. I want to build out a set of resources that this community can learn from and start to use the framework at their own pace without needing to develop their own from scratch.

[1m[38;2;189;147;249mresearch[0m
[38;2;68;71;90m────────[0m

Looking into the front end frameworks to see how they welcome their community. Much of my inspiration is from them, bringing lessons learned to data.

[1m[38;2;189;147;249m### pages[0m

- banner
- nav

  - docs -> readthedocs
  - tutorial -> kedro-examples
  - blog -> medium
  - community

    - support
    - team
    - courses
    - examples
    - meetups
    - conferences
    - articles
    - podcasts
    - videos
    - external resources
  - search
- examples
- footer
- sponsors
- newsletter
- copyright
-

[1m[38;2;189;147;249m### components[0m

- edit this page
- scrolling toc

[1m[38;2;189;147;249mStack Overflow Api[0m
[38;2;68;71;90m──────────────────[0m

fetch last 5 posts.

[38;2;248;248;242m[code][0m
  https://api.stackexchange.com/2.2/questions?order=desc&sort=activity&site=stackoverflow&tagged=kedro&pagesize=5

[1m[38;2;189;147;249mDEV.to api[0m
[38;2;68;71;90m──────────[0m

fetch last 5 posts

[38;2;248;248;242m[code][0m
  https://dev.to/api/articles?tag=kedro&per_page=5&page=1
