Split Screen In Samsung S22 Ultra: Multitask Like a Pro!

One of the best things about owning a Samsung S22 Ultra phone is the beautiful large 6.8″ screen. What is Split Screen? Split screen, as the name suggests, allows you to divide your smartphone’s display into two separate windows, enabling you to run two apps side by side. This feature is particularly useful when you … Read more

My Top Picks for Travel Apps in 2022

While traveling to new countries, certain barriers can prevent you from fully experiencing the country you are visiting. Apps can be very handy when it comes to doing fast research on a new place. If you are wondering what are the best apps for travel in 2022, here are 8 useful apps I use that … Read more

Best resources for learning Linux Kernel Development

Linux Kernel development is a very wanted skill in the software market. Becoming a Linux Kernel developer is hard and requires a lot of time and dedication. One thing that makes this skill hard to learn is the huge body of knowledge that one needs to be familiar with and it is not always clear … Read more

Samsung S22 Ultra – Apps That Cannot Be Uninstalled

The Samsung S22 Ultra comes with pre-installed apps. Some of these apps are important for the functionality of the phone. However, there are some bloatware apps that Samsung is imposing on the users in order to maximize profits. Samsung did the right thing by giving us the ability to remove most of the preinstalled apps, … Read more

Useful Notepad++ Tips

Disable Auto Backup Auto backup could be very annoying when working on coding projects especially when working with git. Open Notepad++ and go to Settings->Preferences->Backup then select “None” under Backup on save. That’s it. Replace Tabs With Spaces It’s wildly accepted to indent code with 4 spaces. To automatically convert tab to spaces in Notepad++ Open Notepad++ and go … Read more

wxWidgets – Building From Source With Visual Studio

In this tutorial, we will see how to build wxWidgets on a windows machine from source using Visual Studio. For this build, I will be using Visual Studio 19. You may use other versions as well. Download the Source Code Go to wxWdigets Site and download the Latest Development Release as source code. I will … Read more

How to Hack WiFi Networks Using Raspberry Pi

WiFi technology is used almost in every home and business. This is understandable, given how convenient internet connectivity becomes with WiFi. This convenience comes with a price, and that price is privacy. Since WiFi is wireless this means anyone within range of the router can eavesdrop on your connection and gain access to your network. … Read more