Websites We Like: MD Nichrome

websites-we-like-md-nichrome

Here’s a beautiful website: it’s a type specimen for Mass-Driver’s ever-so-lovely type family MD Nichrome. There’s a ton of nifty animations and graphics explaining all the features inside… If you’re wondering how those animations work, they’re actually styled <video> elements.…

Facebook is having a Big Oil moment

facebook-is-having-a-big-oil-moment

Sen. Richard Blumenthal mentioned a familiar metaphor in the Facebook whistleblower hearing on Tuesday. “Facebook and Big Tech are facing their Big Tobacco moment,” he said, arguing that the social network’s products “can be addictive and toxic to children.” Frances…

Best Laravel Security Features to Secure PHP Apps

best-laravel-security-features-to-secure-php-apps

Laravel was designed to meet different requirements, including event processing and authentication mechanisms for MVC architecture. It also has a software package manager who can manage configurable and expansive code with the massive backing of database management. With its brief…

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…