Skip to content

Aldo Hadinata

  • Home
  • About
  • Contact
  • Privacy Policy

How to Set Up Laravel in Windows. The Simple Way

November 15, 2022April 12, 2022 by aldohadinata
laravel new project

Laravel is the best and most popular PHP framework nowadays. The features it provides and the support it gets really helps the developers. You can easily build a full stack web application or an API with Laravel. You can even integrate SPA (Single Page Application) with it. There are several ways to set up a … Read more

Categories Tutorial Tags Laravel Leave a comment

How to Make a Simple Whack A Mole Game in JavaScript

November 15, 2022April 8, 2022 by aldohadinata
whack a mole

Whack a Mole is a classic game where you whack any mole you see before they go into hiding. And it is actually quite easy to make in JavaScript. You’ll only need same basic JavaScript knowledge and this’ll be a good practice for you. This is the demo of the game we’ll make and this … Read more

Categories Tutorial Tags game, javascript Leave a comment

How to Make a Simple Memory Game in JavaScript

November 15, 2022April 7, 2022 by aldohadinata
memory game

Memory Game consists of boxes or cards that we have to match to play the game. It requires CSS animations and JavaScript to build it, especially to reveal the boxes and match the cards. This is the demo of the game we’re going to build and this is the GitHub Repo. These are the steps … Read more

Categories Tutorial Tags game, javascript Leave a comment

How To Make Rock Paper Scissor in JavaScript

November 15, 2022April 4, 2022 by aldohadinata
rock-paper-scissor

Rock Paper Scissor is a very popular and very easy game to make in JavaScript. I’ll show you how to build this game and here is my GitHub Repo in case you need it. The logic of this game is that we choose one of the rock paper scissor and the opponent’s choice will be … Read more

Categories Tutorial Tags game, javascript Leave a comment

How to Make a Simple Chrome Dino Game in JavaScript?

November 14, 2022March 31, 2022 by aldohadinata
chromedino

If you are a Google Chrome user, most likely you’ve seen the game above. I’m going to show you how to make a simple version of it. I’m focusing on the most basic features which are pressing any key to start, pressing space to jump and stop the game when it crashes the cactus as … Read more

Categories Tutorial Tags game, javascript Leave a comment
Older posts
Newer posts
← Previous Page1 … Page9 Page10 Page11 Next →

Affiliate Disclosure

I use affiliate links on this blog meaning I'd make a profit if you purchase a product using the links in my blog. Even though I use affiliate links, I still focus on recommending good products and not just promoting them for the profit. Hope you can be helped with the products I recommend. Thank you for your support!

Recent Posts

  • An Introduction to Laravel – Basic Tutorial
  • HackerRank – Tree: Inorder Traversal Solution in JavaScript
  • HackerRank – Tree: Postorder Traversal Solution in JavaScript
  • HackerRank – Tree: Preorder Traversal Solution in JavaScript
  • HackerRank – Reverse a doubly linked list Solution in JavaScript

Categories

  • Tips
  • Tutorial
© 2023 Aldo Hadinata • Built with GeneratePress