introduction of programming tips site

20
Introduction of Programming-tips site http://programming- tips.info/en

Upload: ryosuke-miyahara

Post on 05-Aug-2015

126 views

Category:

Software


0 download

TRANSCRIPT

Introduction ofProgramming-tipssitehttp://programming-tips.info/en

Author

ryosuke ( @miracle_panda )

- Japanese programmer

- Working for precision equipment maker

Today’s topic

Introduction of a new web site

➢ What is this?

➢ How to manage?

Trigger

During programming, sometimes I google

“How to implement this process?” *1

(*1 for example, string replacement)

Trigger

Forms of writing depend on authorSome sites don’t show result

Some sites are hard to understand...

Trigger

Therefore, when I write programming topic on my blog, I write article always with the following:

● Source code● Execution method and result

Trigger

In particular, 1. Write source code on

Github Gist2. Refer to source code on

Github Gist from my blog3. Write explanation and result

on my blog

Trigger

Some programmer find my blog by googling

ヽ (´◡` ) ノ

Trigger

But...this process is...

(´ ・ _ ・ `)

_人人人人人人人人人_ > messy!! <

 ̄ Y^Y^Y^Y^Y^Y^Y^Y  ̄

ヽ ( ;´Д ` ) ノ

Trigger

Trigger

If we are software engineer,

we should remove messy process!

...you know

Requisite

Even if it is tip, it is just source codeI’d like to control tips on Github

I’d like to write execution method, result, and explanation carefully,

But I’d like to write them easily

I believe this architecutre is nice!

push programming tips into

pull ● Pull tips to my develop server

● Parse these tips, and generate static html by developed application

● Deploy generated html to web server

deploy

with fixed format

Structure on Github

Seeing is believing

So, please see:

Repository for tips :https://github.com/RyosukeMiyahara/programming-recipe

Programming tips site (English)http://programming-tips.info/en

Programming tips on Github

When “Hello world” is written in 6 languages:

6 programming languages exist in one repository!

Future prospects

Boost contents

Get contributor

Ambition

Be a standardof

programming tips site!

Thank you!

Thank you !