Build lobby based online multiplayer browser games with React and NodeJS
Let's see how to build a simple lobby based online multiplayer browser game with React and NodeJS. See step by step how you can build such project, and also access to a fully working repository to test with.
Introducing Stripe payment into your PHP projects
Here's a light example on how to implement Stripe payments into your PHP projects.
WordPress - A minimalist post loader
For most of WordPress projects, we need to load posts, that’s why I’d like to share with you a useful class to handle this.
WordPress Ajax - An object oriented way
Today I’d like to share with you a more object oriented way to handle ajax within WordPress.
Few tips for building frameworks
Quite often I read threads on /r/php and sometimes I see people that share their custom PHP framework, a bit curious, I read the thread and analyze the linked repository, most of the time the framework has some small (or big) flaws.