
Manual vs Automated Testing
Rigorous Software Testing when developing an application is essential in the software development process. Generally, testing has two categories: manual and automated,... Read more.

Next.js Framework; Simplify Your Web Building
Have you ever tried to create a React app? Then you will remember all the time it takes to set up our environment and optimization. In this post, we will introduce... Read more.

ReactJS with SASS/SCSS
Have you ever thought about style management? Styling is one of many processes during the web building process. As the development grows, its stylesheets increase... Read more.

Win-Win All Around: How to Maintain a Good Relationship with International Clients
Whether you are a first-timer determined to win the international clients’ hearts, or someone intending to improve relationships with long-term foreign clientele,... Read more.

Hexagonal Architecture Design Pattern
Alistair Cockburn developed hexagonal architecture, or ports and adapters architecture, and used it for designing software applications. We insert inputs and outputs... Read more.

Five Tips to Implement Rolling Ramp Offset Dependency in Build Ramp Sequence of Scheduling
Ramp is one of the mandatory aspects to build a scheduling model. The existing ramp sequence on the scheduling will help the operation team to execute the plan.... Read more.

Using Microsoft Azure Functions to Process Messages from Azure Service Bus
There are several ways to process message in a Service Bus Messages Queue. One of the approach to handle the Azure Service Bus Messages Queue that is cost-effective,... Read more.

How RPA Improves Customer Service
By automating repetitive and mundane tasks, RPA can free up customer service representatives (CSRs) to provide higher levels of customer service. In addition, RPA... Read more.

Repository Pattern Implementation in PHP
Sometimes we have to deal with a growing team, different types of people, and different ways of writing code. With repository patterns, we can make codes more maintainable.... Read more.