PinnedPublished inBetter ProgrammingDifferences Between Git Merge and Rebase — and Why You Should CareA comparison of git merge and rebase commands and when to use themMar 12, 20219Mar 12, 20219
You've got a nice breakdown of branches in general, but this section needs to be corrected.You use "git add remote" to add a new remote repository, not a new remote branch. Hence, your naming suggestion needs to be revised.Mar 29, 2023Mar 29, 2023
Just want to highlight that when switching between branches, it's true that Git automatically…Mar 17, 20231Mar 17, 20231
Published inLevel Up CodingWhat is HEAD in GitHEAD answers the question: Where am I right now in the repository? It’s a pointer to the currently checked-out branch or commit!Jul 10, 2021Jul 10, 2021
Published inBetter ProgrammingHow To Squash Bugs Using Git BisectA Sherlock Holmes approach to catching errors in code basesJan 20, 2021Jan 20, 2021
Published inBetter Programming5 Tips That’ll Improve Your JavaScript Debugging Skills and Save You HoursEfficiently troubleshoot your JavaScript using Chrome DevToolsJan 7, 20212Jan 7, 20212
Published inFlatwave Insights5 tips that will speed up your CSS tweaking and save you hoursGet your designs pixel perfect by inspecting and alternating your CSS in realtime with Chrome DevToolsDec 14, 2020Dec 14, 2020
Published inFlatwave InsightsHow To Create a Component Library From a Monolith – A Case StudyIt is needless to say that tools and frameworks for frontend web development now a days emerges almost at exponential speed.Oct 25, 2018Oct 25, 2018
Published inFlatwave InsightsSoftware Developer: The final outpostIn this day and age most software development teams make use of agile methods to crank out new features and functionality at the speed of…Sep 28, 2018Sep 28, 2018