A Checklist of Node Production Best Practices 19 different tips or best practices to consider when putting your Node apps into production, along with pop-out examples and links. - https://goo.gl/Hxyiaf #nodejs
A Thorough Guide to Building Layouts with CSS Grid A helpful guide to CSS Grid, including a free visual grid builder tool. - https://goo.gl/QDNe7q #css #grid
Creating an 'Offline' Notice in React Native Ever seen the red “No Internet Connection” sign in apps like Facebook Messenger? Here’s how to recreate it. - https://goo.gl/Q1pvjH #reactNative
Debugging Tips and Tricks for Front-End Developers A fantastic round-up of concepts, tools, and things to consider when doing one of a developer’s most important tasks: debugging. - https://goo.gl/zKAj5o #debugging #tips
How To Secure Your Web App With HTTP Headers Hagay Lupesko reviewed key security-related HTTP headers and demonstrated their use in mitigating security vulnerabilities and attacks. - https://goo.gl/QKCoUw #web #http #secure
Making HTML Responsive with a Single Line of CSS The responsiveness happens in a single CSS Grid-related property, namely grid-template-columns coupled with the auto-fit keyword. - https://goo.gl/L6g116 #responsice #css