Modern button styles in web design
The modern world of web design and UI is dominated by Material and Flat design trends.
Blog about web development
The modern world of web design and UI is dominated by Material and Flat design trends.
In this article, I’m going to show several ways of how to find an item in a JavaScript array. As well as provide a performance test for all of the methods.
HTML entities are a set of special encoded characters reserved for use in the HTML.
Google Chrome browser has been my favorite browser for development for quite some time. And the Dev Tools capabilities is one of the reasons for that.
Have you ever had a situation when your JSX code is cluttered with multiple attributes? If you have, there is a simple solution to handle this situation.