Syra's Techbinder
621 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://ohshitgit.com

How to solve the most common problems with git

Tags: #git
https://nikic.github.io/2014/12/22/PHPs-new-hashtable-implementation.html

"A Hashtable is an ubiquitous data structure whereas programmers often use strings or other complex types as keys."

Tags: #php #webdev #programming #C
http://gameprogrammingpatterns.com/data-locality.html

An interesting article which aims to "accelerate memory access by arranging data to take advantage of CPU caching."

Tags: #programming #Cpp #gamedev #optimization
https://www.linkedin.com/pulse/10-must-know-algorithms-data-structures-software-pablo-g-cisneros

"A list of algorithms and data structures a software engineer must know."

Tags: #algorithms #programming