Mr Frontend weekly link sharing #38

This weeks Mr Frontend weekly link sharing include links with JavaScript, Frameworks, CSS, Design and a lot of other things to check out.
This list based on the sharing of the whole community and what we shared on our social media channels this week! We hope you like it!
If you have things you missed in the list, please add them in the comments 🙂
CSS
- Multi-line Padded Text with the CSS box-decoration-break Property — Call Me Nick
In this snippet, we introduce the box-decoration-break property and take a look at the granular control it gives us on inline elements, like creating … - CSS Weekly Issue #239
Learn how to create responsive 3D shapes, how to write the CSS of the future today using postcss-cssnext plugin, how to build a responsive comic using…
Frameworks
- ngMigrate: A resource of Angular 1.x concepts for Angular 2
ngMigrate is a project to migrate your existing Angular 1 knowledge into Angular 2…. - Modern Angular 1.x essential interview questions
Angular 1.x has changed a lot with 1.5 introducing .component(), and with this it brings a whole new light to interviewing. At many previous jobs I’ve… - Bootstrap 4: Regular Grid VS Flexbox Grid
We take a look at the new Bootstrap 4 flexbox grid system and the changes it brings to the grid we are so used to…. - Navigating A Web Application With The Angular 2 Router
Learn how to use the Angular 2 Router component to navigate between pages of an Angular 2 web application that was created with the Angular 2 CLI…. - Angular 3 is hot on the heels of Angular 2
Angular 3 will have better tooling and will generate less code; Google also is promising a new major version twice a year…
JavaScript
- The true value of mentor’s help when learning JavaScript
I thought I knew JavaScript, but working proved me wrong! I realized I had to go back and re-learn or better to say learn JavaScript properly…. - Require Parameters for JavaScript Functions
JavaScript is notorious for being “loose”, something that some developers love but other developers loathe. I hear most of those complaints from serv… - Math.floor, Math.random, and Jurassic Park · Matt Smith
If you’re new to math methods in JavaScript here are a few words about Math.floor and Math.random and a fun way to use them to build a custom text gen…
Tools
- Debugging The Web (Chrome Dev Summit 2016)
Learn the state of the art in debugging using Chrome dev tools with Paul Irish — all you need to know to expand your toolbox. Lighthouse Github: https… - 15 Interesting JavaScript and CSS Libraries for November 2016
November’s list of web dev resources is here and it is packed with some amazing GitHub projects, including new CSS frameworks, a node.js package manag…
Design
- 10 Chrome Add-ons and Extensions For Developers and Designers
Improve the quality and timing of your work with the help of these ten incredibly useful Chrome add-ons and extensions…. - 50 Tiny, Time-Saving, and Free Tools for Web Designers from 2016
All released this year, each of these free web-based apps offer a time-saving solution to many of the web design tasks you will need to perform from t…
Frontend
- Is Model-View-Controller dead on the front end?
More and more front-end developers are adopting unidirectional architectures. So what’s the future for the classic Model-View-Controller…… - Mr Frontend weekly link sharing #37
This weeks Mr Frontend weekly link sharing include links with CSS, Tools, JavaScript and a lot of other things to check out….
Originally published at Mr Frontend Blog.