Filter
Exclude
Time range
-
Near
Day 22 of #100DaysOfNode I am finally checking docker out. Today I went through the basics, installed it on Windows 10 and ran a few commands. #100DaysOfCode #CodeEveryDay #LearnNodeJS #BuildInPublic
2
35
Day 22 of #100DaysOfNode I'm currently looking at deployment. I wanted to you a PaaS like Heroku but been there done that so decided to work with containers instead. For the first time in 5 years of development... #100DaysOfCode #CodeEveryDay #LearnNodeJS #BuildInPublic
2
36
Day 21 of #100DaysOfNode Today I implemented the post returns endpoint for my movie app. I wrote tests first then the code to make them pass. It was more time consuming but allowed me write just the necessary code. #100DaysOfCode #CodeEveryDay #LearnNodeJS #BuildInPublic
2
31
Day 19 of #100DaysOfNode Studied integration testing today. Setup up a test DB for my movie app and wrote some tests for getting resources and authorization. #100DaysOfCode #CodeEveryDay #LearnNodeJS #BuildInPublic
2
24
Day 18 of #100DaysOfNode I practiced writing unit tests today. I even added some to my movie application. #100DaysOfCode #CodeEveryDay #LearnNodeJS #BuildInPublic
1
26
Day 17 of #100DaysOfNode I refactored my entry file, index.js to what is in the image. It was getting really noisy with all the configuration and logging logic. I also started learning unit testing. Still on the theory. #100DaysOfCode #CodeEveryDay #LearnNodeJS #BuildInPublic
3
30
Day 16 of #100DaysOfNode Error handling is very important when building applications. I learnt how to do that today while using wiston and winston-mongodb for logging. #100DaysOfCode #CodeEveryDay #LearnNodeJS #BuildInPublic
2
32
Day 15 of #100DaysOfNode I added authentication and authorization to my movie application. Users can login and only admin users are authorized to take certain actions. #100DaysOfCode #CodeEveryDay #LearnNodeJS #BuildInPublic
4
32
Day 14 of #100DaysOfNode Learning today was good. I started studying authentication and authorization. I also covered hashing passwords and using JWTs. I am really excited πŸ˜€ #100DaysOfCode #CodeEveryDay #LearnNodeJS #BuildInPublic
2
39
Day 13 of #100DaysOfNode The tutorial on ACID transactions by @Lauren_Schaefer was quite helpful. I managed to create and handle a transaction in my movie application and went ahead to study validating the objectId. #100DaysOfCode #CodeEveryDay #LearnNodeJS #BuildInPublic
1
4
54
Day 11 of #100DaysOfNode Almost didn't clock it today but here I am. I started building the rentals API for my movie app but got stuck on the error below. Still trying to figure it out. Hopefully will do soon. #100DaysOfCode #CodeEveryDay #LearnNodeJS #BuildInPublic
2
54
Day 7 of #100DaysOfNode It’s Sunday and I decided not to do much. I refactored my Vidly application to enforce separation of concerns. We now have models in a models folder and all routes in a routes folder. #100DaysOfCode #CodeEveryDay #LearnNodeJS #BuildInPublic
2
58
Day 6 of #100DaysOfNode I just finished building the customers endpoint for my Vidly app. Using the API, you can get all, get one, update create and delete customers. #100DaysOfCode #CodeEveryDay #LearnNodeJS #BuildInPublic
2
72
Day 5 of #100DaysOfNode I added update and delete functions to my genres API so your girl can now do the CRUD 😎 I still need more practice though so I’ll keep at it. #100DaysOfCode #CodeEveryDay #LearnNodeJS #BuildInPublic
1
3
64
Day 4 of #100DaysOfNode I connected frontend to backend. Using #postman I was able to create and get genres from my API. I modified my database and saw the changes on MongoDB compass. What a moment that was. #100DaysOfCode #CodeEveryDay #LearnNodeJS #BuildInPublic
3
71
Day 3 of #100DaysOfNode It’s getting exciting. Today I learnt how to update a document by querying it first and how to update it directly. I also tried removing a course document from my DB which worked 😊 #100DaysOfCode #CodeEveryDay #LearnNodeJS #BuildInPublic
3
57
Day 1 of #100DaysOfNode I’ve been doing some studies before today so today, I finished setting up #MongoDB. I also succeeded in importing a json array of courses into my DataBase(playground). #100DaysOfCode #CodeEveryDay #LearnNodeJS #BuildInPublic
1
2
91