Scuti is on a mission that we provide web services which can change lives of South East Asia.
Our slogan of this half year is "Vietnam National Team".
In order to provide the service to not only Vietnam but also the world, each member must be a top level of professional. In order to be top engineers, we cherish these value below.
- to automate the process as possible and focus on spending the time to develop software,
- ensure software quality using tools,
- never deploy the sh*t code to production server,
- work for users.
Focus on Laravel
Our core technology is Laravel, which is one of the modern PHP framework.
Adopt Repository pattern on Laravel framework and increase the efficiency to develop CRUD functions with test codes with PHPUnit.
Choose modern technology
- The technology we use depend on the customer in outsourcing business so technical region is wider than the business of our product.
- We can choose the technology for our own product and we must keep enhancing so technical region is deeper than the outsourcing business.
Then we can realize wide and deep technical range to develop.
Because we develop our own product, we can choose the technology and tools by ourselves. I'd like to introduce part of our environment.
Because we develop our own product, we can choose the technology and tools by ourselves. I'd like to introduce part of our environment.
Build local environment with Vagrant
Every time we start a new project, a developer build the local environment with Vagrant and generate Vagrantfile. Then we share it with all developers. Using Vagrant, developers can build & share the completely same local environment at a moment.Integrate Github, Trello, Jenkins with Slack
Everything is integrated with Slack and we can know any update on only Slack. We rarely use email and it realizes the quick communication. Then we can cut wasteful time for only communication and can focus on developing the application.Build server network with AWS
We basically use AWS to build server network. It also enables us to build & share instances. Also, we don't need to spend much time to build redundant structure and so on.Ensure the security using security tools such as vuls, VAddy
It's one of the important skills for engineers to ensure the security. In our company, we use vuls and VAddy to ensure security. Using these tools, we can run reproducible test cases.Flexible Scrum process
IMO, the benefits of Scrum process are:
- to share who do what with all,
- to detect the potential issues in advance,
- to keep improve ourselves.
Hybrid (?) retrospective meeting
Automated development process based on CI/CD
We have automated the software development as possible in order to focus on developing the applicant and ensure the software quality.For example, we use framework on framework. This can produce basic test codes every time we add new controllers.
Then, every time we merge to branches, build scripts of Jenkins and run code fixer and static analysis such as duplication and cyclomatic complexity. If a merge doesn't pass any analysis, build script stops and shows the report on Slack. Then we prevent sh*t code from being deployed to production.
0 Comments:
Post a Comment