Free Palestine 🇵🇸
🇵🇸
Help Spread Awareness for Palestine.
image by [Austin Chan](https://unsplash.com/@austinchan?utm_source=medium&utm_medium=referral) on [Unsplash](https://unsplash.com?utm_source=medium&utm_medium=referral)

A Glossary for Javascript World

Javascript is growing (also evolving) fast. I mean very fast. There are tons of libraries, frameworks, compilers, bundlers or even several standards. Even if you are developing in Javascript since the beginning, it still might be difficult to catch up with this evolution’s speed. Here i tried to gather most of those technologies and technical terms together with their definitions, missions and relations to each other. If you are new to either programming or web development, this post is supposed to give you some idea about Javascript and its ecosystem....

September 20, 2018 Â· 9 min Â· Ali Oguzhan Yildiz

React Native Maps with Google Directions Api

We have to use an external service to draw real world directions between two (or more) locations on the Map. For React Native, i ended up using both react native maps and Google Directions Api. We have to use an external service to draw real world directions between two (or more) locations on the Map. For React Native, i ended up using both react native maps and Google Directions Api....

May 20, 2017 Â· 2 min Â· Ali Oguzhan Yildiz