Run Ubuntu with Multipass tool: Effortless Local Development
Effortless Local Development with Multipass: VMs for All (Windows, macOS, Linux) π Developing applications often requires setting up specific environments to test and debug code. Virtual machines β¦
Lazy Adopter
In contrast with early adopters, I am a lazy adopter. In programming, we use the word lazy to tell that this thing will be available or done at the right time, such as lazy-loading images. β¦
How to change the favicon in dark mode ?
How to display a different favicon in dark or light mode ? I have my Macbook set up to automatically switch between dark and light mode. I built a new website and I realized that I used a white image β¦
How to change an HTML image URL in dark mode ?
Using CSS itβs pretty easy to apply changes if the system is in dark mode, using the prefers-color-scheme media feature. Today I wanted to change images on my website according to the theme chosen. If β¦

10 things to do after installing Ubuntu 21.10
show battery percentage π Here is the steps to show battery percentage. open the settings app select the power section switch on the toggle of the power percentage install a file preview tool π If β¦
Unleash the Speed: Go Performance Optimization for Your Apps
Go, known for its simplicity and concurrency features, is a popular choice for building high-performance applications. But even the most elegant Go code can benefit from optimization techniques. This β¦
The Only Introduction to Go (Golang) You Need
Go, or also called Golang, is absolutely trendy, and rightly so. It is not as difficult to learn as C or C++, but still quite fast, and has a great community & many interesting and helpful β¦

Interactive Go Programming With Jupyter
For the past few years, the programming language Go (golang) is growing in popularity. I was a big fan of Python and I primarily used Python in my hobby projects three years ago. Now, I use Go instead β¦

Plain Socket Communication Between Two Go Programs, the Easy Way
Because there was an interesting discussion at reddit , suggesting using SSE, gRPC, Message queues (and there are plenty of others), I thought about making an article on (comparing) those β¦
Go: functions, methods, pointers and interfaces
This article was created especially for my son, who had hard times understanding using pointers and interfaces. To make the explanation complete, I added (with his help) two things: functions and β¦