AdonisJS Lucid: Connecting to CockroachDBCockroachDB is great. But it was not officially supported by Lucid. So I was thinking of using the postgres driver, and it should just…Feb 9, 2024Feb 9, 2024
Meeting Sucks. Say no to Toxic, Unproductive MeetingsMany of us attend meetings. Bad meetings. We all have had toxic, unproductive meetings that interrupted our day.Jan 13, 2023Jan 13, 2023
WTF are Cookies? Why do we need to accept them everywhere?Cookies are everywhere on the internet. Although they can’t be eaten or baked, they are one of the core pillars in building the foundation…Jan 11, 2023Jan 11, 2023
Setting up Nginx and PHP-fpm in Laravel SailBut Laravel Sail is meant for development right? Why bother with Nginx?May 9, 20221May 9, 20221
JavaScript Tips: Different ways of getting Object PropertiesDynamically getting properties from JavaScript object using the square bracket notFeb 1, 2022Feb 1, 2022
Solved — Rxjs TypeError: Cannot destructure property ‘__extends’ of tslib.jsMy solution to TypeError: Cannot destructure property ‘__extends’ of ‘tslib js WEBPACK IMPORTED MODULE 0 default.a’.Jan 10, 2022Jan 10, 2022
Signs that You're Working Too Much and When You Need to Take a BreakDo you find yourself taking work home with you or consistently not getting enough sleep and/or exercise?Dec 8, 2021Dec 8, 2021
Laravel Service Provider in Simple EnglishI would admit, Service Provider was one of the most confusing topics in Laravel. Let’s end this misery once and for all.Nov 29, 20213Nov 29, 20213
Click to Copy to Clipboard? Copy and Paste with JavaScriptThose “Click to Copy” buttons are voodoo magic, don’t you think so?Sep 8, 2021Sep 8, 2021
Callback in JavaScript | How does it work behind the scenes?In short, Callback is a function that is passed to another function, and they exist everywhere in JavaScript.Sep 1, 2021Sep 1, 2021