Top AngularJS Frameworks to Watch Out in 2021

top-angularjs-frameworks-to-watch-out-in-2021

AngularJS, an open-source, front-end development framework, is ideal for developing single-page applications and enterprise-level app solutions. This framework has MVVM and MVC (Model View Controller) foundational layouts to simplify the testing and development processes of applications.  AngularJS is also a…

Scroll Shadows With JavaScript

scroll-shadows-with-javascript

Scroll shadows are when you can see a little inset shadow on elements if (and only if) you can scroll in that direction. It’s just good UX. You can actually pull it off in CSS, which I think is amazing…

Quickly Testing CSS Fallbacks

quickly-testing-css-fallbacks

Dumb trick alert! Not all browsers support all features. Say you want to write a fallback for browsers that doesn’t support CSS Grid. Not very common these days, but it’s just to illustrate a point. You could write the supporting…