atWare Vietnam Blog ✍️
Stay informed with industry insights,development best practices, and the latest trends in software engineering. Explore our expert perspectives and stay ahead in the digital world.

In the final part of our website revamp series, we focused on optimizing SEO, setting up Google Search Console, and leveraging ChatGPT to refine our content strategy.

In the sixth part of our website revamp series, we created a dynamic Careers Page using Markdown for job listings and Lightsail PostgreSQL for managing internship applications.

In the fifth part of our website revamp series, we built a fully dynamic blog using MDX and automated the migration of old posts with a Python crawler.

In the fourth part of our website revamp series, we show how we created a dynamic contact page and integrated Slack notifications without using a traditional email service.

In the third part of our website revamp series, we focus on deploying the Next.js app to AWS Lightsail Container Service and automating deployments using GitHub Actions. Here's how we created a modern and efficient CI/CD workflow.

In the second part of our website revamp journey, we focused on creating a scalable, beautiful user interface using Shadcn/UI for structure and MagicUI for visual flair. Here's how we combined engineering-friendly components with modern aesthetics.

At atWare Vietnam, we decided to rebuild our website using Next.js to achieve superior performance, scalability, and SEO. In this first part of our 7-day series, we explain why Next.js was the perfect choice and how it set the stage for rapid development.

Welcome back to our journey exploring GitLab CI/CD for React Nx repositories! In Part 1, we finished setting up code quality checks to ensure coding standards,

GitflowWhat is Gitflow?Gitflow is an alternative Git branching model that involves the use of feature branches and multiple primary branches.How it works?1. A d

Learn how to set up code quality checks for a React Nx repository with GitLab CI. Optimize your development process and deliver exceptional software.

Amazon Simple Queue Service (Amazon SQS) is a distributed message queuing service introduced by Amazon. Amazon SQS offers a secure, durable, and available hoste

Welcome to the next part of integrating Mapbox with React! In this installment, we delve into the art of adding markers & popups

AWS Lambda is a service from Amazon Web Services that used to build a highly scalable event-driven application. It is designed to enable developers to run code

Hi, there 👋 We need to get a large CSV file periodically from an external API and store it in our database to provide for the front-end side and draw visual gra

Mapping solutions are essential in today’s app and web development landscape, offering extensive capabilities for everything from location tracking to interacti

Hi, there 👋 We are software engineers from atWare Vietnam. Fresh off the heels of completing a UI/UX improvement project for one of our clients, we're excited t

PrerequisitesYou should understand the basic knowledge about container (Docker) • What is the container? • How does it work?Kubernetes OverviewIntroductionThe n

Serverless Microservice with DDD, Onion Architecture in Nx/Monorepo (NestJS, AWS Lambda and AWS CDK)