Posts filtered by the tag javascript
June 1, 2026
How to make a ladder in a platformer game.
May 17, 2026
After finishing my study session for Phaser, I started to create a simple platformer game. Just to apply all the things I’ve learned so far.
May 10, 2026
My journey to learning game development with JavaScript and Phaser.
April 7, 2023
Creating a useState method using vanilla javascript.
April 6, 2023
Why export in javascript? - cleaner code - one source of files to look into - utils folder is a good way to use exports
March 12, 2023
I usually just use an index for my key values when creating a list of items in React and for me, that will do. This will solve my "You need a key for your list items" warning message in my console when building React application.