Forwarded from Syra's Techbinder
https://nolanlawson.com/2016/08/15/the-cost-of-small-modules/
Tags: #programming #Javascript #webdev #webdesign
Tags: #programming #Javascript #webdev #webdesign
Read the Tea Leaves
The cost of small modules
Update (30 Oct 2016): since I wrote this post, a bug was found in the benchmark which caused Rollup to appear slightly better than it would otherwise. However, the overall results are not substanti…
#CoffeeTime https://medium.freecodecamp.com/the-unspoken-truth-of-an-interview-how-personal-narrative-dictates-your-success-a354864d730d#.yagku8u6h
freeCodeCamp
If you want recruiters to take you seriously, build a strong personal narrative.
We’ve all been there. Hunched over a desk. Scrolling through job boards. Looking for some trace of hope that you’ll ever work again.
#CoffeeTime https://medium.freecodecamp.com/with-open-data-you-finally-get-what-your-taxes-already-paid-for-6f1990d98e9#.n0vlgzed8
Free Code Camp
With open data, you finally get what you’ve paid for all these years
If you pay your taxes, you fund the research conducted by companies and universities. That research and its data will soon be free and open…
#DevToolset Released GitLab 8.11 which introduces some nice features..
https://about.gitlab.com/2016/08/22/gitlab-8-11-released/
https://about.gitlab.com/2016/08/22/gitlab-8-11-released/
#WebDevelopment https://www.smashingmagazine.com/2016/08/five-rules-app-localization-china-money-dating-app-store/
Smashing Magazine
Five Rules Of App Localization In China: Money, Dating And App Store — Smashing Magazine
Many people think localization is as simple as translating in-app content and app store pages. It’s more complex than that. This article aims to provide you with a few valuable tips to get you started on the right path.
#Ruby #Rails https://blog.bigbinary.com/2016/08/23/rails-5-trims-session-storage-by-discarding-some-flash-messages.html
BigBinary Blog
Rails 5 trims session storage by discarding some flash messages | BigBinary Blog
Rails 5 trims down session storage by removing discarded flash messages before persisting into the session
#JS https://medium.freecodecamp.com/constant-confusion-why-i-still-use-javascript-function-statements-984ece0b72fd?source=latest
freeCodeCamp
Constant confusion: why I still use JavaScript function statements
Back in the late 90’s — when I learned JavaScript — we were taught to write the “Hello World” function using a function statement. Like…