Sider UI Updates
2019 has been a busy year here at Sider so far, and our team has shipped multiple updates including those of our UI. Based on our users’ feedback, complaints and…
2019 has been a busy year here at Sider so far, and our team has shipped multiple updates including those of our UI. Based on our users’ feedback, complaints and…
(Left: Koichiro Sumi, CEO. Right: Taichi Kasahara, Head of Business Development)Sider is excited to announce that we have launched our first US office in SOMA, San Francisco.We believe code review…
(From the left) Aaron Patterson from GitHub and Soutaro Matsumoto from SiderGitHub Satellite Tokyo was held for two days through June 12th to 13th, 2018. Our Sider team requested an exclusive…
Usage of Go is increasing within the company. Due to it being a compiler as well as a static type language, one of its key features is fast execution speed.…
In JavaScript, there can be many possible implementations for solving the same problem. There are also many ways for source code to become hard to understand, like the accumulation of…
This article is about Flake8, which we also use in SideCI. There may be duplicate parts from the article we wrote just about one year ago, but I will mainly…
In this article, we discuss about Brakeman. After the introduction of Rails, Ruby started to be used for web development the world over. Rails is a full-featured and convenient framework,…
With RuboCop, you can carry out a static analysis of Ruby code and automatically check several contents before assigning your code review. You can install RuboCop via RubyGems, so it’s quite…
PHP is one of the most popular languages for application development, and it enjoys widespread use. With a history of 20 years, many libraries and frameworks have been developed for…
Are you writing code that follows the coding conventions? In the first place, I think most businesses might not even have their own coding conventions. Of course, I can’t say…