Tag: web development
All the articles with the tag "web development".
Promise.all vs Promise.allSettled
Published: at 04:07 PM (2 min read)Understanding the differences between Promise.all and Promise.allSettled, including behavior, failure handling, and real-world usage.
How to recover a lost commit using reflog?
Published: at 12:56 PM (1 min read)Step-by-step guide on recovering accidentally lost commits using git reflog, with practical examples and multiple recovery options.
Git log vs reflog
Published: at 11:46 AM (2 min read)Understanding the differences between git log and git reflog commands, their use cases, and how they help in tracking commit history and recovering lost commits.
GitHub Basics - A Complete Guide to Version Control
Published: at 12:00 AM (3 min read)Comprehensive guide to GitHub fundamentals including branching, merging, rebasing, cherry-picking, and navigating commit history with practical examples.