- 5G Connected Sport Jacket by Adidas
- 300W fast-charging in 5 minutes
- Xiaomi AR Smart Glasses
- 6G terabyte broadband by 2030
- Motorola Defy Satellite Link
- Qualcomm powered Wi-Fi 7 technologies
- Samsung and vRAN and Open RAN
- ZTE Mini5GC private 5G network
- Nokia G22 with eco design and QuickFix repairability
- Netflix pushes back against telcos in net neutrality row
The next step in my project was to test out being able store and display the rates in a database. I decided to use nodejs and supabase for this. Everything worked beautifully. Only hickup was the following error due to my package.json not being correct. SyntaxError: Cannot use import statement outside a module Added this to package.json "type": "module" This works beautifully. Right now I am just testing fragments of what could be part of a bigger system to see what is possible and what works and how easy to code on a mobile. There is no fully functioning integrated end to end system just yet. This is also what I tested. A serverless append-only database using GitHub + Actions + Pages. That’s basically a lightweight backend system. This was the ChatGPT prompt I used. Guide me through each step. This is what I want. A manually run github actions that adds to docs/data.json with the current date and time. docs/index.html displays all the entries in data.json. Make s...
Comments