Me

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.

Latest Articles

Mentality to fight against loneliness and depression
Oct 11, 2022

Mentality to fight against loneliness and depression

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
Adding non-PHP libraries to a Laravel project using Composer
May 23, 2022

Adding non-PHP libraries to a Laravel project using Composer

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.

Projects