#dev #en #javascript #til Slugify using Javascript Create slug from string in Javascript, for example "Today I Learned" => 'today-i-learned' Victor Yoalli Aug 10, 2020 • 1 min read
#socialmedia #en Twitter: How to add a Send a Private Message Button How to add a send private message button to your twitter post . Victor Yoalli May 20, 2021 • 1 min read
#macos #redis #en #til Install Redis & PHP-Redis Extension on OSX Catalina Installing Redis on MacOS using brew and PECL and some missing libraries. Victor Yoalli Jun 14, 2020 • 1 min read
#vuejs #vscode #js #en #inertiajs How to add a jsconfig.json Adding a jsconfig.json file to your project allows the VSCode IDE to automatically configure itself to be more JavasScript-friendly and convenient for you. Victor Yoalli Jul 17, 2021 • 1 min read
#en #bootstrapping #entrepreneurship Bootstrapping & Entrepreneurship Books Victor Yoalli Feb 18, 2022 • 2 min read
#en #til Eigengrau #222229 What color do you see when you close your eyes? Victor Yoalli Jul 05, 2020 • 1 min read
#email #en #sysadmin Setting up Mail BIMI Record BIMI stands for Brand Indicators for Message Identification. That is the logo that appears on gmail when you receive a mail from a known brand. Victor Yoalli Jun 18, 2020 • 1 min read
#vuejs #dev #en #inertiajs Laravel Inertia using Valete secure and Browser sync error Fixing Browser-Sync errors when using Inertia and Valet. Victor Yoalli Dec 03, 2021 • 2 min read
#en Azure SQL Edge Database Engine using Docker Learn how to run Azure SQL Edge database engine using Docker! Follow these simple steps to install, run and mount volumes for a powerful edge computing solution. Victor Yoalli Feb 24, 2023 • 3 min read
#linux #en Linux Commands Linux commands are a big topic, in this text I want to explain from the most basic and common commands to the ones that I find most useful on my daily tasks. Victor Yoalli Jun 07, 2020 • 4 min read
#dev #en #git #til How do I update a GitHub forked repository? How to sync your forked repository to the original want. This is a great way of participating on Open Source without having conflicts in your code. Victor Yoalli Jun 19, 2020 • 2 min read