[Hackathon] IngredientChecker Application

[Hackathon]  IngredientChecker Application

About IngredientChecker In the era of the 4th Industrial Revolution, many consumers have begun using technology to improve their quality of life. Health is the top priority, and nowadays there are many different products appearing worldwide in various categories such as skincare, functional foods, drugs, etc. However, most of them contain chemical ingredients that the majority of ordinary users are not familiar with regarding their […]

Read More

[Hackathon] Introduction to Easy Medicine App – Team Healthy Healthier

[Hackathon] Introduction to Easy Medicine App – Team Healthy Healthier

Nowadays, many app has been created to make our daily tasks become simpler and more efficient. One of the most competitive features among apps is automation. That is, humans will only do the minimum of operations and leave the rest to the application. Since Artificial Intelligence – AI has become more and more popular, automation is now everywhere, and at the same time, it has […]

Read More

MONITORING API USING AMAZON CLOUDWATCH SYNTHETICS CANARIES

MONITORING API USING AMAZON CLOUDWATCH SYNTHETICS CANARIES

Introduction AWS CloudWatch As a service to help monitor, aggregate, and analyze data, resources running on AWS. This service helps to provide practical information in real-time, allowing monitoring of memory areas of applications, infrastructure, and services such as Ram, Disk,… and use alerts; help optimize application performance, manage resource usage, and understand the health of your entire system, AWS resources, and customer applications running on […]

Read More

Run load test with K6 and Postman

Run load test with K6 and Postman

What is K6? Grafana k6 is an open-source load testing tool that makes performance testing easy and productive for engineering teams. Using k6, you can test the reliability and performance of your systems and catch performance regressions and problems earlier. We can write tests directly using K6 and run them. But in this article, I will explain how to run k6 tests with the existing […]

Read More

Redis and Redis Stack

Redis and Redis Stack

Introduction Redis (Remote Dictionary Server) is one of the NoSQL-style database management systems. Used to store structured data as key-value on RAM with high performance. Can be used as a database, cache or message broker. Redis can also be used as a database stored in RAM to speed up processing. Redis currently offers response times at speeds of less than a millisecond, as Redis allows you to […]

Read More

Briswell Vietnam World Cafe 2022 – Cheap trip in Saigon

Briswell Vietnam World Cafe 2022 – Cheap trip in Saigon

It’s been a long time since we held a company event at the office. Many staff is working remotely, and the work environment for employees has improved but decreased the opportunities for casual conversations and questions. That caused difficulties to build relationships compared with before. In particular, I felt that the distance between new employees and the remote work staff mainly did not shrink much. […]

Read More

TypeORM and Query Builder in TypeORM

TypeORM and Query Builder in TypeORM

Introduction TypeORM is an ORM that can run in NodeJS, Browser, Cordova, PhoneGap, Ionic, React Native, NativeScript, Expo, and Electron platforms and can be used with TypeScript and JavaScript (ES5, ES6, ES7, ES8). Its goal is to always support the latest JavaScript features and provide additional features that help you to develop any kind of application that uses databases – from small applications with a […]

Read More

How to Add Authentication to a Vue.js App Using AWS Amplify

How to Add Authentication to a Vue.js App Using AWS Amplify

What’s AWS Amplify? AWS Amplify is an open-source framework created by Amazon that contains a set of tools and services that can be used together or on their own. One of the tools is Amplify Auth. Amplify Auth lets you quickly set up secure authentication and control what users have access to in your application. The Amplify framework uses Amazon Cognito as the main authentication […]

Read More