Day85 of #100daysofcode: Today I configured the routes that adds products to the cart and show all orders from the current user. The next step is to implement live chat between buyer and seller. Let`s see how it goes.
#nodejs#expressjs#mongodb#node#javascript#jwt
Day83 of #100daysofcode: Today I configured the routes to add new products and display all products from the database. Secured the path with JWT authentication. I will add new functionality related to the product tomorrow.
#nodejs#expressjs#mongodb#node#javascript#jwt
Day80 of #100daysofcode: My final year project is about to start, so I`m taking a break from my Rust project. I am going to build the backend of our project using Nodejs, Expressjs and mongoDB. I set up MongoDB and Postman on my laptop today.
#nodejs#expressjs#mongodb#rust
Day79 of #100daysofcode: I checked out Websockets today to implement a checklog feature, and found out that it is not possible to implement Websockets in Rocket for now. However, Rocket supports server-sent events, allowing one-way communication from server to client.
#rust
Day78 of #100daysofcode: Today I implemented the functionality to update the info card when the installation is complete. It works really well. Next, I am going to implement the log checking function. Let`s see the challenges it poses.
#rust#rustlang#rocket#postgres#yew