Web
Mobile
DevOps
Testing
Misc
Privacy Policy
Contact
from
SHIFT ASIA
Web
Mobile
DevOps
Testing
Misc
Contact Us
members
タスク管理とは?効率よく仕事するためのコツ~
タスクが途中で落ちてしまったり、期日直前に気づいて焦ったりしたということはありませんか。 タスクをどうすればうまく管理できるか頭を悩ませた方も多いかもしれません。特に仕様変更がよく発生するソフトウエア開発では、タスク管理ができていないと、顧客が要望している要件を満たしていないシステムを作って、手戻りを引き起こしてしまいます。タスクを抜け漏れなく管理することは難しいかもしれませんが、少しずつ工夫し
ELIO TRUONG
Nov 15, 2022 | 3 min read
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
Nov 15, 2022 | 3 min read
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
Nov 15, 2022 | 2 min read
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
Load more posts