Syra's Techbinder
623 subscribers
608 links
News and resources on programming, technology, security.

Use @techbinderbot to send us interesting contents, feedback us and subscribe to your favorite topics.

What is techbinder? Read it here: https://goo.gl/rMAz3z
Download Telegram
http://gameprogrammingpatterns.com/contents.html

"Game Programming Patterns is a collection of patterns I found in games that make code cleaner, easier to understand, and faster.

This is the book I wish I had when I started making games, and now I want you to have it."

Tags: #gamedev #programming
Just a reminder: you can now send us the the links you think can be more interesting to the community, by using @TechBinderBot and it's /send command. Please note that we might not receive your message due to user and website blacklists. Thank you all for every contribution! 😉
http://bradfrost.com/blog/post/atomic-web-design/

"In searching for inspiration and parallels, I kept coming back to chemistry. Solid, liquid, gas, simple, complex, etc, are atomic units that bonded together, form molecules.

Similarly, interfaces are made up of smaller components. This means we can break entire interfaces down into fundamental..."


Tags: #webdesign
http://bigocheatsheet.com/

"Space and time complexities of common algorithm"

Tags: #algorithm #complexity