Jobs/Vacancies › Re: Andela: IT Training And Job by HolyGhostGym: 12:31pm On Oct 17, 2018 |
isArray: you don't need to finish it, I didn't use the home study to learn sha Correct guy how far? How's it going? |
Jobs/Vacancies › Re: Andela: IT Training And Job by HolyGhostGym: 3:03pm On Oct 13, 2018 |
damtan: I started developing a keen interest in coding and programming a few months ago and so i just applied for Andela IT Cycle 40 fellowship today. I have downloaded the homestudy pack but not started reading. So i decided to check nairaland for related post on how the program would look like, but honestlt, reading through the comments on this thread, fear don dey catch me. Everything sounds next to jargons. Abeg, am i safe to go on with this application without any prior experience or coding skills? Fear not brother.. Impossible is nothing.. Don't give in to fear. Just get your head down and attack the material. |
Jobs/Vacancies › Re: Andela: IT Training And Job by HolyGhostGym: 10:01am On Oct 06, 2018 |
isArray: postgresql with no ORM/ODM Bro... check your email. |
Jobs/Vacancies › Re: Andela: IT Training And Job by HolyGhostGym: 8:57pm On Oct 05, 2018 |
isArray: i just sent them to your mail, mehn i have enough of those github freebies that have not used sef  I just moved the stuff to one side.. Have a lot on my plate sef..  Seen thanks |
Jobs/Vacancies › Re: Andela: IT Training And Job by HolyGhostGym: 7:58pm On Oct 05, 2018 |
isArray: postgresql with no ORM/ODM Bros.. How far na? How's your day been? I've not seen the links o.. What do make of the freebie given after the Node Conf... git subscription* |
Jobs/Vacancies › Re: Andela: IT Training And Job by HolyGhostGym: 7:55pm On Oct 05, 2018 |
assurancefemi: Please what's the last cycle for 2018? Can't really say cos there's a cycle application for every month.. Currently cycle 39 is open and closes on the 17th |
Jobs/Vacancies › Re: Andela: IT Training And Job by HolyGhostGym: 2:03pm On Oct 01, 2018 |
isArray: treehouse offers 7 days trial, thr course make sense dieeeeeeeeeeeeeeeeee, take advantage guys Boss. Those courses are wicked Omo.. Enjoying every bit of it.. Thanks o.. |
Jobs/Vacancies › Re: Andela: IT Training And Job by HolyGhostGym: 2:02pm On Oct 01, 2018 |
isArray: treehouse offers 7 days trial, thr course make sense dieeeeeeeeeeeeeeeeee, take advantage guys I tried them before but when they started running deductions on my debit card.. I ran... |
Jobs/Vacancies › Re: Andela: IT Training And Job by HolyGhostGym: 12:10pm On Sep 29, 2018 |
isArray: no problems, i replied you already I have replied your email as well.. What say you? |
Jobs/Vacancies › Re: Andela: IT Training And Job by HolyGhostGym: 8:48am On Sep 29, 2018 |
isArray: lol, my appetite dey increase now  Bros. How you dey? Please I just PMed you. Omo.. I have to be somewhere today.. Can we work something out..? So sad I really wanted to attend the conference.. |
Jobs/Vacancies › Re: Andela: IT Training And Job by HolyGhostGym: 12:09am On Sep 29, 2018 |
isArray: if you see the codebase fear go catch you o, i lost appetite immediately i saw one Omo.. Make we increase appetite for the thing o.. My approach is always to try, if I enter an infinite loop in my thoughts.. I drop it listen to some music, sleep, play then resume... Works like a charm.. lol |
Jobs/Vacancies › Re: Andela: IT Training And Job by HolyGhostGym: 11:55pm On Sep 28, 2018 |
fxdrizzle: I think isArray's solution would be better. At least you get to save your data for other things. Actually.. you have a point there.. Thanks though; really appreciate the camaraderie... Make I sleep small just finished a mini-project on Js. modules |
Jobs/Vacancies › Re: Andela: IT Training And Job by HolyGhostGym: 11:01pm On Sep 28, 2018 |
isArray: just drop me a mention here when you are at the venue, i believe with the power of collaboration we will get into Andela Amen bros... I believe! |
Jobs/Vacancies › Re: Andela: IT Training And Job by HolyGhostGym: 10:46pm On Sep 28, 2018 |
fxdrizzle: if you have data to burn, I can direct you to a web site where you can download it. You will need like 5 to 6 gig in total. I try get small.... lol... hit me with it. You can PM me... Thank you boss |
Jobs/Vacancies › Re: Andela: IT Training And Job by HolyGhostGym: 10:43pm On Sep 28, 2018 |
isArray: i will be at the event tomorrow, you can come with a storage device, i have the course. Omo... Thanks bros.. I will be there tomorrow. Really appreciate it |
Jobs/Vacancies › Re: Andela: IT Training And Job by HolyGhostGym: 9:44pm On Sep 28, 2018 |
isArray: yeah man, we do our best and leave the rest for nature and baba God Yes o.. God help us. Abeg who get this Node tutorial by Mosh? And who's attending the Node conference tomorrow @ZoneTech? Bottom line is that you just have to be positive, be teachable(software development is a lifestyle) and involves continuous learning and improvement. Abeg o.. pls who has that Node tutorial by Mosh? Help a brother out. |
Jobs/Vacancies › Re: Andela: IT Training And Job by HolyGhostGym: 7:21pm On Sep 23, 2018 |
guente02: With Plenty Mental Gymnastics... I tell you oooo... omo..  |
Jobs/Vacancies › Re: Andela: IT Training And Job by HolyGhostGym: 6:41pm On Sep 23, 2018 |
untethered: the error means the test expected an 11-item long array but got a 9-item long array.
try including the starting and ending numbers.
Assume their example( "12, 0 => [2, 4, 6, 8, 10]" ) was "12, 0 => [0, 2, 4, 6, 8, 10, 12]". In other words, if you supply 10 and 2 to the function, it should return [2,...10], not [4,...8].
Doesn't make sense based on what they asked, but that's apparently what their final test setup checks for.
so you'd need to make your loops look more like: for ( let i = y; i <= x, i++ ) { if ( i%2 === 0 ) {...} }
...which would probably make explicitly stating a conditional for the case of two identical numbers passed become a necessity. This worked with a little tweaking.. I doff my hat to you.. Great work. thumbs up |
Jobs/Vacancies › Re: Andela: IT Training And Job by HolyGhostGym: 12:01pm On Sep 23, 2018 |
oderindeolayemi: Help with this,please? I do not understand the error 1. You have not called this function. 2. Where are you going to display it.. hint. Think console method |
Jobs/Vacancies › Re: Andela: IT Training And Job by HolyGhostGym: 7:08am On Sep 23, 2018 |
isArray: i have the course Hi.. Bros.. Can you send it to all interested please.. ? I think you can create a shared link on either dropbox or Google Drive. What say you? Abeg biko |
Jobs/Vacancies › Re: Andela: IT Training And Job by HolyGhostGym: 5:39am On Sep 13, 2018 |
Hydrotolu: I think its for both batches. Let's be hopeful for others.. #WeWillAllMeetAtAndela |
Jobs/Vacancies › Re: Andela: IT Training And Job by HolyGhostGym: 6:42pm On Sep 12, 2018 |
|
Jobs/Vacancies › Re: Andela: IT Training And Job by HolyGhostGym: 2:05pm On Sep 10, 2018 |
guente02: Niggas are brilliant ouchea, but this evenly distributed brilliance doesn't come with the oppor.tu.nity to show it's worth. Andela fixes that.
Question is - isBrilliant() ? proveIt() ? admit() : enrollNextCycle() : enrollNextCycle()
Work hard to make proveIt() return true. Is this not an abuse of ternary operation? I get your follow sha  #WeWillAllMeetAtAndela |
Jobs/Vacancies › Re: Andela: IT Training And Job by HolyGhostGym: 12:51pm On Sep 10, 2018 |
fxdrizzle: abeg na joke o  Sure just kidding...  #WeWillAllMeetAtAndela |
Jobs/Vacancies › Re: Andela: IT Training And Job by HolyGhostGym: 12:46pm On Sep 10, 2018*. Modified: 4:20pm On Sep 10, 2018 |
fxdrizzle: just chill till the 13th. If you don't get feedback by then, feel free to take a machine gun to their headquarters Now that's radicalism in coding... which will definitely produce undesired outcome(s)  #WeWillAllMeetAtAndela |
Jobs/Vacancies › Re: Andela: IT Training And Job by HolyGhostGym: 8:33pm On Sep 08, 2018 |
WhileTrue: But you know knowledge and experience are two different things. Before you apply for a job it assumed you are already knowledgeable in that field. Experience means you have worked in different companies for a number of years. Most jobs offer comes with minimal of 1 or 2 years working experience
But here they give you the job without any working experience.
I wonder why people keep assuming a job offer without experience means you don't need to have any knowledge in that field. Nicely said.. One of the biggest misconception just settled.. Thumbs up! |
Jobs/Vacancies › Re: Andela: IT Training And Job by HolyGhostGym: 2:53pm On Sep 07, 2018 |
shimmer1: Nope. I heard some people in cycle 37's deadline is September 12 and not 5. Maybe that's why. Hmmm.. Ok.. Cos from the schedule cycle 37.1 Interview Dates: September 12th – September 14th, 2018. Anyway let's be hopeful. #WeWillAllMeetAtAndela |
Jobs/Vacancies › Re: Andela: IT Training And Job by HolyGhostGym: 10:52am On Sep 07, 2018 |
jembalord: You should include the time. 12noon to 1pm today. |
Jobs/Vacancies › Re: Andela: IT Training And Job by HolyGhostGym: 6:57am On Sep 07, 2018 |
Morning prospective Andelans, who's as excited as I'm about this..
There will be a tweet chat on Friday, 7th September (today)..aimed at Demystifying Bootcamp at Andela.. @philipeano will be anchoring.. I liked his tutorial on TDD.. #WeWillAllMeetAtAndela |
Jobs/Vacancies › Re: Andela: IT Training And Job by HolyGhostGym: 5:37pm On Sep 05, 2018 |
khattab008: Anyone care to share how much Andela pay folks that just joined after a successful bootcamp? In my own candid opinion, money should not be a motivating factor in joining Andela at this point. The truth is if you're successful you will be working with smart individuals and also get to work with some of the fortune 500 companies and great tech startups. And as for me... that in itself is a better motivation for me than money. Thinking along this lines will help you going forward with the recruitment exercise. #WeWillAllMeetAtAndela |
Jobs/Vacancies › Re: Andela: IT Training And Job by HolyGhostGym: 2:38pm On Sep 05, 2018 |
FrostyBlok: I am not sure that's entirely the reason. Completed the Google form the very last day...I am in bootcamp atm Hmm.. That settles it then.. Good luck on the grind.. Wish you all the best.. |