Sharing knowledge and learning about Python, Javascript, Django and React
You have a bash script on your linux installation that you would like to run periodically, it could be anything, for instance you have a script that...
When looking to set up a react native/expo development environment, most of the tutorials assume you are using Mac or Windows. The information that...
So you have a virtual private server that you have purchased from one of the providers like Digital ocean. You currently log into the server using ssh...
So the goal of this tutorial is to describe how to get a react app from your laptop/pc onto the internet by putting it in an Amazon aws ec2 container...
I found myself in a situation where I wanted to transfer some large video files from one laptop to the other and didn't have a portable hard disk or...
One of the ways to show validation errors on forms is as the users are entering information on input fields. As the users fill the inputs, they are...