-
Hide elements for all except Screen Readers
In web development, we do run into a situation where we want to hide an element from the user’s view, but at the same time, we also want it to be accessible to Screen Readers. In these situations, there’s a CSS approach that comes in very handy. A bunch of CSS lines make sure that…
-
Install Homebrew on Mac
Homebrew is a package manager for Mac systems. The biggest advantage of installing Homebrew is that it makes your developer life somewhat comfortable and quick. Installing huge applications like Node, NPM becomes just 3 words matter. Learn more about it on it’s official website – http://brew.sh/. Best part: It comes free. Installing Homebrew is a…
Got any book recommendations?