HDE BLOG

コードもサーバも、雲の上

JavaScript

Tool to help developing AWS Lambda function in Python on your local machine.

We are trying to migrate some part of our service from daemon on EC2 server to serverless function on Lambda. By doing this, we will be able to save some pennies on AWS service and save some time from server maintainence. At first, we did …

Implementation of GUI Framework Part2

Implementation of gui framework part2 from masahiroookubo This slide is a description of GUI Framework which is implemented in order to develop to administration screen of the web application. This time, it describe how to using Bootstrap …

Internationalization of JavaScript

I18n of java script from Junichi Shinohara angular-gettextの紹介です。 angular-gettextは、JavaScriptから翻訳したい文字列を抽出しpoファイルを作成できます。また、poファイルをJavaScriptのObjectやJSONへ変換できます。 translateディレクティブを…