Naijanoni's Posts
Nairaland Forum › Naijanoni's Profile › Naijanoni's Posts
1 2 3 4 5 6 7 8 9 10 (of 29 pages)
danose99:No. |
IanKirkby:I remember this question from the cycle 38 test. Your solution may be correct. The problem is that the question's instruction and the tests are conflicting. The instruction says return numbers BETWEEN x and y but the test expects numbers FROM x TO y. So just modify ur solution to return numbers from x to y. So number_game(3, 13) should return [3, 5, 7, 9, 11, 13] instead of [5, 7, 9, 11]. |
Michaelasa:In front-end web development, HTML and CSS are just like pre-requisites for learning javascript. You should have above average knowledge of both before u start learning javascript. I wouldn't advice you to apply for Andela if you are still learning HTML and CSS and haven't started javascript. You'll just be wasting your time. Most of what u'll be doing in every assesment stage is Javascript. If you have applied already, you should just forget about this cycle, the next one and even the one after that. Dont dump ur learning of HTML/CSS and jump into Javascript because of Andela. Take your time, continue learning HTML and CSS. After u have covered them and can design a static webpage with both, then you can start learning javascript. After u have covered javascript (the core language and the Document Object Model), you can then apply for Andela, while learning backend(NodeJS, SQL, e.t.c). With good learning resources and studying everyday(at least an average of 4hrs), you can become proficient in Javascript within 4 months. Taking your time to understand the concepts is very important. With a good understanding of the concepts, learning any JS framework/ library or even picking up another programming language won't be difficult. Best of luck |
minions:Hi. Fourth week you'll be using the Fetch API (which is very simple) not Ajax (except things have changed). What were u asked to use in the instructions? I saw some Fetch API links shared in the previous page. This is a short and simple tutorial on Fetch: https://flaviocopes.com/fetch-api/ By the way, you might not even start challenge 4 in bootcamp. On the last day of bootcamp, we were only expected to have completed challenge 3 of the project. Our defence on the last day was on the project up to challenge 3. I just started my challenge 4 yesterday. Next week, what you'll be doing mostly is modifying your challenge 1 and 2 work based on the feedbacks you'll receive from your LFA. However, that might not be the case for all bootcamps (this was my first bootcamp, I dont know how other bootcamps are). So its always good to be prepared for everything. |
Mekzy02:Why not?. But daily tasks are mainly writing blogposts, so you don't need stackoverflow. |
Mekzy02:You can send me a mail. It is a video tutorial. About 7GB |
minions:On what in particular?. The Mosh Hamedani Udemy course on Node/Express (isArray shared with me) helped a lot in understanding how to build APIs, authorization/authentication with jwt e.t.c. Honestly, aside from that, most of what I used were official documentations of packages. I used this for git: https://www.atlassian.com/git/tutorials/comparing-workflows#gitflow-workflow . If u can specify what areas in particular, I might be able to provide links. Also there are some really helpful links in your bootcamp project manual, click on them. I ignored those links at first, but later on I realized some of them were really good and straight to the point. They helped to some extent. |
Hello guys. Just for encouragement: I only started learning programming around May this year, and I just made it into the fellowship. So if you just started programming, you too can get in soon, but u have to give it your all. Right from May till now, it has been non-stop, no-sleep learning. Three weeks before the bootcamp project, I had zero knowledge of anything backend. Node/express/database, I didn't know any of them. At the start of the bootcamp project, I didn't know how to use git. How I was able to cover so much in very little time still surprises me. Get good resources and keep studying hard!. Your hard work would pay off soon. Special thanks to my ogas Don Pikko, guente02, isarray for assisting whenever I ask questions here. The journey begins, there is still a lot to learn. |
teamoneline:You are NOT to touch the master branch at all. At bootcamp you'll be thought all these. But its good to know and follow these standards beforehand to reduce the amount of feedbacks you'll get from ur LFA. |
minions:Are u at the cycle 38 bootcamp? |
DonPikko:ok thanks |
DonPikko:(aside id validation for GET/PUT/). Validating POST requests to ensure all required parameters are provided but not sure how I'm gonna validate the contents. Like "delivery Address" for example: A user could provide his Address in different ways. Perhaps I should validate the length? Or check if it includes at least a number. Thanks anyways |
guente02:Thanks boss. Nothing was specified in the instructions about validation libraries. I can say I'm decent at least at regexp. Anyways there might not be a need for validation in this week's task as we are not creating endpoints for user registeration. the parameters are mainly Addresses(location) which can be in any format and can include any character. |
WhileTrue:Ok. Thanks. |
Hey guys.. Pls can we use Joi for validation?. cc guente02 isArray |
Congrqts to everyone that made it. |
fxdrizzle:Oh sorry.... it was guente02 I wanted to quote. Yeah na to keep on learning and working hard. Your own time go come definately |
fxdrizzle:Congrats bro!. U deserve it. |
IlorinBoy1:You can see the code solutions too. u have to click somewhere to expand it. |
IlorinBoy1:You can see your questions and solutions. Just login to qualified.io . |
guente02:Okay. Thanks. How is bootcamp going? |
For the bootcamp project, hope we can use font-awesome for icons. cc benfluleck guente02 |
benfluleck:Thanks boss |
Hello guys..... Would we be permitted to use JEST for testing in the bootcamp project?. Or is it just Mocha/Jasmine that are permitted? |
So Andela shifted the cycle 38 bootcamp from November 19th to November 12th (We'll get project next week monday). And I thought (after the interview) we'd have at least a month to prepare. God help us. |
Phoenix00:Is the qualified.io deadline past? |
datascience:If u already have materials that u use for learning and you are satisfied with them, no need to finish the material. Its sha important you read the materials that cover General Computer Science/ development concepts (Not specific to any Programming language) Like Intro to Computer Science, Intro to Programming, Algorithms, Git & Version Control, Test Driven Development, e.t.c. |
Nigerian companies no dey try at all for developers w.r.t pay. Speaking generally. (Not talking about Andela, I dont know anything about their pay). |
minions:80k? |
minions:Thanks alot |
minions:Single input should take the strings seperated by a comma. This is the instruction
|
