FigJam
members

FigJam

FigJam is an online whiteboard for teams to explore ideas together. This website stores data such as cookies to enable essential site functionality, as well as marketing, personalization, and analytic
KAN
Shorten validation code in Rails Application
WEB
members

Shorten validation code in Rails Application

In any application, there are chances that we keep repeating the same validation logic over the time. Specifically when those kind of validations are common type like email validation, required vali
Ethan
Build dApp with Ethereum 
& React.js
WEB
members

Build dApp with Ethereum & React.js

Part 1 - Build smart contract with SolidityToday I'm going to show you how to build a blockchain application! Table of Contents 1. Installing Dependencies 2. Project Setup 3. List Tasks 4. Create Tas
TED La
Big Query With Ruby On Rails
WEB
members

Big Query With Ruby On Rails

Today, I would like to introduce how to connect your Ruby on Rails app with Big Query of GCP. Before starting this tutorial, please make sure that you already have a GCP account. 0. First at all, wher
Kingsley
Integration Testing: Definition and Approaches
testing
members

Integration Testing: Definition and Approaches

To ensure that the software product is error-free before it is released, it is necessary for the product to go through a testing process. The necessary tests for such software are all encapsulated in
Kin
システムテストとは何か? なぜシステムテストが必要なのか
testing
members

システムテストとは何か? なぜシステムテストが必要なのか

はじめにソフトウェアの開発では、完璧なプログラム・アプリケーションを完成させるために欠かせない工程が数多く存在します。そのうちの不可欠な工程のひとつとして、システムテストがあります。システムテストというのは、プログラマーまたは開発者にとってよく知られている用語ですが、IT業界とは関係ない多くの人にとってはあまり馴染みがないものです。そこで今回は、システムテストについて一緒にみていきましょう。 シ
Hailey
Hailey
ホワイトボックステストとは
testing
members

ホワイトボックステストとは

ソフトウェアやシステムは人間が開発する以上、不具合などが発生することはどうしても避けられません。こうした不具合を防ぐためにはソフトウェア製品の品質と適切な機能を保証することが欠かせませんが、その上で主要な役割を果たすのがソフトウェアテストです。ソフトウェアテストにはいくつかの手法がありますが、今回は「ホワイトボックステスト」というテスト技法について、詳しくご説明します。 1. ホワイトボックステス
Gemma Bui
Gemma Bui
Speed up Rspec tests with let_it_be
WEB
members

Speed up Rspec tests with let_it_be

CI/CD plays a critical role in most of modern software development processes nowadays. By improving running speed of tests, you can help team to quickly detect issues, deliver faster, reduce pipeline
Ethan
ブラックボックステストとは
testing
members

ブラックボックステストとは

ソフトウェアの品質を高める上で欠かせないテスト工程では、いくつかの主要なテスト技法が存在します。今回はその中のひとつであるブラックボックステストについてご紹介します。 ブラックボックステストとはブラックボックステストとは、システムの内部構造を考慮せずプログラムが仕様通り設計されるかを検証するテスト方法です。システムの内部構造を直接確認することはできないシステムをブラックボックス(中身が見えない箱)
Gemma Bui
Gemma Bui