Designing Beautiful Shadows in CSS
EditorConfig settings – Visual Studio
You can add an EditorConfig file to your project or codebase to enforce consistent coding styles for everyone that works in the codebase. EditorConfig settings take precedence over global Visual Studio text editor settings. This means that you can tailor each codebase to use text editor settings that are specific to that project. You can still set your own personal editor preferences in the Visual Studio Options dialog box. Those settings apply whenever you’re working in a codebase without an .editorconfig file, or when the .editorconfig file doesn’t override a particular setting. An example of such a preference is indent style—tabs or spaces.
Source: EditorConfig settings – Visual Studio (Windows) | Microsoft Docs
JavaScript Error Logging – TrackJS
JavaScript Error Logging Easily Find and Reproduce JavaScript Errors TrackJS makes finding and fixing client-side errors simple. We automatically detect bugs on your website and give you a clear view of how the user got to the error.
Don’t wait for your users to report bugs. Know as soon as they happen with TrackJS.
trackjs.com/
Sentry – JavaScript Error and Performance Monitoring
JavaScript Error and Performance Monitoring
Resolve JavaScript errors with max efficiency, not max effort. Get actionable insights to resolve JavaScript performance issues with the ability to track, debug, and resolve JavaScript errors across platforms.
sentry.io/for/javascript/?platform=sentry.javascript.angular
Going to production – Single Page Web App Checklist
Single Page App Checklist This is a checklist for browser-based Web App without the backend or with a 3rd-party backend.
github.com/mtdvio/going-to-production/blob/master/spa-checklist.md
Going to production – backend API checklist
Serverside checklist This is a checklist for serverside of the Web App.
github.com/mtdvio/going-to-production/blob/master/serverside-checklist.md
A collection of (mostly) technical things every software developer should know about
A collection of (mostly) technical things every software developer should know about
github.com/mtdvio/every-programmer-should-know
Polypane, The browser for ambitious developers
The stand-alone browser for ambitious developers that want to build responsive, accessible and performant websites, and save time while doing so.
polypane.app/
A Complete Guide to Grid Tricks
Our comprehensive guide to CSS grid, focusing on all the settings both for the grid parent container and the grid child elements.
css-tricks.com/snippets/css/complete-guide-grid/