Update ProgrammingLanguagesIknow.md

This commit is contained in:
Nuño Sempere 2020-04-06 20:39:06 +02:00 committed by GitHub
parent 090e92d53c
commit 4e0383d799
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@ Useful for: Server side programming.
Personal experience: I learnt PHP to program the above webpage. Ultimately, however, I could have just used JavaScript, because I don't really needed a database / everything could have been computed on the user's side. Demistifyies some webpages. Personal experience: I learnt PHP to program the above webpage. Ultimately, however, I could have just used JavaScript, because I don't really needed a database / everything could have been computed on the user's side. Demistifyies some webpages.
## JavaScript ## JavaScript
Representative project: This [utility](https://observablehq.com/@nunosempere/foretold-notebook-into-csv), which takes a [foretold](https://www.foretold.io/) notebook, queries some data and converts it into a csv; (this npm package)[https://www.npmjs.com/package/@lokiodinevich/sparkwave0xff1493]. Representative project: This [utility](https://observablehq.com/@nunosempere/foretold-notebook-into-csv), which takes a [foretold](https://www.foretold.io/) notebook, queries some data and converts it into a csv; [this npm package](https://www.npmjs.com/package/@lokiodinevich/sparkwave0xff1493).
Useful for: Code which is executed on the client's side. Interactive webpages. Server side with Node.js Useful for: Code which is executed on the client's side. Interactive webpages. Server side with Node.js