Published incodeburstDo you really understand the WordPress loop?Did you ever wonder what the WordPress functions the_post() & have_posts() in the loop do? Do you know why do you call wp_reset_postdata()…Oct 23, 2018Oct 23, 2018
Published incodeburstHow I Created a Simple Game with Expo, React Native & ReduxRecently I have been working on a couple of react native projects. For the first project I worked on, I used a plain react native set-up…Oct 20, 2017A response icon6Oct 20, 2017A response icon6
Tic-Tac-Toe with Javascript ES2015: Building the User InterfaceIn this final part, we will build a simple user interface for the tic-tac-toe board. We will use classes and methods created in previous…Oct 12, 2017Oct 12, 2017
Tic-Tac-Toe with Javascript ES2015: AI Player with Minimax AlgorithmIn this part, you will learn how to implement the minimax algorithm in JavaScript to get the best move for the computer player. We will…Oct 12, 2017A response icon1Oct 12, 2017A response icon1
Tic-Tac-Toe with Javascript ES2015: Building the Tic-Tac-Toe BoardIn this part, we will start building the logic behind the Tic-Tac-Toe board. We will learn how to create a Javascript class that represents…Oct 12, 2017A response icon1Oct 12, 2017A response icon1
Tic-Tac-Toe with Javascript ES2015: Set up the project with webpackIn this series of tutorials, you will learn how to create a simple tic-tac-toe game that never loses. We will use HTML/CSS(SASS) to build…Oct 12, 2017A response icon1Oct 12, 2017A response icon1
Published incodeburstMedia Queries Based on Element Width with MutationObserverYou have probably faced a situation before where you really wished CSS media queries were based on elements’ width rather than the entire…Oct 11, 2017A response icon2Oct 11, 2017A response icon2