- https://gist.github.com/thomd/ea16eadef85dc901b9fbcc0986a057b7#react-ui-libraries
- https://chakra-ui.com
- https://mui.com
- https://tutorialzine.com/2017/11/15-awesome-react-components
- https://github.com/brillout/awesome-react-components
- https://blog.bitsrc.io/9-react-styled-components-ui-libraries-for-2018-4e1a0bd3e179
- https://blog.bitsrc.io/11-react-component-libraries-you-should-know-178eb1dd6aa4
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
Use a git hook to match a Jira issue ID from the current branch, and prepend it to every commit message
Assuming the current branch contains a Jira issue ID, you can use a git hook script to prepend it to every commit message.
-
Create an empty commit-msg git hook file, and make it executable. From your project's root directory:
install -b -m 755 /dev/null .git/hooks/commit-msg
-
Save the following script to the newly-created .git/hooks/commit-msg file:
No, seriously, don't. You're probably reading this because you've asked what VPN service to use, and this is the answer.
Note: The content in this post does not apply to using VPN for their intended purpose; that is, as a virtual private (internal) network. It only applies to using it as a glorified proxy, which is what every third-party "VPN provider" does.
- A Russian translation of this article can be found here, contributed by Timur Demin.
- A Turkish translation can be found here, contributed by agyild.
- There's also this article about VPN services, which is honestly better written (and has more cat pictures!) than my article.
- https://github.com/public-apis/public-apis (A collective list of free APIs)
- https://github.com/n0shake/Public-APIs
- https://github.com/toddmotto/public-apis (huge list of public APIs)
- http://openweathermap.org
- https://market.mashape.com
- http://numbersapi.com (An API for interesting facts about numbers)
- http://fixer.io (JSON API for foreign exchange rates and currency conversion)
- http://restcountries.eu (Get information about countries)
Simple collection of Groovy scripts to help me maintain some Jenkins systems.
See also https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+Script+Console
Please comment & let me know if you have a fork / fixes you'd like to include.