Coding Capers, Life Lessons & the Indie Hacker Escapade
Welcome to tsukie.com! Explore coding, life lessons, and my indie hacker journey as I share my experiences in technology, personal growth, and entrepreneurship.
Stop using Log::debug(), dd(), var_dump()... output-based debugging method and leverage the power of Xdebug and IDE to make Laravel web application's debug session more enjoyable. Learn more here!
Stop using clunky workarounds to output debug values during unit test executions and leverage the power of Xdebug and IDE to make Laravel unit test debugging more efficient. Learn more here!
Loneliness leads to depression, and depression drives people around away which leads to loneliness. But changing the mind might help you tackle, and assist you in ridding yourself of this vicious cycle
Stop using $this->info(), dd(), var_dump()... output-based debugging method and leverage the power of Xdebug and IDE to make artisan command debug session more enjoyable. Learn more here!
The most crucial thing at this time is to bring back your mentality and self-esteem back to normal. This article will provide you with 6 small but helpful tips that will aid you in recovering your healthy mood.
Why you should choose Gatsby over other static site generator competitors, pros and caveats of Gatsby, the most basic elements to quick start your migration... will be mentioned in this article.
Adding a Javascript library to your project might require Javascript-related tools, like NodeJS, npm, Webpack… But if your project happens to be using Laravel as web development framework, you can simply use Composer and Laravel built-in functions to add your new Javascript libraries, or libraries of any languages, to your existing project! Let’s figure out how we can do that.