Semantic Versioning

In the world of software management there exists a dreaded place called “dependency hell.” The bigger your system grows and the more packages you integrate into your software, the more likely you are to find yourself, one day, in this pit of despair. Source: https://semver.org/

16 DevTools tips and tricks every CSS developer need to know

When it comes to debugging the front-end, if you’re like many developers, you basically live in your browser’s developer tools. But even after having worked in Chrome’s developer tools for quite a few years, I still come across tips, tricks, and features that I haven’t seen before…. Source: https://www.heartinternet.uk/blog/16-devtools-tips-and-tricks-every-css-developer-need-to-know/

… Source: http://latentflip.com/loupe/?code=JC5vbignYnV0dG9uJywgJ2NsaWNrJywgZnVuY3Rpb24gb25DbGljaygpIHsKICAgIHNldFRpbWVvdXQoZnVuY3Rpb24gdGltZXIoKSB7CiAgICAgICAgY29uc29sZS5sb2coJ1lvdSBjbGlja2VkIHRoZSBidXR0b24hJyk7ICAgIAogICAgfSwgMjAwMCk7Cn0pOwoKY29uc29sZS5sb2coIkhpISIpOwoKc2V0VGltZW91dChmdW5jdGlvbiB0aW1lb3V0KCkgewogICAgY29uc29sZS5sb2coIkNsaWNrIHRoZSBidXR0b24hIik7Cn0sIDUwMDApOwoKY29uc29sZS5sb2coIldlbGNvbWUgdG8gbG91cGUuIik7!!!PGJ1dHRvbj5DbGljayBtZSE8L2J1dHRvbj4%3D

My VSCode Setup

This post was originally posted to my blog. Since there are posts like this going around on blogs like The Zen of Programming and DEV Community ?‍??‍? so I feel like giving my ? take…. Source: https://dev.to/twhite/my-vscode-setup-43ol

Join multiple files in new file?

Preface: I regularly work on multiple systems. Some of those are windows machines and some run various linux flavors. Today I read the post about vim-remark.js and it reminded me of a problem I was trying to solve with some markdown files…. Source: https://www.reddit.com/r/vim/comments/9c7axp/join_multiple_files_in_new_file/

Art of debugging with Chrome DevTools

Chrome DevTools come with an array of features that help developers debug their apps effectively, and therefore find and fix the bugs faster. There are a lot of power tools in devtools which are not quite well-known amongst the developers…. Source: https://medium.com/frontmen/art-of-debugging-with-chrome-devtools-ab7b5fd8e0b4