Monthly Archives: November, 2022
JavaScript
How to sort a Set in JavaScript
ES6 introduced the set data structure in JavaScript. But sets are not ordered abstract data structures. So there is no .sort() property...
Web Development
Debugging CSS scroll using one simple style
I have been doing a lot of complicated front-end work off lately and that always brings me back to the class conundrum...
Web Development
CSS :has a parent selector now
CSS now includes a :has selector that allows us to apply styles on the basis of what is happening inside an element....
Development
How to fix “invalid active developer path” after MacOS update
If you are here, then you are getting an "invalid active developer path" error on running commands in the terminal after a...