Guente02's Posts
Nairaland Forum › Guente02's Profile › Guente02's Posts
1 2 3 4 5 6 7 8 9 10 (of 89 pages)
sheygz:It contains a lot. But we'd be having facilitation sessions, code review by the respective LFAs and some really hot and tasty jollof rice (oh I really wish) for lunch then more code reviews and some small small bonding with team members. If there is anything you'd be leaving the venue with its FEEDBACK. This is what week one looked like my last out.
|
How about we have an NL connect on Monday. Enjoy the launch break Jollof (hopefully) together. |
datascience:It's really not me. Got nigga there that just won't tell. I guess I'd have to work hard enough to find out myself. |
datascience:No one is telling. ![]() |
isArray:Your stack trace is importanta that this little snippet. Is everything working fine in your pc? Have you installed and using babel? Because node does not understand this yet => import express from 'express'. Na only const express = require('express') e sabi. But if your use babel to run the code then all would be fine. But on a second thought the solution to this your problem is sleeping on stackoverflow. Goan wake him. |
isArray:Exactly. To keep things clean, flat and also follow the SRP principle....throw that validation logic with joi into a middleware function and call it in the declaration. That way there is the division of labor and everyone is happy. PS: This is not mandatory but thinking about it holistically you'd see how it fits into the big picture. |
isArray:There should be an input validation middleware in your routes because you want to ensure that the data that hits your route handler is purely verified and is of the accepted type and format (You don't want to pass an underscore as an id) and only then can the logic in your route handler be fired. example of a route with a middleware app or router.get(/products/:id, inputValidationMiddleware, (req,res)=>{}) now the app requirements expect your id parameter to be an integer that is 1 (products don't have id of 0 na) and above. if the user enters anything less than 1, the program flow is going to end in the inputValidationMiddlewareand then send a response with a status of 422 (https://httpstatuses.com/422) and a body with error property saying one clean error message - res.status(422).send({error: 'Id should be an integer that is greater than 0'}). |
isArray:Pretty smooth. Covering all edge cases and checking no stone is left whilst pushing for a test coverage of 100%. One really needs to have their LFA leave very few feedback so that they can tackle challenge 3 asap (when it presents itself). |
naijanoni:Looking solid. |
isArray:Practice TDD. Test first. How is it coming along? |
isArray:You are certainly not wrong. |
I guess we are at the discretion to decide what type of products the store manages. |
assurancefemi:Postgresql. |
isArray:Got it. � |
isArray:Soft skills is major....I hope i posses that. If you can chime in on this please. How does one demonstrate EPIC values during the bootcamp. |
stephenkhalaf:Baba easy with the whining. When u see bad guy....U go choke on your own breath. All man dey learn outhere. |
isArray:You're not far from the truth. Building before, during or after is a matter of one's preference. The takeaway here is that one should make sure they build something with their newly acquired knowledge. |
Tutorial purgatory is real fellas. If you're learning and not building trust me you're not learning optimally. |
Seems like the new tests are tight. Nice ![]() |
jembalord:But there is one for coveralls na and it's 100%. |
Nairaland UI/UX is Trash in 4k ![]() |
@maigemuu I see people with different solutions. Is it something you get on google or the shelf.Some people didn't use google - my opinion tho - to get past the second test but Google is an essential skill in one's journey in this field. I see you lamenting alot on the thread and I get it, programming is frustrating at the start for some people but if you are deliberate and persist in your learnings, sooner than later things would start converging without much mental effort. Just keep at it if its worth it for you. I don return to library.Keep learning Bro. One step, one code, one concept at a time. If you have a way one can pass this hurdle, please share.At the end of the day chairman, its the journey not the destination. Beauty in the struggle ugliness in the success. But until one gets there how would one know ![]() |
isArray:Fixed CSS specificity issue. |
fxdrizzle:https://github.com/jesseinit/my-diary |
I couldn't get in to andela the last time out but atleast I finished the project. https://diaryly.herokuapp.com/ Gearing up for whatever cycle 37 would bring to the table. |
https://flaviocopes.com/ isn't bad. |
With Plenty Mental Gymnastics...
|
Afolabi6046:Basic JavaScript fundamentals. There are only layers upon layers of abstraction to what we see as complex but las las it's the basic understanding of the underlying concepts that would help you in wrapping your head all things complex. Just prepare for the rabbit hole. |
Afolabi6046:Callbacks then Promises. Asyn await only makes one write promises in a convenient way. But once you get your head around it, you'd never basic promises with then() and catch() chaining. For whatever reason i haven't been able to totally understand callbacks. |
isArray:How can i get it from you? |
How do I get that mosh homadani node course people? |
fxdrizzle:N100 to Oshodi Under Bridge. N50 with Keke via Town Planning Way to Anthony Bus stop then trek a little - bad energy gotta stay far away - to the EPIC tower. PS: If you don't know how to already use it? Learn how to USE Google Maps.
|



