https://github.com/katopz/best-practices
Random best practice from internet belong here.
https://github.com/katopz/best-practices
best-practices
Last synced: 5 months ago
JSON representation
Random best practice from internet belong here.
- Host: GitHub
- URL: https://github.com/katopz/best-practices
- Owner: katopz
- License: unlicense
- Created: 2016-08-21T07:38:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-17T04:38:52.000Z (over 4 years ago)
- Last Synced: 2024-08-09T02:19:28.005Z (8 months ago)
- Topics: best-practices
- Homepage:
- Size: 57.6 KB
- Stars: 938
- Watchers: 49
- Forks: 196
- Open Issues: 2
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - katopz/best-practices - Random best practice from internet belong here. (Others)
README
# Why?
Many great best practices floating around internet and many of then didn't provide RSS feed so I can't bookmark it via feedly. And even worse some link is manual hosting and wait for it expired then I decide to replicate them here.## TLDR
It's a backup of best practices I like.## 3D
- [THE BIG LIST OF three.js TIPS AND TRICKS!](https://discoverthreejs.com/tips-and-tricks/)## CSS
- [Functional CSS - The Good, The Bad, and Some Protips for React.js Users](https://github.com/chibicode/react-functional-css-protips#sunglasses-act-ii-some-downsides-of-using-functional-css-sunglasses)
- [Delivering Octicons with SVG](https://github.com/blog/2112-delivering-octicons-with-svg)## Frontend
- [A Study Plan To Cure JavaScript Fatigue](https://medium.com/@sachagreif/a-study-plan-to-cure-javascript-fatigue-8ad3a54f2eb1#.dlxa08wqd)## React Native
- [What we learned after using React Native for a year](https://hashnode.com/post/what-we-learned-after-using-react-native-for-a-year-civdr8zv6058l3853wqud7hqp)
- [Setting up builds for different environments](https://github.com/luggit/react-native-config)## Docker
- [Docker Cheat Sheet](https://github.com/wsargent/docker-cheat-sheet#best-practices)
- [Docker Container Anti Patterns](docker-container-anti-patterns.md)
- [Docker Clean](https://github.com/ZZROTDesign/docker-clean)
- [Running Docker Containers Securely in Production](https://github.com/katopz/best-practices/blob/master/containers-secure-production.md)
- [Create lean Node.js image with Docker multi-stage build](https://codefresh.io/blog/node_docker_multistage/)
- [Container Best Practice](http://docs.projectatomic.io/container-best-practices/)## Backend
- [Best Practices for Building a Microservice Architecture](best-practices-for-building-a-microservice-architecture.md)
- [Best practices for Ubuntu Setup](ubuntu-setup.md)## Database
- [Connection Pooling with MongoDB](connection-pooling-with-mongodb.md)## Test
- [Diverse Test-Automation Frameworks For React Native Apps](https://www.smashingmagazine.com/2016/08/test-automation-frameworks-for-react-native-apps/)