import React from 'react' import SectionIntro from './SectionIntro' import HQCode from '../images/high-quality-code.svg' import ContDelivery from '../images/continuous-delivery.svg' import ModernDevops from '../images/modern-devops.svg' import CodeReviews from '../images/code-reviews.svg' import UXResearch from '../images/ux-research.svg' import UnitIntegration from '../images/unit-and-integration-testing.svg' const WorkStyle = ({ ...props }) => (
High Quality Code

High Quality Code

We have deep understanding of software engineering & computer science and we know what it takes to write high-quality, performant and maintainable code. Clean, readable, robust code is something we strive for.

High Quality Code

Continuous delivery

Deploying new code to production should not take weeks. We know how to build pipelines that allow code changes to be pushed to different cloud environments automatically. Deploying to production is as easy as pressing a button.

High Quality Code

Modern DevOps

We like a "release early, release often" philosophy and to achieve this we use modern DevOps tools like Docker. But DevOps is not only about development and operations, it is also about quality. Automated testing is part of our continuous delivery process, deploying code with a high confidence level

High Quality Code

Code Reviews

“Two Heads are Better Than One”. Code reviews are integrated part of our process which makes catching bugs early before they event get merged into the code. We make sure each change is reviewed by multiple people before shipping it to the production environment.

High Quality Code

UX testing/research

We know it takes more than just an user video or a survey to understand your user experience. We improve UX by watching how real customers interact with your interface (websites, mobile devices, prototypes). The research generates actionable findings to redesign your site or application.

High Quality Code

Unit & Integration testing

Unit and integration testing are vital parts of the testing process. Having automated unit & integration tests is the key prerequisite for writing high-quality code at a fast pace.

) export default WorkStyle