PM/BrSE’s challenges when WFH and how to overcome them
members

PM/BrSE’s challenges when WFH and how to overcome them

Working from home has become a new trend in today's working environment. During the Covid 19 pandemic, many companies have implemented a remote working or hybrid policy that allows employees to work f
AKI Nguyen
Microservices Architecture: Authentication and Authorization
members

Microservices Architecture: Authentication and Authorization

Microservices architecture refer to the relatively small, independent development process that divides the system into services. Each service has its own logic, responsibility and can be deployed sepa
Drew
Spring Boot: Authentication & Authorization with SSL Certificate
members

Spring Boot: Authentication & Authorization with SSL Certificate

Introduction HTTPS is an extension of HTTP that allows secure communications between two entities in a computer network. HTTPS uses the TLS (Transport Layer Security) protocol to achieve secure connec
ALBEDO Le
ALBEDO Le
Async/Await in JavaScript
members

Async/Await in JavaScript

1. DefinitionAsync/Await is asynchronous code in Javascript, created to simplify the working process. Async when called to the async function it will handle everything and return the result in its fun
Claire Nguyen
Some VueJs UI Libraries You Must Check Out
members

Some VueJs UI Libraries You Must Check Out

ElementElement is a web UI library with versions for Vue, React and Angular. Element is quite massive including a lot of different components, it has almost all the components you need. Document is al
Zill Nguyen
Zill Nguyen
[Automation] Selenium Headless Chrome
members

[Automation] Selenium Headless Chrome

I usually using headless to run automation script because it's a very useful mode for automated testing. Today i will introduce to you Headless mode. So what is headless mode? It 's a mode that operat
Hikari
[Automation] Xpath in Selenium
members

[Automation] Xpath in Selenium

What is Xpath? Xpath(XML Path Language) is a simple syntax (language) to specify elements and attribute values from XML/HTML documents that have a tree structure. Web pages are usually written in HTML
Hikari
Build A Chat Room With MERN Stack
members

Build A Chat Room With MERN Stack

This post is about my experience on how to build a chat room using the MERN (MongoDB, Express, React JS, Node JS), WebSocket and deploy to Docker Hub. My goal is to build a web application to chat. An
Timo
Timo
The difference between library and framework
members

The difference between library and framework

Before starting a project, the development team has to first decide the programming language they need to use and then a library or framework. Both a library and framework facilitate the development p
Claire Nguyen