is-team-parasite Download In any IS team, roughly 80% of members are parasites. Only 20% actually know what to do — and how to do it. Call them the Body. Managers are unaware this distinction even…
Blog
Articles and updates about anything.
shell-porerDownload A Metaphor for the Architecture of Human Knowledge Imagine all knowledge as a vast orchard of exotic fruits — each one sealed inside a shell so hard, so alien in texture, that the…
1. Installing the panel builder Install the Filament Panel Builder by running the following commands in your Laravel project directory: composer require filament/filament:"^4.0" php artisan…
When webpage contents are reloaded dynamically, it is essential to re-render math with Mathjax. I've been experimenting to find out the best hooks and events to re-render math seamlessly. First,…
Initial Setup Database connection information is found in two files mainly. These values are created during application creation. However, it is often necessary to check and fix those values. Any…
First, install new Laravel application to be used as testing application. We are not using DB, so It might be good enough to start new application with Herd. The folder structure after initiating the…
When your Gitlab runner fails with even simple script, I hope this helps. I have this simple script to run in gitlab-ci.yml qa_test: stage: qa tags: - psg-dev script: - echo "Running QA tests"…
Not Yet, I would say. At least not for me yet. It might be my skill or open-source AI limitations. I installed all of UI and AI in my Windows 11 machine WLS Ubuntu 24.04. You will need Python 3.10…
If you've ever wanted to download YouTube videos in high quality — including 4K, full playlists, or audio only — then yt-dlp is the tool for you. It’s a modern fork of youtube-dl with better…
I was searching for an affordable minivelo with a step-through frame in Canada, but quickly realized it doesn’t really exist—or if it does, it’s far too expensive. I specifically wanted a…
When you have one table for all of codes in your system, it is often to have unique_code and parent code in that table. It enables to track down hierarchical structure of codes to see who is parent…
Bitnami provide docker image for Moodle and it can be found in https://hub.docker.com/r/bitnami/moodle. In fact Bitnami provides a variety of Docker images, but I am not that familiar with this…
PHP Composer package named Crowdmark Dashboard is created to support large number of courses and participants. Repository is available on GitHub as https://github.com/waterloobae/CrowdmarkDashboard…
In order to start this process, contact Crowdmark support for their end setups. It works best if you can set this up with Crowdmark together. It takes only about 10 minutes to set this up. In your…
I am going to use Laravel Blade Templates to render H1 tag in orange. It is overly simplified Laravel Blade Templates guide line. The full documentations are available on…