Bryan L
07/08/2021, 4:19 PMDay 94
• Continued DS&A in Kotlin
◦ Section II: Elementary Data Structures
▪︎ Queue Data Structures
• Common operations
• Example of queue
• List-based implementation
• Doubly linked list implementation
• Call with Recruiter to discuss job searching
• Research Ktor & websocket implementation inside of Android project
Self-Comment
• Chat App
◦ Tried various ways to connect to server. ws://localhost:8080/chat on https://www.websocket.org/echo.html connects fine. Just not on Android.
◦ Going to move away from using ktor and use Socket.IO in project. Spent too much time trying to implement without success.
◦ My main goal for this project is not using Ktor, but to create an app utilizing coroutines with a connection to a server. The libraries can change
• DS&A book
◦ Had a tough time focusing on this as I was distracting trying to understand why my client(ChatApp) wasn't connecting to the server. Chapter is almost complete, will finish it up tomorrow
Goals Tomorrow
• Chat App
◦ use node.js for back-end server
◦ use socket.io as library to form the connection from front-end <-> back-end
◦ Speak to JungIn & review our Chat App project & plans until next meetup
• Complete ch. 5 & 6 in DS&A
• Meetup for REST Client is tomorrow night (about a 30 minute drive.. might attend)