Solving Peg Solitaire using Backtracking
December 15, 2022Solving the Peg Solitaire puzzle game using backtracking in Kotlin.

Blog 📝
Solving the Peg Solitaire puzzle game using backtracking in Kotlin.
An architecture for writing and organizing your Unit & Integration Tests for Node.js REST APIs using Jest, Supertest & Chai.
Building a convolutional neural network using Keras, Tensorflow and Google's Quick, Draw! dataset to recognize hand drawn images.
Why you should consider learning how to program and how to get started the right way.
10 techniques for improving the Minimax algorithm's performance.
A React folder structure that fits my needs. Structuring and organizing React applications.
Seed your MySQL database with dummy data using Node.js.
Gradient Descent is a fundamental element in today’s machine learning algorithms and Artificial Intelligence. Let’s implement it in Python.
What it’s good for in game development and how it’s calculated by the example of tic-tac-toe in Kotlin.
A stack is a fundamental data structure in programming. Build your own one.
Beautify the import-statements in your Node.js, JavaScript and TypeScript applications using path aliases.
A Node.js folder structure that fits my needs. Structuring and organizing Node.js REST APIs with a component-based architecture.