Eugenio GaliotoMy short experience with DGraph as of Jan 2020When it comes to develop a graph oriented system like a social network, or an analytics system or anything in which the structure is…Jan 9, 20203Jan 9, 20203
Eugenio GaliotoThe Examples Platform — Python — How to create a virtual environment in Python 3The virtual environment is the way to go when you manage any python project.Jan 8, 2020Jan 8, 2020
Eugenio GaliotoThe Examples Platform — NodeJS & NVM — How to change node versionSometimes you can’t run a project just because your NodeJS version does not match the implicit version required by the project.Jan 7, 2020Jan 7, 2020
Eugenio GaliotoThe Examples Platform — Javascript — How to generate a JWT token with jsonwebtokenThe library ‘jsonwebtoken’ is a popular way to create and verify a JWT token.Jan 4, 2020Jan 4, 2020
Eugenio GaliotoThe Examples Platform — Facebook Graph API — How to get FB id, name, email and picture by using…After the Facebook Login you get an access token by Facebook. To turn your access token into consumable data you just need to create a GET…Jan 4, 2020Jan 4, 2020
Eugenio GaliotoThe Examples Platform — Docker & Docker-Compose — How to open a terminal of a running containerIf you have a Docker-Compose project, and you want a terminal on one of your containers, you just need to enter:Jan 3, 2020Jan 3, 2020
Eugenio GaliotoThe Example Platform — Javascript — How to remove duplicates from an arrayA Set object is a collection that allows unique items only. You can use this property by converting your array into a Set and then convert…Jan 3, 2020Jan 3, 2020
Eugenio GaliotoThe Examples Platform — React Native — How to start the packager with no cacheCaching in the react native packager can lead to annoying issues.Jan 3, 2020Jan 3, 2020
Eugenio GaliotoHow To Make React Native Debugging 5x Faster — Simple TipReact Native is a great framework to create cross-platform apps. Its power and its weaknesses are based on Javascript.Jul 31, 2019Jul 31, 2019