WEB

21 posts
5 VSCode settings that frontend devs usually skip (but really should know)
front-end
members

5 VSCode settings that frontend devs usually skip (but really should know)

Hey there, I’m a frontend dev, and today I just wanna share some VSCode settings that helped me code faster and cleaner. Some of them are small, but trust me, they make a big difference. A lot of devs
Neji
Introduction to NLWeb
WEB
members

Introduction to NLWeb

Microsoft has unveiled NLWeb (Natural Language Web), an open-source project designed to simplify the integration of conversational AI into websites. By leveraging NLWeb, developers can transform stati
Hayes Ly
Model Context Protocol
WEB
members

Model Context Protocol

In 2025, the world of agent‑based AI has been revolutionized by the Model Context Protocol (MCP), a unified, plug‑and‑play “Swiss Army knife” for AI agents. Instead of juggling dozens of disparate API
Hayes Ly
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