Month: December 2016
-
Setup Lighthouse, CentOS, 3 simple steps
Lighthouse analyzes web apps and web pages, collecting modern performance metrics and insights on developer best practices. Here is a simple 3 step setup guide for CentOS: Setup the EPEL yum repository install nodejs and npm using YUM Run npm install -g lighthouse And that’s all. Test it out, run lighthouse https://tryexcept.com or run lighthouse…
-
Front-End Performance Checklist
December 21st, 2016 Are you using progressive booting already? What about tree-shaking and code-splitting in React and Angular? Have you set up Brotli or Zopfli compression, OCSP stapling and HPACK compression? Also, how about resource hints, client hints and CSS containment — not to mention View original article
-
TextStyle – A Swift Library Allowing You To Easily Manage Text Styles
TextSTyle is an open source swift library from Yalantis that provides a declarative syntax for defining typefaces with some nice extras. You can also change the thickness, and color attributes and more. View original article
-
Swift UI Component for entering Credit Card Data
CreditCardForm is an open source iOS UI component providing a neat interface for entering credit card data from Orazz. CreditCardForm features an animated credit card that automatically flips for the user to enter the code on the back of their card. View original article
-
Introduction to Angular 2, getting started, bindings, services and webworkers
A collection of articles by Harris Brakmic covering Angular 2, from the basics, installation to WebWorkers and Service Workers.