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, 202438Feb 9, 202438
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, 202350Jan 11, 202350
Setting up Nginx and PHP-fpm in Laravel SailBut Laravel Sail is meant for development right? Why bother with Nginx?May 9, 2022131May 9, 2022131
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, 202222Jan 10, 202222
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, 2021963Nov 29, 2021963
Click to Copy to Clipboard? Copy and Paste with JavaScriptThose “Click to Copy” buttons are voodoo magic, don’t you think so?Sep 8, 20217Sep 8, 20217
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