Day 1147 : Stress

Day 1147 : Stress
liner notes: Professional : Pretty good day. Had a few meetings throughout. Looked up some answers to community questions. Started on my next documentation project. Not a lot of coding today. Persona...
0 Read More

Building Insta-like App Using Django

I want to learn Django, so I’ve decided to build an Instagram-like app from scratch. The idea is to let people share photos from their trips, post what they eat, give recommendations about places li...
0 Read More

Advanced Git Commands

Advanced Git Commands
1. git diff: See What’s Changedgit diff shows you the difference between various states of your code. This can be between your working directory and the staging area, or between commits. 2. git log:...
0 Read More