Web
Mobile
DevOps
Testing
Misc
Privacy Policy
Contact
from
SHIFT ASIA
Web
Mobile
DevOps
Testing
Misc
Contact Us
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
Nov 15, 2022 | 5 min read
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
Nov 15, 2022 | 2 min read
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
Nov 10, 2022 | 2 min read
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
Nov 8, 2022 | 2 min read
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
Nov 8, 2022 | 3 min read
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
Nov 8, 2022 | 4 min read
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
Nov 2, 2022 | 2 min read
members
Sharepoint Framework: Hands on Web Part
First: What is Web Part? Web parts are a block of UI we can render within the SharePoint page. There are some OOTB web parts available that we can use on Modern pages but we can add our custom web par
Sage Huynh
Oct 28, 2022 | 5 min read
members
Microservices Architecture: Communication
In previous article, we discussed the Microservices Architecture. One of the disadvantages is developer must implement the inter-service communication mechanism and deal with partial failure. So in th
Drew
Oct 24, 2022 | 4 min read
members
スクラム開発で2週間スプリントスケジュール作成
ソフトウェア開発の手法群の中で、スクラムは「チームとしての仕事の進め方」に特化したフレームワークです。スクラムの基本と2週間スプリントスケジュール作成について皆さんに分かりやすく説明したいと思います。 スクラムの基本体制 スクラムチームの体制まず、スクラムチームの体制として、3つのロールがあります。(つながる内容は改行いれない)プロダクトオーナー、スクラムマスタ、開発チームです。 ●プロダクトオー
Quinn Vo
Oct 21, 2022 | 2 min read
Load more posts