Notes on software, tools, and the things worth documenting after the build is done.
WSL is a feature in Windows 10 and later versions that allows users to run Linux programs natively on Windows, without the need for a virtual machine or a dual-boot setup. With WSL, users ca
Open articleInstall Portainer in docker Linux
Open articleInstall Docker in Debian Linux
Open articleInstall Docker in Ubuntu Linux
Open articleInstall Docker in Fedora Linux
Open articleEC2 is a part of AWS, allowing users to rent virtual computers to run their own applications. EC2 encourages the scalable deployment of applications by providing a web service through which
Open articleSwap is a portion of the hard disk that is used by the operating system when to store temporary data when the system is running out of memory.
Open articleTo create a new user from the terminal on Ubuntu follow along with this article.
Open articleDigitalOcean Droplets are Linux-based virtual machines (VMs) that run on top of virtualized hardware. This post will walk you through creating a droplet on DigitalOcean.
Open articleTo make a vscode theme you first need to install nodejs and npm before you get started. and also make sure you have vscode installed
Open articleTo create a recycler view in kotlin you need three classes, an Adapter class to set data to items in the recycler view a data class to give your data a structure, and an activity or fragment
Open articleBefore we talk about which way is the best or to be precise which is better for you let's talk about what is Native and Cross-Platform App development.
Open articleInstall Android Studio on Windows
Open articleIf you want to make a cross-platform app that works on both Android & IOS then you have mainly two options to choose from Flutter and React Native.
Open article