89 followers
Believing one day we will carry mobile oxygen tubes along and an umbrella which protects us from acidic rain under the cancer-distributing green sky.
By default, Laravel uses in-memory SQLite database to run your tests doing database operations. You can confirm this by checking phpunit.xml in the root of your Laravel project. <!-- ... --> <php> <!-- ... --> <server name="CACHE_DRIVER" valu...
End Result The end result is demonstrated below. Introduction I will talk about how you implement a camera in a top-down RPG game in Godot. Before going through, however, you need to check that you satisfy some requirements and environments listed...
NuShell is an alternative shell. It has many features that are pretty useful such as table as output, filtering the columns and rows or searching them. That's why it is safe to say that it's not Bash compatible but being quite useful for what it curr...
Forewords Before beginning, I'd like to announce there's a new top-down action RPG tutorial here by HeartBeast. It's the most up-to-date tutorial for Godot in Youtube right now, which is version 3.2. As of I'm writing this, he's already 11 episode...
Foreword This article was first published in my Tumblr blog in 2015. Yes, the devblogging concept was not wide-spread those days and I was looking for a nice solution and Tumblr was a good choice. Now, however, we have many blogging solutions for dev...
Many RDBMS today have json data type implemented. MySQL has it since 5.7.8 and PostgreSQL since 9.3. MariaDB, a MySQL-like RDBMS solution, has json as an alias to longtext , that means while MySQL and PostgreSQL can search and validate JSON data, Ma...