Programming › Re: Have Anybody Passed The Alx Program? Share Your Experience by Vicky2k(m): 6:45am On Sep 10, 2022 |
greenermodels: Have anybody passed the alx program? Share your experience Yes I know personally a lot of people who recently finished the 8 Weeks Virtual Assistance Program but not the 12 Months Software Engineering one which I am doing. Every one who finishes any of the ALX program gets added to the Room. Besides the Skills acquired The Room in my own opinion is the main thing one should aspire to enter |
Programming › Re: For Remote Work, What Internet Speed Do You Use. What's The Recommended Speed by Vicky2k(m): 4:50am On Sep 05, 2022 |
What of Tizetti and WiFi.com.ng. Any one with experience of those. |
Programming › Re: A Website With All Algorithm Solutions (my Project) by Vicky2k(m): 1:53am On Sep 04, 2022 |
Sleekcode: Apparently some people think I'm proud.
Proud of what exactly?
Have I abused anyone here or looked down on anyone?
Have I done anything bad to anyone here
The way I type is exactly how my character is in person
I've been like this for 20+ years and still pushing and those around me love me.
I'm a hermit kind of guy and only vibe with very few people
I love the way Nairaland is and I thought they could handle my character hence why I choose to do this here and not Twitter
From now on I'll just be posting pics and pics of my code as I progress!!!
This is for me to grow and import and I'm not here to please anybody.
In my little way I'm sure in a months time I'll inspire someone even 1 person.
And yes I started coding 2 weeks ago.
Courses Ives consumed.
Colt Styeel course(All his courses) Colt styeel studen course( The one that made improvements on the YelpCamp project)
A courses of a guy on SCHRIMBA
I bought pro and beginners acces and consumed it.
Bunch of anything I find online and I've consumed more than 200hrs of videos.
I'm literally a hermit
I stay alone always in Lagos in AGOR
We have almost constant light
Please don't question me much... where is AGOR in Lagos. Do you mean Ago Palace. |
Programming › Re: Legal Means To Receive Money Abroad by Vicky2k(m): 10:54am On Sep 03, 2022 |
airsaylongcome: I don't bank with First Bank so I don't know their requirements. But when I opened my dom, I had a zero balance and the bank still opened it for me. which bank dorm account is that. GT I guess. |
Programming › Re: For Remote Work, What Internet Speed Do You Use. What's The Recommended Speed by Vicky2k(m): 4:48am On Aug 21, 2022 |
Hannania: +234 1 628 1111 IPNX is sort of Pricey for me. Which other ISP is Reliable within Mainland Axis. |
Programming › Re: Devs, Which Of These Two Pc's Would You Pick And Why? by Vicky2k(m): 10:09pm On Aug 15, 2022 |
TastyFriedPussy: If you had the option to choose between a gaming laptop with 10th gen Intel core I5, 8gb ram(upgradable to 32gb), nvidia gtx 1650 graphics card AND a 2017 macbook pro, which would you choose and why..
I'm not an apple fan, but the only thing that makes me love apple laptops are their sleek designs, apple laptops are just beautifully designed. macbooks just have that professional feeling. I will definitely go for a 10th gen Core i5 that can be upgradable. Just ensure the hard disk is SSD and the keyboard is good like thinkpads. Battery Life Span is also key then if the screen if 15" , that's a good deal. |
Programming › Re: Cost Of Developing A Gaming Application. by Vicky2k(m): 10:05pm On Aug 15, 2022 |
Khalifbaby: Please where can I find company or developers in Nigeria that can develop mobile games like 3D or hypercasual maliyo game studio is a sure plug. They also offer bootcamp for Africans. |
Programming › Re: Do You Know Any Computer School That Offers Accommodation? by Vicky2k(m): 2:35am On Aug 15, 2022 |
QuantAnalyst: Hello house, who knows any computer school in Lagos that offers accommodation? Yeah, but its more like a Bootcamp. Skillup Africa. Its in Ajah part of Island. I was in their 2021 Cohort. |
Programming › Re: Free Weekend On Plural Sight by Vicky2k(op): 9:13pm On Aug 13, 2022 |
That Tech Stack, Language or Framework you've been looking for the online tutorials to master be it. Sales force, Service now, AWS, C#, Typescript, Flutter. Just Name it. Its all Free just for this weekend. Only on Plural sight |
Business › Re: Upwork Thread (Questions/Help/Advice) by Vicky2k(m): 2:21pm On Aug 13, 2022 |
Vicky2k: Bosses in the house, Abeg make person look this my upwork profile and review it. I opened the account late last year and no project bid won yet. https://www.upwork.com/freelancers/~0104a21d72d12cdde3 Thanks Y'all for the information on upwork readiness test. Here is my Profile above, some reviews will be appreciated |
Business › Re: Upwork Thread (Questions/Help/Advice) by Vicky2k(m): 2:33am On Aug 13, 2022 |
Ewizard: Hello Guys, Am new to upwork, can someone assist review and criticize my profile.
https://www.upwork.com/freelancers/~0170c8c670b82a4a65
Also passed the readiness test. 45.50 / 50
Hopefully they give me some rising talent badge soon.  Please what learning resources do you need to pass upwork readiness test. I really need to do that for my profile. |
Programming › Free Weekend On Plural Sight by Vicky2k(op): 2:19am On Aug 13, 2022 |
Learn that new Tech Skill, Language o Framework that you've wanted to always have. Take Skill IQs in that language or framework you love to guage your Proficiency level. Its Pluralsight weekend now. use an existing account or sign up for a new one https://www.pluralsight.com/offer/2022/q3-free-weekend |
Programming › Re: Enugu Location by Vicky2k(m): 9:01pm On Jul 26, 2022 |
Louis8796: how much do the barb in a barbing salon in Enugu? See the kind question person dey ask for Programming Thread. Well its between 300 - 500 Naira. That's the rate except for some more tushed places like GRA, Golf Estate, Independence Layout where it will costs like from 1K above. |
Programming › Re: Affordable Laptop Power Bank For Programmers by Vicky2k(m): 7:06pm On Jul 23, 2022 |
Fapemz: Have you heard about cooldipo range of power Solutions? The MPS battery and powerbank are what you need. How much does a complete setup cost. |
Programming › Re: Write An Algorithm To Shuffle An Array by Vicky2k(m): 3:52pm On Jul 23, 2022 |
chukwuebuka65: function shuffle( arr ) {
Const seenArray = [ ]
Const shuffledArray = [ ]
for ( i=0,i<arr.length-1,i++) {
let randomIndex = math.floor( math.random( )
*arr.length)
If (!seenArray.include(randomIndex)) {
shuffledArray [ randomIndex] = arr[i]
seenArray[i] = randomIndex
} else {
for ( k=0,k<arr.length,k++) {
If ( shuffledArray[k] == null) {
shuffledArray[k] = arr[i]
break;
}
}
}
}
Return shuffledArray;
} js things point. can someone implement this in c or typescript |
|
|
|
Programming › Re: My Software Engineering Journey In ALX Africa by Vicky2k(m): 8:55am On Jul 23, 2022 |
UyaiIncomparabl: Sounds like a cool stuff, honestly. I stay around Ikeja/yaba axis and I love the idea of pairing up to subsidize internet charges. Does fibreone work well around that area |
Technology Market › Re: AVAILABLE: Various Laptop Brands by Vicky2k(m): 2:54pm On Jul 17, 2022 |
These Lenovos 560, 570. Are the rams upgradable or is it fixed like soldered to the board. |
Technology Market › Re: Gone by Vicky2k(m): 1:28pm On Jul 17, 2022 |
Where you said no playstore. Downloaded all needed apps. Does it mean play store cannot work on the phone. If yes, so its app apk files person go dey find all if he want install app in if |
Programming › Re: Is It Possible To Study 2 IT Courses At The Same Time? by Vicky2k(m): 1:10pm On Jul 16, 2022 |
aumeehn: Hello Fellow Gurus.
Early this year i made a promise to myself, to end the year with an IT skill that will atleast get me an internship and also land a Job in the subsequent year. After following this forum for a while, i started learning Backend Dev with PHP, but i spent a month learning CSS and HTML.
I also started networking with fellow tech enthusiast in my locality, someone very close to me sent me a link to apply for Google Andela Developers Scholarship, they offer only two courses mainly Android dev and GCP, i selected the GCP and i was selected.
To be honest i enjoy Cloud Computing even though i'm still a novice i find it easy to grab the concepts, i also make sure i got 100% in all the GCP labs i take and yesterday i took the IQ test and qualified for the second phase, the program has 3 phases and Project phase, then lastly a certification phase.
I also enrolled in the same course on google partner skill boost which also comes with a free certification.
Now the main issue is, i applied for Meta Digital Marketing Scholarship on ACN around March this year, infact i have forgotten about it sef I got a mail yesterday that i was selected with a link to the courses on Coursera, Which also comes with a Coursera cert and also Meta Cert and some perks upon completion.
Is it possible to run both courses at the same time? Or i should just concentrate on my GCP learning journey? I am just confused right now. I dont want to just let the Meta Opportunity go just like that.
Please Gurus your opinion is needed. The Meta Marketing course will end in October while the GADS program is going to end Dec/Jan yes it is possible. it all depends on how you create time. For instance like myself now, I also enrolled for GADS GCP and Android Development on seperate accounts. I am also enrolled in June Cohort of ALX Full Stack Software Engineering. Just yesterday, I applied to Google SSA Machine Learning Bootcamp. That is all Multitasking. We all have 24 hours in a day so it depends on how one utilizes it. |
|
Business › Re: Upwork Thread (Questions/Help/Advice) by Vicky2k(m): 8:22am On Jul 16, 2022 |
|
Technology Market › Re: Lenovo Thinkpad T530 by Vicky2k(m): 3:03am On Jul 16, 2022 |
is the hard drive ssd or HDD. how long does the battery last. Are the rams upgradable or are they soldered permanently to the mother board |
Technology Market › Re: Lenovo Thinkpad T570 16/256gb Ssd **SOLD** by Vicky2k(m): 2:44am On Jul 16, 2022 |
are the ram slots detachable for easy replacement and upgrading or is it soldered to the board. |
Technology Market › Re: Lenovo X201 Corei5....38k sold out by Vicky2k(m): 2:35am On Jul 16, 2022 |
hope say no be this kind person go buy and after him go begin complain like on a similar thread. |
Programming › Re: Google Machine Learning Scholarship For Africans by Vicky2k(m): 2:30am On Jul 16, 2022 |
Basic Python3 Quiz Questions. They ask basic questions to gauge prior programming experience like github username, how many lines of code written, social media handles and a pull request you have made I submitted my application though I know I didn't get all the correct answers. Today is the last day to apply |
Business › Re: Upwork Thread (Questions/Help/Advice) by Vicky2k(m): 9:11pm On Jul 14, 2022 |
|
Programming › Re: ALX Virtual Assistant Program by Vicky2k(m): 12:57pm On Jul 11, 2022 |
Nice one, just keep up the momentum. you will literally bulldoze your way into the Tech Industry. Keep it up |
Programming › Re: Academind Course Collection By Maximilian Schwarzmuller by Vicky2k(op): 9:21pm On Jul 03, 2022 |
Kvngfrosh: Is this something you have confirmed personally?? Yeah, I have. The Mega Sync PC App is on my system. Na 64 Bit App sha. May be I go drop the download link here |
Programming › Re: Academind Course Collection By Maximilian Schwarzmuller by Vicky2k(op): 4:49pm On Jul 03, 2022 |
Yeah there is a limit per IP address when downloading using the web platform but with the Megasync Desktop App, it is unlimited and you can pause and resume downloads just like in IDM |