Shell Scripting: basic conceptsConsider a scenario: setting up a new development environment. This typically involves creating a user, a group, directories, and files, and installing and running software. These commands would have to be run manually in the terminal. Manually runn...Aug 9, 2024·3 min read·12
Integrating Intercom in Vue3 appHow I integrated Intercom in Vue3 app without a pluginApr 15, 2022·2 min read·916
Update Background colour through an input field using VueUsing VueJs and TailwindCSSSep 2, 2021·1 min read·72
PHPSandbox v4.0Happy to announce the release 🚢 of phpsandbox v4.0 PHPSandbox is an online IDE for PHP. You can quickly prototype or share PHP Projects, without setting up a local environment. Changes released includes: ✅ Support for Symphony, SlimPHP, Lumen ✅ G...Jun 15, 2021·1 min read·82
I made shitty decisions in 2019My major goal for 2019 was to reunite with my extended family. I only knew the existed, we never met in person. On Saturday 28th Dec, I met with my first cousins. It felt fulfiling meeting them. We reconnected on Facebook and met in person on Monday....Jan 21, 2021·7 min read·55
Setting up Tailwind CSS with Vue.js 2Creating a Project To create a new project, run: vue create hello-world or Using the GUI vue ui If you have an error like the image below Update your Node version to a stable version. Check here on how to update Node version For a step by step gui...Jan 21, 2021·5 min read·147