Git Concepts - Second Day

1- Undoing Commits (reset vs. revert) git reset - Undo commits and move the branch pointer Git reset is used to undo commits. It comes in three types: --soft → Keeps changes in St...
0 Read More

Setting up your first django project.

Setting up your first django project.
I am publishing this as a beginner too who is still on his way too mastering the full concepts of django and its functionalities as far as backend development is concerned. this are some of the applic...
0 Read More

When Objects Aren't

Not everything that looks like an object is one. Here are some cases that look something like JavaScript objects but aren't. We'll also see some unusual things along the way. GOTO in JavaScript?! ...
0 Read More