₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,046 members, 8,420,040 topics. Date: Thursday, 04 June 2026 at 10:06 AM

Toggle theme

WebLab's Posts

Nairaland ForumWebLab's ProfileWebLab's Posts

1 2 3 4 5 6 7 8 9 (of 9 pages)

Jobs/VacanciesRe: Deloitte Graduate Recruitment 2020 by WebLab: 3:22pm On Mar 17, 2021
Helarystar:
Occupational personality questionnaire
Thanks for clarification. You're under consulting as well?
Jobs/VacanciesRe: Deloitte Graduate Recruitment 2020 by WebLab: 3:10pm On Mar 17, 2021
Helarystar:
I got the opq invite
What's opq?
Jobs/VacanciesRe: Deloitte Graduate Recruitment 2020 by WebLab: 9:52am On Feb 19, 2021
Mannymanny:
Wait, what??!!! You mean you just did PI on the 15th of February?? Omooo, what in the Sam Hill is this?!
Yeah
Jobs/VacanciesRe: Deloitte Graduate Recruitment 2020 by WebLab: 9:43am On Feb 19, 2021
jaytomalex:
Have you done partner interview for consulting? And when?
I did PI on Monday. What's the next stage for Consulting?
Jobs/VacanciesRe: Urgent Vacancies. Various Positions by WebLab: 4:43pm On Feb 07, 2021
IT Manager
ProgrammingRe: Who Can Solve This In PHP? by WebLab(op): 5:05pm On Feb 04, 2021
spartan117:
Looks like you have already solved it.
I haven't actually.
ProgrammingRe: Who Can Solve This In PHP? by WebLab(op): 4:54pm On Feb 04, 2021
spartan117:
Can you provide more edge cases for the first challenge.

Also if I solve it in JavaScript will you be able to translate to php?
I think the first question needs to be sorted in ascending order first and then locate the largest element of the array. After this, the positioning takes place depending on the nth values passed into the function. For instance, after sorting the array in the example we have [1, 2, 3, 4, 5, 6]. Locating the largest element will give us 6 which array[5]. Then counting two positions backward starting from 6 will give us 5 as 6 itself will be the first position backwards judging from n=2 test case from the example. The algorithm is to first locate the largest element of the array and count backward from it depending on the test case given. That's how I see the stuff personally.
ProgrammingRe: Who Can Solve This In PHP? by WebLab(op): 4:45pm On Feb 04, 2021
etoluw:
The solution to the first one

function getN( $arr, $n = 3, $end = true ) {

$count = count($arr);

if($end) $n = $count - $n;
else $n--;

sort($arr);

return $arr[$n];
}
Weldone bro. But why did you initialize $n with 3?
ProgrammingRe: Who Can Solve This In PHP? by WebLab(op): 11:15am On Feb 04, 2021
etoluw:
@WebLab Have you been able to fix it?
Not yet
ProgrammingRe: Who Can Solve This In PHP? by WebLab(op): 7:07am On Feb 04, 2021
bassdow:
Not a fan of wasting time unnecessarily but if you're asking to get a Clue, a simple foreach loop + basic arithmetic logic should handle them all.
And if you like to perform Premature Optimizations and/ or write less, a single loop can handle both Question 1 and 2 .

Hopefully the arrays would be simple array, not multi-dimensional array else you've got to a function that recursively handles them
I think the time spent writing this is more than enough to write the SIMPLE FOREACH LOOP.
Aunty, solve these questions make your boys learn from you asap.
Jobs/VacanciesRe: Software Development Training Opportunities by WebLab(op): 4:38pm On Feb 03, 2021
Don't forget to join this today before the deadline
ProgrammingRe: Who Can Solve This In PHP? by WebLab(op):
Alright etoluw
ProgrammingRe: Who Can Solve This In PHP? by WebLab(op): 10:05am On Feb 02, 2021
Karleb:
And you'll copy his code and not pay him?
Like I said, I don't think I attached price to the questions. It's a challenge from one of my students and I have solved some of the questions but these two I are left. If anyone can solve it, I will learn and thank him and someone else might also learn through it in the future. If no one solves, I will keep cracking it till it dissolves.
As Programmers, we solve questions on Stackoverflow without asking for a penny. He's not at faults for asking for money though. Everyone to his view.
Thanks.
ProgrammingRe: Who Can Solve This In PHP? by WebLab(op): 8:11am On Feb 02, 2021
etoluw:
how much u go pay?
Solve it first to show skills
ProgrammingWho Can Solve This In PHP? by WebLab(op): 10:17pm On Feb 01, 2021
Please house, I need solutions to these two guys in PHP

1) Write a function that would return the Nth largest element from start or the end (default from the end) in an array, and then provide a set of test cases against that function.
- Note: That is the Nth largest element in the sorted order, not the Nth distinct element.
For Example: Given [3,2,1,5,6,4], n = 2, from = end, return 5.

2) Write a function that would: arrange an array of positive integers to form the largest number or the smallest number. (default largest)
- Note: Return a string instead of an integer in case the result is too large.
For example, given [2, 20, 24, 6, 8], type = largest, the largest formed number is 8624220.
Jobs/VacanciesSoftware Development Training Opportunities by WebLab(op): 7:36pm On Feb 01, 2021
START YOUR CAREER IN SOFTWARE DEVELOPMENT TODAY

Here comes a great opportunity to chart a new course this new month. Interested in acquiring skills in software development? This offer is for you.
Kindly fill this form to reserve your space.

https:///djKXe_A
Jobs/VacanciesRe: Deleted by WebLab: 10:38pm On Jan 04, 2021
Gistedge:
Intermediate Software Developer Position/Laravel Full Stack Developer

Position Type: Full Time
Location: Lagos / Ikeja

Job Description:
The ideal candidate is someone who is eager to learn, has excellent work ethics and a solid background in building and deploying feature-rich applications.

The ideal candidate is flexible in learning new technologies and shifting priorities based upon current business requirements.

Comfortable working with a small, close knit team to create new features and enhancements to our core product.

Able to contribute ideas, plan solutions and develop approaches to help the team and company continue to achieve success.

Passionate about writing well-structured, efficient and maintainable code, actively keeping the quality of the code base in check

Self-directed and capable of working in a fast-paced environment.


Must have skills:
* PHP 7+ - 3+ years experience.

* Laravel/Lumen Framework 7.x and above

* Javascript ES6/7

* Vue 2 JavaScript Framework

*Node JS 10+

* MySQL - 3+ years experience with an eye for query performance and scalability

* RDBMS (MySQL/MariaDB/Postgres) familiarity

* Software versioning (git workflow + git commands)

* Software testing (PHPUnit/Mocha/Jasmine/Selenium or similar)

* UX Implementation

* Software security/permission/ACL implementation

* CSS3 (Bootstrap/Tailwind)

* HTML5 (Bootstrap/Tailwind)

* Responsive Design experience.

* API integration experience (JSON/XML)

* CI/CD experience

* MVP-focused development skills

* Object-oriented programming experience

* A good understanding of SLDC

* Agile / Scrum familiarity.

* Composer PHP Dependency Manager


Bonus Qualifications:
* AWS environment experience.

* Solid technical understanding of RESTful API’s

* Shell Scripting (Bash/Csh/Sh/etc) familiarity

* Linux command-line familiarity

* Docker experience

* Code security and data security best practices.

* Working with external APIs

* Documenting APIs

Interested candidate should send an email to sholapixel@gmail.com
What's the pay range?
ProgrammingRe: Database Programmer by WebLab: 8:06am On Dec 27, 2020
senami2019:
It needs to operate like a Search Engine/Directory.

Also like to store images of the business.

Okay.
Chat me up or give me your contact to discuss this in details
ProgrammingRe: Database Programmer by WebLab: 3:58am On Dec 27, 2020
senami2019:
Hi Programmers.

My org needs a searchable database for a website.
Its a business database;

There will be several fields to search:
Such as name / location / industry.
We would also like feedback/comments/reviews to be left on these businesses.

Which programming language would be best for this and how much will it cost?

Please email me your asking price for programming this database.
PHP/MySQL can so this but for more efficiency, security and scalability, I can use Laravel PHP framework to do this for you.
Let's talk on Whatsapp- 08154224495
Foreign AffairsRe: 2020 US Presidential Election Results Live Updates: Minutes By Minutes Updates by WebLab:
Discombulator:
Since senseless begging as become the order of the day I might as well help some people afterall I bet I'm the only person that is actually capable of making good on my word.
400 airtime for first 20 people, I don't care who you support i don't particularly like any of them anyway.
After 20 people if you drop your number you've just wasted your time
Jobs/VacanciesRe: Is Xown Solutions Genuine? by WebLab: 8:13am On Jul 27, 2020
Ysakaws1:
Please who knows if Xown Solutions is genuine? I just got an interview request from them today, and although I applied for some jobs on jobberman, I do not think they are among.
What position?
ProgrammingRe: Data Structure And Algorithms Programmers Needed For A High Paying Gig by WebLab: 6:15pm On Jul 18, 2020
Zerohard:
Hi Nairalanders,

I am in need of a programmer skilled in Data Structures and Algorithms to work on a project.

Preferred language is Python but Java, C/C++ is equally desirable.

The project pay is very attractive and will be paid in two parts, before and after completion.

I have no preference in location.

I am not sure of the rules of nairaland as regards obtaining contact info. So if you are interested kindly send me a dm or comment on this post and I will send you a dm.

We go over the projects requirement and will do a mock trial on your skills in DS & A

NB: I need someone highly skilled and competent in Data Structures and Algorithms and the pay is very attractive by all standards.

Thank you for your time. Hope to speak with you guys soon.

Best,

Zerohard
Chat me up asap
WebmastersRe: Need Help Of A Web Developer by WebLab: 8:13pm On Jul 05, 2020
yomilike:
Hello house please I need a good web developer around ikeja ogba that can help me with a web project.
Chat me up. I live not far from Ogba and I will give you the best job.
WhatsApp: 08154224495
PoliticsRe: [BREAKING] 774,000 Jobs: NASS Suspends Recruitment Exercise by WebLab: 4:57pm On Jul 01, 2020
Nawa ooo
Technology MarketRe: Sold Hp Pavilion 15 Corei5 1tb Hdd, 8gb Ram Backlit For Sale In Kano by WebLab: 10:38pm On May 17, 2020
Do you supply to Lagos with pay on delivery?
Jobs/VacanciesRe: Envivo Communications Intership Program by WebLab:
Minnieny:
This particular one is closed. But they published another one, only for computer science graduates with 1-2 years experience on the 18th of this month and is closed as well probably because they received too many applications that was why it closed very early. I can see the no. of applicants on LinkedIn sef.
You have to stay glued to LinkedIn to be seeing updates.
cry kiss
HealthRe: Am Committing Suicide Tonight by WebLab: 11:56am On Apr 16, 2020
Where did you get the money to buy sniper?
PoliticsRe: BREAKING! Nigeria Security And Civil Defence Corps Website Suspended by WebLab: 11:48am On Apr 16, 2020
Their hosting service simply expires. They will have to pay for renewal.
Jobs/VacanciesRe: Come And Proof Your Competency In Mathematics by WebLab: 1:32pm On Apr 10, 2020
.
FamilyRe: Nairaland Welfare Forum by WebLab: 9:29pm On Apr 01, 2020
Cool
PropertiesRe: 2 Bed Room Flat To Let At Ipoche, Magbon Area Of Agbara by WebLab: 3:37pm On Mar 12, 2020
Hollawayn05:
A Well structured 2 Bed room flat is available for rent at Magbon area of Agbara, Lagos state

Palour is large and well tile
Dinning room
All round tiled Kitchen
Each room with its own Bathroom and toilet
Visitors toilet included

Price: 120,000 per annum

Call 08022376900 for inspection
Pictures
HealthRe: Coronavirus! 10 Wacky Things Chinese People Are Doing That Nigerians Can Copy by WebLab: 10:46am On Mar 05, 2020
This one is more than CoronaV oooh....this is Corona madness. If these guys can come to 9ja, only agbo Jedi will cure the Coronashit. Coronavirus cannot kill 9ja man.

1 2 3 4 5 6 7 8 9 (of 9 pages)