Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/offroaders123/ts-sql
Diving into databases and how to build things on top of them!
https://github.com/offroaders123/ts-sql
Last synced: 20 days ago
JSON representation
Diving into databases and how to build things on top of them!
- Host: GitHub
- URL: https://github.com/offroaders123/ts-sql
- Owner: Offroaders123
- License: mit
- Created: 2024-03-28T01:33:30.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-29T07:51:28.000Z (9 months ago)
- Last Synced: 2024-03-29T08:33:41.003Z (9 months ago)
- Language: TypeScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TS-SQL
Diving into databases and how to build things on top of them!
I think I am moving along nicely in my programming journey with having learned a lot of technologies overall. I think I can still do better to broaden the kind of things I can build though, I don't have much experience yet in doing that. I need to have more experience with building fullstack apps that include both the client, server, and a database to store data for that site as well.
I'm going to start with MySQL, then move on to other database options like NoSQL-based ones, such as MongoDB for example. It sounds like that is used for most web apps that use JSON data for what has to be stored.
https://www.reddit.com/r/learnprogramming/comments/wryuil/i_wrote_a_guide_on_how_to_get_a_career_as_a/
https://medium.com/@Jawerty/the-guide-to-becoming-a-career-programmer-without-a-degree-e77484d2e7d6
https://www.google.com/search?q=web+dev+internship
https://www.comentum.com/
https://www.google.com/search?q=structured+programming+example
https://www.w3schools.com/nodejs/nodejs_mysql_create_db.asp
https://www.youtube.com/watch?v=Cz3WcZLRaWc
https://www.youtube.com/watch?v=Hej48pi_lOc
https://www.youtube.com/playlist?list=OLAK5uy_kq3KlqZpp_LiUiSEOIcHrFEUES36QyQKIhttps://www.bairesdev.com/blog/database-web-apps/
https://www.geeksforgeeks.org/difference-between-sql-and-nosql/amp/
https://www.reddit.com/r/Database/comments/cx4r8r/when_should_you_use_sql_instead_of_mongodb_and/https://medium.com/@rodolfovmartins/how-to-install-mysql-on-mac-959df86a5319
https://docs.rackspace.com/docs/reset-a-mysql-root-password
https://askubuntu.com/questions/735601/how-to-completely-delete-mysql-for-clean-install
https://stackoverflow.com/questions/41645309/mysql-error-access-denied-for-user-rootlocalhost
https://stackoverflow.com/questions/43094726/your-password-does-not-satisfy-the-current-policy-requirements
https://dev.mysql.com/doc/refman/8.0/en/validate-password-options-variables.html
https://www.digitalocean.com/community/tutorials/how-to-create-a-new-user-and-grant-permissions-in-mysql
https://dev.mysql.com/doc/refman/8.0/en/drop-user.html
https://stackoverflow.com/questions/17975120/access-denied-for-user-rootlocalhost-using-password-yes-no-privileges
https://www.google.com/search?q=mern+stack
https://en.wikipedia.org/wiki/SQL
https://medium.com/the-node-js-collection/making-your-node-js-work-everywhere-with-environment-variables-2da8cdf6e786Not as specific to this project, lately I've been curious how you can use biometrics with browser APIs, and I'm also curious about how you can setup things like paying with Apple Pay or other touchless payments, by way of with a website. I still have to look into that one next as well.
https://webkit.org/blog/11312/meet-face-id-and-touch-id-for-the-web/
https://web.dev/articles/security-credential-management-retrieve-credentialshttps://forums.developer.apple.com/forums/thread/49613
https://developer.apple.com/documentation/apple_pay_on_the_web
https://www.npmjs.com/package/@types/applepayjs
https://developer.mozilla.org/en-US/docs/Web/API/Payment_Request_API
https://developer.mozilla.org/en-US/docs/Web/API/Payment_Request_API/Using_the_Payment_Request_APIIt looks like there are a few different methods to setup payments on the web, does Apple Pay JS use the Payment Request API under the hood?
https://www.youtube.com/watch?v=x2ue8TWDmcQ
https://www.youtube.com/watch?v=ZXmKKV7R72c