takp.me
Berlin as a next city to move
http://takp.me/posts/berlin-as-a-next-city-to-move
Berlin as a next city to move. Consider Berlin as a next city. I live in Bangkok with my wife currently, but we’re thinking to move to the another city. We really like to stay in Thailand but we feel like we need some change and challenge. Berlin is one of our candidates so that we visited Berlin to see how it is like. I wrote down my thoughts about Berlin here. Is the weather freezing? I don’t know but it’s good for me :). Sony Center Berlin🏢#berlin #sonycenter. Dec 30, 2016 at 4:38am PST. First, the t...
takp.me
about
http://takp.me/about
I’m a Japanese web developer. Work as a freelance. And I currently live in Bangkok Thailand. I grew up in Hyogo Japan, which is near Osaka. I started my career as sales but after 3 years experience, I realized I love to create something. So I started studying programming by my own, with great help from the books and my experience in physics in the university (I took many computer science classes there). After I establish my own company in Japan, I moved to Bangkok Thailand on 2014. Contact me by Twitter.
takp.me
Rails Architecture with Service and Decorator
http://takp.me/posts/rails-architecture
Rails Architecture with Service and Decorator. After we start to develop the application, we continue to develop and the application become bigger. Then you may encounter to the problem like “fat controller” or “fat model”. If you need to put the business logic, but it’s not related to any model or related to more than 2 models, where are you gonna locate it? And if the models got fat, how are you gonna make it slim? I’m gonna introduce my architecture how I separate and keep clean. And put your actual c...
takp.me
Boilerplate for Rails 5
http://takp.me/posts/rails-5-boilerplate
Boilerplate for Rails 5. Needs for Rails 5 Boilerplate. I’ve been working with Ruby on Rails more than 3 years and I started feel I need a good template to make a rocket start. What I need for the boilerplate is…. UI: Bootstrap, FontAwesome. Nice template engine (Slim or Haml). Includes only basic functions (not fancy features). Better to have a basic user authentication (Devise gem). Please take a look at Github here: https:/ github.com/takp/rails5-boilerplate. Ruby on Rails 5.0. And about the decorator...
takp.me
Create Tag functions to Rails without gem
http://takp.me/posts/create-tag-functions-to-rails-without-gem
Create Tag functions to Rails without gem. Why I decided to make the Tag functions by myself. If you’re developing with Rails, I think you’ve heard of this famous gem acts-as-taggable-on. You might ask me, “why don’t you use this gem? Rdquo;. This gem helps you to create the Tags so easily, even you don’t need to think about the database structure because this gem will generate the basic one. But there’s a weak point, as the other gem also has. It is…. Not easy to modify. How I made the Tag. This create ...
takp.me
Update Node.js version to V6 from V5 (CentOS)
http://takp.me/posts/update-nodejs-to-version-to-v6-in-centos
Update Node.js version to V6 from V5 (CentOS). I have been using Node V5 inside the AWS EC2. This time I need to update it but I got in problem, this is the memo how I solved it. I need to update to Node V6 from V5, so I tried to. The Node from the new repository. Keep using the old repository and does not use the new one, even I registered the new V6 repository for install. Rsquo;s cache keep holding the old repository so that I couldn’t update it. What I needed to do is to clear the. Rsquo;s cache first.
takp.me
'timely': Created CLI tool made by Golang
http://takp.me/posts/timely-created-cli-tool-made-by-golang
Timely: Created CLI tool made by Golang. I made a CLI tool to get the timely info for the engineers. Day by day, the information about the new technologies that the web engineer should follow are increasing. They are news, articles, blogs, facebook posts, twitter and so on. Now it is not easy to follow the all info. What is the best way to get the timely info quickly and easily. It may be useful to use the CLI tool that can get the timely info by hit just 1 line code. That’s why I made the. Timely t - - ...
takp.me
New year's resolutions for 2017
http://takp.me/posts/new-years-resolutions-2017
New years resolutions for 2017. New year’s day in Berlin. About last year - 2016. I’ve been working with the clients for 1 year as a lead developer and I can extend my ability in many aspects. While the web meeting held every week, I need to think about how to solve the request from the client technically, and I need to think about the best answer comparing the pros and cons including the developing cost. There was not a big change for my work, but I keep my effort every day in this year. Cli tool, yay!
takp.me
Why I started the English blog
http://takp.me/posts/why-i-started-the-english-blog
Why I started the English blog. I’ve been writing the blog in Japanese for 5 years or more, writing about my life, programming, work, everything. After I changed my place to Bangkok, I became to feel I need to spread information more. What I’m gonna write. I haven’t decided yet. but it must be something I’m interested in, so it’s gonna be…. Programming and programming tips. My thought about Japan. Next Post →. Takayoshi Nishida • 2017 • @Takp Blog.
takp.me
Application Load Balancer - AWS ElasticBeanstalk Setting
http://takp.me/posts/application-load-balancer-with-elastic-beanstalk
Application Load Balancer - AWS ElasticBeanstalk Setting. What is Application Load Balancer? The Application Load Balancer works at the layer 7 (application layer), and the standard load balancer works at the layer 4 (transport layer). There are many benefits with it. It enables more sophisticated load balancing, like multiple port to certain paths. But for me, the most biggest benefit is I can use HTTP/2. Configuring an Application Load Balancer. AWS - Application Load Balancer Details. Attach SSL certi...
SOCIAL ENGAGEMENT