Effectiveness of Short Meetings

Introduction/Abstract This blog article shows some reasons why short meetings are more effective than long meetings. The Situation/Vấn đề Các cuộc họp dài quá mức...

Run an Effective Meeting

Abstract This is a summary from a post from HBR on how to run an effective meeting with additional remarks and comments by myself. Introduction...

Functional Programming’s Toolkit: Map

I. Giới thiệu Tiếp theo trong chuỗi các bài về các pattern hay gặp trong Functional Programming, bài viết này sẽ đề cập tới một...

Giới thiệu về AWS CloudFormation

Nếu đã từng làm việc trên AWS (Amazon Web Service) – môi trường cloud computing của Amazon – có thể bạn sẽ cần nhiều tới...

Start Automation Test with Cucumber in Septeni

1. Setup environment Java & create enviroment variable for Java http://selenium-linhvu.blogspot.com/2014/06/1-huong-dan-cai-at-java.html Maven & create environment variable for maven http://selenium-linhvu.blogspot.com/search?q=maven Eclipse & input cucumber plugin to...

Kaizen: Chúng ta có thể làm gì?

       Kaizen trong tiếng Việt có nghĩa là “Cải tiến”. Tuy nhiên, người ta có thể sử dụng nguyên từ phiên âm tiếng Nhật này để...

Kiểm thử tự động sử dụng BDD

1. BDD là gì? BDD (Behavior Driven Development) là một quá trình phát triển phần mềm dựa trên phương pháp Agile(phát triển phần mềm linh...

Functional Programming’s Toolkit: Fold

I- Giới thiệu Functional Programming Functional Programming (lập trình hàm – FP) nhắm đến tính kết hợp (composability) các hàm (function) để tối đa hóa...

Phamtomjs – More than UI testing

Phantomjs is well known as a “HEADLESS WEBSITE TESTING” tool. People often use Phantomjs in form of a WebDriver tool (such as Selenium) to test whether...

Overview of automation testing

Software testing is an activity very important role in the projects of software to ensure product quality and the activities that are vital. Today, with...
Scroll Up