WEB

18 posts
AI Chatbot application, what are pros and cons?
WEB
members

AI Chatbot application, what are pros and cons?

Chatbot TechniquesChatbot is an effective solution used by many executives to improve the quality of business operations. Chatbot is a computer program that allows people to interact with technology u
SAMIYA NGUYEN
SPA(Single Page Application)とは
WEB
members

SPA(Single Page Application)とは

Single Page Applicationって何?SPAとは「 Single Page Application 」(シングルページアプリケーション)の略称で、複数ではなく単一のWebページに対して、Ajaxなどでページを構成することを指します。 単一のWebページで構成することで、新しい情報を読み込む際にページの遷移に縛られないことから、サーバーへどのリクエスト(要求)を送ってもほとんど同じU
Dorothy Huynh
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
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
Build your first simple image classifier with JavaScript
WEB
members

Build your first simple image classifier with JavaScript

In this article, I would like to present a simplest way to make your first application that could be used for image classification problem: detecting dog breed from an image. I. IntroductionLet's imag
Kingsley
Set up and work with MySQL on Windows with XAMPP
WEB
members

Set up and work with MySQL on Windows with XAMPP

I. What is XAMPP ?XAMPP is an open-sourced server setup to test the projects on a local machine before making it available to everyone over the web. This web app development server comes pre-installed
Eddy
What is RegEx? Its usage, and how to use it?
WEB
members

What is RegEx? Its usage, and how to use it?

1. DefinitionRegEx or Regular expression, according to Mozilla, is: Regular expressions are patterns used to match character combinations in strings.From me: To make it simpler for you to understand,
Saul
TOP 5 reference websites for Japanese web design
WEB
members

TOP 5 reference websites for Japanese web design

01https://www.webdesignclip.com/ This is a website that allows users to consult web designs not only in Japan but also in the world, in addition, the site also synthesizes designs for landing pages an
KAN