Tag: Developer Tools
All the articles with the tag "Developer Tools".
Yarn: A new package manager for JavaScript
Updated: at 09:51 PMFacebook fixes several problems with npm; will yarn become the new standard, will npm make changes, or will developers not care?
The State of Front-End Tooling - 2015
Updated: at 07:18 PMWhat tools do developers use now? Sass, Gulp, AngularJS, Mocha, Jasmine, and Bower top the list.
Pause and slow down CSS3 animations in Chrome Dev Tools
Updated: at 01:02 AMChrome Canary gives you a sneak peak of dev tools for CSS3 animation
The First Browser Dedicated to Developers is Coming
Updated: at 05:09 PMFirefox creates bridges to use the Firefox Dev Tools on other browsers and even mobile devices. Will it become your new workflow?
CSS Variables Land in Firefox 31
Updated: at 04:10 PMAn uncertain future: Firefox implements CSS variables even though other browser vendors have not committed either way.
Waldo: Search the JavaScript Object Model in under 1 KB
Updated: at 08:07 PMHave you ever needed to find a property or value buried in the catacombs of your JavaScript objects? Waldo to the rescue!
Autopolyfiller: a tool that lets authors use the same approach as CSS preprocessors like autoprefixer, but with JavaScript polyfills
Updated: at 08:11 PMSimply write your JavaScript assuming the latest browser technology then let Autopolyfiller inspect your code and decide which polyfill libraries to include.
CSS Triggers... A game of layout, paint, and composite
Updated: at 06:52 PMTry out this tool for looking up the layout, paint and composite operations that each CSS property triggers
Responsive Web Made Easier with Chrome DevTools Device Mode
Updated: at 04:03 PMUse the Chrome Dev tools for simulating mobile devices and visual representations of media queries used for the page