Tech notes

Javascript, HTML, CSS

Javascript bitwise operators and how to use them
Apr 14, 2017 | javascript bitwise operators

The majority of javascript developers knows about bitwise operators and binary representations of numbers. However if you asked them where in web development we can use those operators you rarely hear a clear answer. So was I until I started to use bitwise operators in one project where we had to grant and control different user roles on the webportal. Read more >>