loverajoel/jstips: This is about one JS tip every day!
With great excitement, I introduce these short and useful daily JavaScript tips that will allow you to improve your code writing. With less than 2 minutes each day, you will be able to read about performance, conventions, hacks, interview questions and all the items that the future of this awesome language holds for us. Source: […]
ericzhang-cn/kindle-open-books – Python
kindle-open-books – This project is created to convert open source materials to kindle supported format A few technical books in .mobi format. Source: ericzhang-cn/kindle-open-books – Python
jlevy/og-equity-compensation: Stock options, RSUs, taxes — a guide for humans
If you’ve ever worked or considered working in a startup or fast-growing tech company, you probably have experienced or tried to learn about stock options, RSUs, and other elements of equity compensation. Source: jlevy/og-equity-compensation: Stock options, RSUs, taxes — a guide for humans
Read Me | ReduxKit
ReduxKit is a swift implementation of the JavaScript Redux library by Dan Abramov and the React Community. ReduxKit stays as close as possible to Redux while bringing in Swift ways of doing things where appropriate. Source: Read Me | ReduxKit
Automate to save mental energy, not time
Automation can be like a battery as well as an investment. Putting energy into batteries is a bad investment; you’ll never get out as much energy as you put in. But that’s not why you put energy into batteries. You put energy in while you can so you can use some of that energy later when […]
Curry in JavaScript « Jayden’s Blog
Curries (burns in) arguments to a function, returning a new function that when called with call the original passing in the curried arguments (along with any new ones): function currying examples. Source: Curry in JavaScript « Jayden’s Blog
Using React is a Business Decision, Not a Technology Choice — Future of Front End — Medium
React In Production: AirBnB, Asana, Atlassian, BBC, Chegg, CloudFlare, CNN.com, Codecademy, Coursera, Craftsy, Dailymotion, Dropbox, Expedia, Facebook, Feedly, Flipboard, HipChat, IMDb, Imgur, Instagram, Khan Academy, KISSmetrics, Mattermark, Minerva Project, Netflix, OkCupid, Rackspace, Rally Software, Ralph Lauren, Reddit, Redfin, Salesforce, Squarespace, The New York Times, Trunk Club, Twitter, Uber, University of Cincinnati, Venmo, WhatsApp, Wired, Wix, […]
djyde/WebShell
Bundle web apps to native OS X app Source: djyde/WebShell
Inspiring Boards (inspiringboards) | Trello
Organize anything, together. Trello is a collaboration tool that organizes your projects into boards. In one glance, know what’s being worked on, who’s working on what, and where something is in a process. Trello board templates. Source: Inspiring Boards (inspiringboards) | Trello
Introducing React Refetch
With the application’s state represented in the URL, all we needed to do was translate those props into requests to fetch the actual data from backend services. To do this, we built a new library called React Refetch Source: Introducing React Refetch