GThat's a good article, thanks for sharing Kritika :) I've also used this css text overflow ellipsis article to help add ellipsis in a table cell, apparently it doesn't work 100% exactly the same way in tables, grids, flex, etc.Comment路Article路Dec 5, 2022路2 Simple ways you can truncate text using CSS
GThanks for sharing this Angular tutorial, I'm currently working on learning Angular in VSCode!Comment路Article路Oct 15, 2022路Angular Chat Application Tutorial
GThis, is how tutorials should be done. Great work, Chris!Comment路Article路Oct 14, 2022路How To Install WordPress in Windows
GGreat list, I think PHP is a simple language, that has also evolved and improved over time. You can run it on both Windows and Linux, so it's cross platform. Also a minumental array of software is running on PHP. It's also great as an entry language for beginners.Comment路Article路Oct 14, 2022路Why The Hell Are We Stuck To PHP For Web Development?
GSometimes I need to use this at work, I've made a fair share of accidental commits.Comment路Article路Oct 14, 2022路GIT : RESET --hard
GResetting in git is probably one of the most important features, IMO. You really don't know until it happens, and you commit something by mistake into main repo at work, lol.Comment路Article路Oct 14, 2022路Fixing common mistakes with Git
GThis is actually a very good git reset article, the diagrams made it a lot easier to understand, thanks for sharing.Comment路Article路Oct 14, 2022路Reset, Revert and Checkout in Git
GThanks for making this post! I've been doing a lot of resets lately at work, but I remember being clueless as to what to do when caught in this situation at random 馃槅Comment路Article路Oct 14, 2022路How to undo the last commit in Git?
GThis is actually a very well-written post, I like how it's put together. I already know Git commands, and git cloning is my second nature, 馃檪 Lol, but this write up was a bit of a refresher for me as well. Thanks, Vikash!Comment路Article路Oct 14, 2022路13 Git Commands Every Developer Should Know