Eray Erdin's Programming Blog

HomeContent LicenseBadges
Blog Author Picture

Eray Erdin

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.

Quick Note: Changing Testing Database in Laravel

May 22, 2020

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...

Setting Up A Switching Camera for Top-Down RPG Games in Godot

Apr 30, 2020

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: Shell Redefined

Apr 26, 2020

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...

Quick Note: Implementing Running for Character in Godot

Apr 5, 2020

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...

How to Make Selenium Load Faster with Firefox in Python

Mar 11, 2020

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...

Quick Note: Default Value for JSON in Laravel

Mar 9, 2020

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...

© 2021 Eray Erdin's Programming Blog

PrivacyTerms
Proudly part of