Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vvatanabe/blog.vvatanabe.com

I’ve started writing a blog in English!
https://github.com/vvatanabe/blog.vvatanabe.com

blog english hugo

Last synced: 24 days ago
JSON representation

I’ve started writing a blog in English!

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/vvatanabe/diary.svg?branch=master)](https://travis-ci.org/vvatanabe/blog.vvatanabe.com)

# blog.vvatanabe.com

## Motivation

Hi. I’m Yuichi Watanabe. Please call me Nabe. But why is my last name ends with “nabe?”

My work is a Software Engineer. There are many foreigners in our company. For example, Taiwanese, Indonesians, Swiss, Germans, Americans, Canadians and so on. Lucky to have such great members. I enjoyed developing a products with my colleagues. I need to use English at work. We usually use English and Japanese languages in communicating with each other in our workplace.

But I have a problem. I’m not good in English.

I can do a little reading and writing using English. However, particularly speaking and listening are my weak points.

So, I’ve started writing a blog in English!

The contents are quite different from other blogs. Usually my topics are technology, work, Japanese sake, sumo wrestling, music, daily life activities and so on. If I make mistakes in my English, please pardon me. If you are an engineer, would you give me a pull request on Github please? I would like to communicate enjoyably with my colleagues using English as soon as possible.

I believe Knowing about cultures in various countries will enrich our knowledge.

Thanks!

## Development

```
$ git clone --recursive https://github.com/vvatanabe/blog.vvatanabe.com.git
$ hugo server -D -w
```

## Provision

```
$ cd ./infra
$ terraform apply
```