Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,150,286 members, 7,807,971 topics. Date: Thursday, 25 April 2024 at 12:35 AM

Andela: IT Training And Job - Jobs/Vacancies (217) - Nairaland

Nairaland Forum / Nairaland / General / Jobs/Vacancies / Andela: IT Training And Job (620098 Views)

Letter To All Fresh Graduates and Job seekers / Andela: IT Training And Job - Jobs/vacancies / Similarities Between Football And Job (2) (3) (4)

(1) (2) (3) ... (214) (215) (216) (217) (218) (219) (220) ... (263) (Reply) (Go Down)

Re: Andela: IT Training And Job by guente02(m): 3:00pm On Oct 17, 2018
How about we have an NL connect on Monday. Enjoy the launch break Jollof (hopefully) together.
Re: Andela: IT Training And Job by guente02(m): 3:07pm On Oct 17, 2018
sheygz:
what does the second week of boot camp entail? Is it a continuation of the project or something else?
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.

3 Likes

Re: Andela: IT Training And Job by isArray: 5:22pm On Oct 17, 2018
guente02:
How about we have an NL connect on Monday. Enjoy the launch break Jollof (hopefully) together.
not for some of us that love to remain anonymous offline cheesy
Have you deployed to heroku?
Re: Andela: IT Training And Job by guente02(m): 5:31pm On Oct 17, 2018
isArray:
not for some of us that love to remain anonymous offline cheesy
Have you deployed to heroku?
I was referring to the some that would be interested.
Yes I've deployed the app on there.
Re: Andela: IT Training And Job by naijanoni(m): 5:40pm On Oct 17, 2018
datascience:
Wad anybody able to finish those textbooks before writing test? undecided
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.
Re: Andela: IT Training And Job by isArray: 6:12pm On Oct 17, 2018
guente02:

I was referring to the some that would be interested.
Yes I've deployed the app on there.
was just kiddin o, nice one bro, mind sharing the heroku link?, i just deployed mine store-manager-storedotherokuapp.com/api/v1 change that dot to .
Re: Andela: IT Training And Job by guente02(m): 6:33pm On Oct 17, 2018
isArray:
was just kiddin o, nice one bro, mind sharing the heroku link?, i just deployed mine store-manager-storedotherokuapp.com/api/v1 change that dot to .
mystoremanager.herokuapp.com/api/v1/products
Re: Andela: IT Training And Job by isArray: 7:04pm On Oct 17, 2018
guente02:

mystoremanager.herokuapp.com/api/v1/products
i think there is an error with the imgUrl props, valid input is rejected, also for the sales, i tried copying a resource you created to create another, i get error messages
Re: Andela: IT Training And Job by HolyGhostGym: 7:06pm On Oct 17, 2018
isArray:
was just kiddin o, nice one bro, mind sharing the heroku link?, i just deployed mine store-manager-storedotherokuapp.com/api/v1 change that dot to .
I can only see JSON here.. it that how it's meant to be?
Re: Andela: IT Training And Job by isArray: 7:08pm On Oct 17, 2018
HolyGhostGym:

I can only see JSON here.. it that how it's meant to be?
endpoints /sales /products, GET and POST requests only for now
Re: Andela: IT Training And Job by HolyGhostGym: 7:12pm On Oct 17, 2018
isArray:
endpoints /sales /products, GET and POST requests only for now
aha.... ok.. I can see you have 4 items in your array.... "air-max" lol.
Re: Andela: IT Training And Job by isArray: 7:24pm On Oct 17, 2018
HolyGhostGym:

aha.... ok.. I can see you have 4 items in your array.... "air-max" lol.
cheesy
Re: Andela: IT Training And Job by guente02(m): 7:57pm On Oct 17, 2018
isArray:
i think there is an error with the imgUrl props, valid input is rejected, also for the sales, i tried copying a resource you created to create another, i get error messages

Updated the product data structure to be consistent with the created resource.

For the sales - A sale is made up of product id, product name, price, and qty.
Now if the product id doesn't exist - error.
if the entered qty (tied to a product with that id) is more than we have in the store or is 0 - error
for every successful checkout - the purchased product reduces and updates
Re: Andela: IT Training And Job by isArray: 8:13pm On Oct 17, 2018
guente02:


Updated the product data structure to be consistent with the created resource.

For the sales - A sale is made up of product id, product name, price, and qty.
Now if the product id doesn't exist - error.
if the entered qty (tied to a product with that id) is more than we have in the store or is 0 - error
for every successful checkout - the purchased product reduces and updates
okay, nice!.
Re: Andela: IT Training And Job by owenwin: 8:17pm On Oct 17, 2018
Incase you need a job or you have job vacancy to post visit yahjob.com
Re: Andela: IT Training And Job by guente02(m): 8:18pm On Oct 17, 2018
isArray:
okay, nice!.
Yours doesn't handle product update and deletion. Why so?
Re: Andela: IT Training And Job by isArray: 8:22pm On Oct 17, 2018
guente02:

Yours doesn't handle product update and deletion. Why so?
cos the guildeline did not state that
Re: Andela: IT Training And Job by guente02(m): 8:23pm On Oct 17, 2018
isArray:
cos the guideline did not state that
Okay. Nice!
Re: Andela: IT Training And Job by fxdrizzle(m): 9:37pm On Oct 17, 2018
guente02:
How about we have an NL connect on Monday. Enjoy the launch break Jollof (hopefully) together.
I'm so down for that
Re: Andela: IT Training And Job by minions(m): 10:41pm On Oct 17, 2018
guente02:

Okay. Nice!

Anyway I could get this prebootcamp challenge from you? I need something to practice on while I wait.
Re: Andela: IT Training And Job by isArray: 11:14pm On Oct 17, 2018
minions:


Anyway I could get this prebootcamp challenge from you? I need something to practice on while I wait.
just learn TDD, how to build api using mvc approach, postgresql, auth with jwt, then html and css
Re: Andela: IT Training And Job by minions(m): 12:57am On Oct 18, 2018
isArray:
just learn TDD, how to build api using mvc approach, postgresql, auth with jwt, then html and css

Thanks, but e no go bad thing if you send the challenge. email: abuchikingsley76@gmail.com.
Re: Andela: IT Training And Job by isArray: 1:09am On Oct 18, 2018
minions:


Thanks, but e no go bad thing if you send the challenge. email: abuchikingsley76@gmail.com.
okay bro
Re: Andela: IT Training And Job by maigemuu: 8:26am On Oct 18, 2018
Has anyone received cycle 39 qualified.io test?

1 Like

Re: Andela: IT Training And Job by MiracleBoy25: 9:13am On Oct 18, 2018
Has anyone done cycle 38 interview?
Re: Andela: IT Training And Job by minions(m): 10:26am On Oct 18, 2018
isArray:
okay bro

Ese modupe, I dey wait for am. Learning without building is not learning.
Re: Andela: IT Training And Job by Teletexter: 10:46am On Oct 18, 2018
Na wa o! shocked
Re: Andela: IT Training And Job by guente02(m): 10:57am On Oct 18, 2018
Teletexter:
Na wa o! shocked
What happen?
Re: Andela: IT Training And Job by Quartermain(m): 1:14pm On Oct 18, 2018
maigemuu:
Has anyone received cycle 39 qualified.io test?
still expecting here...but if anybody had, should plz signify. .
so as to know if I should apply for cycle 40 asap
Re: Andela: IT Training And Job by HolyGhostGym: 1:22pm On Oct 18, 2018
Quartermain:

still expecting here...but if anybody had, should plz signify. .
so as to know if I should apply for cycle 40 asap
I don't think it has bee sent yet. But you can still apply for cycle 40 if you want. I really don't think there's a cap on the number of applications you can make..
Re: Andela: IT Training And Job by Nobody: 1:40pm On Oct 18, 2018
maigemuu:
Has anyone received cycle 39 qualified.io test?

I have not but sha will apply for cycle 40. cry cry cry
Re: Andela: IT Training And Job by FrostyBlok(m): 8:51pm On Oct 18, 2018
isArray:
just learn TDD, how to build api using mvc approach, postgresql, auth with jwt, then html and css
You are absolutely correct bro. Bootcamp isn't as difficult as you think. You only need to show EPIC and sprinkle some of the stuff above on it. If you show EPIC, you will pick up these stuff very quickly.

5 Likes

(1) (2) (3) ... (214) (215) (216) (217) (218) (219) (220) ... (263) (Reply)

How To Apply For Nigeria Immigration Service (NIS) Recruitment 2017 / Federal Road Safety Commission 2018 Recruitment: How To Apply / FIRS To Recruit 1,250 New Staff

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 28
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.