Phones › Re: The Xiaomi Thread. by guente02(m): 7:40pm On May 15, 2019 |
I can't get notifications on my RN7. The icon just flashes and fades away. I can only see them when i swipe down the status bar. Also, there are no notifications on the lockscreen. Whats happening? |
Phones › Re: The Xiaomi Thread. by guente02(m): 1:56pm On May 15, 2019 |
How can i change the font phone-wide to use google sans font? |
Phones › Re: The Xiaomi Thread. by guente02(m): 9:40pm On Apr 25, 2019 |
Finally ordered the Note 7 today...whelp....I can't wait. This RN3P gotta rest. |
Jobs/Vacancies › Re: Andela: IT Training And Job by guente02(m): 5:59pm On Mar 18, 2019 |
Its a different feeling looking at these comments. Nostalgic something. |
Jobs/Vacancies › Re: Andela: IT Training And Job by guente02(m): 2:03pm On Mar 09, 2019 |
Andela is doubling up these year but the quality isn't dipping....Guys put in more work....you gat this. |
Travel › Re: How To Survive The Bus Life In Lagos, Nigeria by guente02(m): 11:46pm On Feb 19, 2019 |
|
Travel › Re: How To Survive The Bus Life In Lagos, Nigeria by guente02(m): 12:10am On Feb 19, 2019 |
Took danfo from Anthony to Ojuelegba....Conductor forgot to ask for his money....I had to call him back to give him his money. |
Jobs/Vacancies › Re: Andela: IT Training And Job by guente02(m): 4:31pm On Jan 20, 2019 |
fxdrizzle: I got in homies!!! Special shoutout to guente02 (the chairman of #teamEpicComeback). Congrats. Welcome to Andela. |
Jobs/Vacancies › Re: Andela: IT Training And Job by guente02(m): 11:36pm On Dec 21, 2018 |
fxdrizzle: my chairman, it's going well o. Currently working on the first part of the bootcamp challenge. How's fellowship? Fellowship is going good. Said i holla.. |
Jobs/Vacancies › Re: Andela: IT Training And Job by guente02(m): 8:47pm On Dec 18, 2018 |
fxdrizzle: just check your mail or use whatsapp. Whatever you feel comfortable with How is it going boss? |
Jobs/Vacancies › Re: Andela: IT Training And Job by guente02(m): 11:53pm On Dec 02, 2018 |
maigemuu: Programmers in the house. i need explanation on the purpose of this code: please what is the purpose of (!!) in javascript
timpd = (!!arr[i-1][j-1]?arr[i-1][j-1]:0)+(!!arr[i-1][j]?arr[i-1][j]:0); arr[i].push(timpd);
i understand below is a "class".
.block:nth-child(even) { background: red; }
when do i use nth-child....
i searched google but still got confused I'll jejely skip the array part for now, perhaps my ogas at the top would come through soon enough. The nth-child() is a type of css selector that matches every element that is the nth child - regardless of type - of its parent.To give context, I'll use the example you provided. .block:nth-child(even) { background: red; } The code above would apply a red background to every even (2nd,4th,6th...nth) child of its parent that has a class of block. Find below a mock structure of how a typical html markup looks like. div p.block p.block p.block /div The div is the parent of all the p tags and each p tag has a block class. Just to be abundantly clear, the style rule above would apply to just the 2nd p tag because it's index/position is even in nature and it has a block class. |
Jobs/Vacancies › Re: Andela: IT Training And Job by guente02(m): 4:30pm On Nov 25, 2018 |
|
Jobs/Vacancies › Re: Andela: IT Training And Job by guente02(m): 2:00pm On Nov 23, 2018 |
sheygz: Guys please which is a better practice and what could be the effect? i)merging each feature branch to the develop branch locally and then pushing the develop branch remotely ii)pushing each feature branch to the remote repo, doing a pull request and merging it to the remote develop branch
cc IsArray Don Pikko Guente Bootcamp requires you do the later. |
Jobs/Vacancies › Re: Andela: IT Training And Job by guente02(m): 12:49am On Nov 22, 2018 |
ispoa: Do you have to build out functionality to consume you API from your fe to have a chance at the fellowship Kindly clarify your question. I'm having issues understanding it. |
Jobs/Vacancies › Re: Andela: IT Training And Job by guente02(m): 11:18pm On Nov 20, 2018 |
ispoa: am I right to say it boils down to your technical ability.? Largely - but not entirely - yes. Soft skill is easy to demonstrate. Technical skill is to a large extent(IMHO) necessary for one's success in the bootcamp. |
Jobs/Vacancies › Re: Andela: IT Training And Job by guente02(m): 3:06pm On Nov 20, 2018 |
isArray: you are still building the same app at the bootcamp, just database integration and consuming the backend api Still consuming  ? |
Jobs/Vacancies › Re: Andela: IT Training And Job by guente02(m): 1:21am On Nov 19, 2018 |
ispoa: guente02 isArray what separates those dropped in week 2 from those who make it? UI? It cuts across a lot. They are looking at your progress in implementing the feedback they gave you, your communication skill (with both your lfa and your fellow boot campers on slack), quality of your blog post and checking to see if you are at least meeting or exceeding expectations as listed on that challenge documentation |
Jobs/Vacancies › Re: Andela: IT Training And Job by guente02(m): 2:09pm On Nov 06, 2018 |
naijanoni: Hey guys.. Pls can we use Joi for validation?. cc guente02 isArray Lemme tell you something, the project spec would tell you to either use one or not. Like during cycle 37 bootcamp, challenge 2 said we shouldn't use validation libraries and then challenge 3 gave permission to use it. So it all boils down to the project specification. But what is validation libraries sef? Go and learn regular expressions and thank yourself later. |
Jobs/Vacancies › Re: Andela: IT Training And Job by guente02(m): 8:40am On Nov 05, 2018 |
beatmonster: Congratulations to the developers that got into Andela, kudos to those that didn't make it. keep on tryinh and don't give up.
Do you guys know why Andela NG favours JavaScript over other programming languages like Python, C# e.t.c. Perhaps it's popularity? But i heard you can switch to your language of choice at some point but for now, it's JavaScript. |
Jobs/Vacancies › Re: Andela: IT Training And Job by guente02(m): 8:38am On Nov 05, 2018 |
untethered: Congrats. I'm up next (cycle 38). Try answer my mail na  Don't have access to the email associated with nairaland. Drop your enquiries here. Perhaps someone could help in answering. |
Jobs/Vacancies › Re: Andela: IT Training And Job by guente02(m): 10:22pm On Nov 04, 2018 |
ihollarmide: I hope to join you guys soon. However I'd like to ask you a few questions. isArray, guente02 and DonPikko- How many times did you apply before you finally got in. Which learning resource would you consider the best to learn JavaScript in order to scale through the selection process. Thank you. 2 times. My learning is not structured. |
Jobs/Vacancies › Re: Andela: IT Training And Job by guente02(m): 7:47pm On Nov 04, 2018 |
isArray: I applied once, but I have been writing javascript since January, I use udemy tutorials mostly ☀️ |
Jobs/Vacancies › Re: Andela: IT Training And Job by guente02(m): 7:46pm On Nov 04, 2018 |
fxdrizzle: most definitely Most definitely. See as that we die there has at least paid off for me. Your turn. |
Jobs/Vacancies › Re: Andela: IT Training And Job by guente02(m): 2:10pm On Nov 04, 2018 |
Mans in.  If you are still learning keep at it. Keep pushing. |
Jobs/Vacancies › Re: Andela: IT Training And Job by guente02(m): 8:47pm On Oct 30, 2018 |
naijanoni: For the bootcamp project, hope we can use font-awesome for icons. cc benfluleck guente02 I'm not using icon fonts and I'm doing good. I don't know if a lfa would frown at it tho. |
Jobs/Vacancies › Re: Andela: IT Training And Job by guente02(m): 7:37pm On Oct 23, 2018 |
DonPikko: guente the chilling nigger, i feel u today --mi..ke Did we meet like officially? |
Jobs/Vacancies › Re: Andela: IT Training And Job by guente02(m): 10:57am On Oct 18, 2018 |
|
Jobs/Vacancies › 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! |
Jobs/Vacancies › 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? |
Jobs/Vacancies › 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 |
Jobs/Vacancies › 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 |
Jobs/Vacancies › 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  Have you deployed to heroku? I was referring to the some that would be interested. Yes I've deployed the app on there. |