image

Make your own WSL Distro

Dec 27, 2023

linuxwslwindows

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

image

Install Portainer in docker Linux

Jan 30, 2023

portainerdockerlinux

Install Portainer in docker Linux

image

Install Docker in Debian Linux

Jan 10, 2023

Install Docker in Debian Linux

image

Install Docker in Ubuntu Linux

Jan 10, 2023

Install Docker in Ubuntu Linux

image

Install Docker in Fedora Linux

Jan 10, 2023

Install Docker in Fedora Linux

image

Create AWS EC2 instance

Dec 8, 2021

EC2 is a part of AWS, allowing users to rent virtual computers to run their own applications. EC2 encourages the scalable deployment of applications b

image

Swap on Linux

Dec 1, 2021

Swap 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.

image

Create a New User from the terminal on Ubuntu

Nov 28, 2021

To create a new user from the terminal on Ubuntu follow along with this article.

image

Create a DigitalOcean droplet

Nov 28, 2021

DigitalOcean Droplets are Linux-based virtual machines (VMs) that run on top of virtualized hardware. This post will walk you through creating a dropl

image

Make your own vscode theme from scratch

Nov 26, 2021

To make a vscode theme you first need to install nodejs and npm before you get started. and also make sure you have vscode installed

image

Recycler View in Kotlin

Nov 25, 2021

To 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

image

Native vs Cross-Platform Mobile Development in 2022

Nov 25, 2021

Before 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

image

Install Android Studio on Windows

Nov 25, 2021

Install Android Studio on Windows

image

Flutter VS React Native in 2022

Nov 25, 2021

If 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.