Machine Learning with Azure (No-Code)
members

Machine Learning with Azure (No-Code)

In this post, I will introduce to you a powerful service from Azure - Machine Learning. I also give a short demonstration of how to prepare data, select training model, train and publish to a service
Riccardo
Riccardo
Cypress End-To-End Testing
members

Cypress End-To-End Testing

A software developer, beside make software products (web, app, ...) we need to focus on product quality, which is highest value and best experience for end users. In this article, I would like to shar
Timo
Timo
タスク管理とは?効率よく仕事するためのコツ~
members

タスク管理とは?効率よく仕事するためのコツ~

タスクが途中で落ちてしまったり、期日直前に気づいて焦ったりしたということはありませんか。 タスクをどうすればうまく管理できるか頭を悩ませた方も多いかもしれません。特に仕様変更がよく発生するソフトウエア開発では、タスク管理ができていないと、顧客が要望している要件を満たしていないシステムを作って、手戻りを引き起こしてしまいます。タスクを抜け漏れなく管理することは難しいかもしれませんが、少しずつ工夫し
ELIO TRUONG
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