Articles
-
Building an Unbeatable Tic-Tac-Toe AI Player
June 26, 2023This article provides a step-by-step guide to building an unbeatable Tic-Tac-Toe AI player in Python. It explores the strategies behind crafting an AI player that mimics human-like decision-making. -
Implementing Routing in React, a Step by Step Approach
October 27, 2022This article guides the creation of a custom routing solution in React, using custom hooks and React Context, without relying on external libraries. -
Creating a Rollup Plugin to Copy and Watch a File
September 18, 2020This article provides a guide to building a custom Rollup plugin that copies and watches a file during the build process. It covers the basic Rollup configuration and the usage of build hooks and utility functions.