Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,195,596 members, 7,958,835 topics. Date: Thursday, 26 September 2024 at 04:44 AM

Vheckthor1's Posts

Nairaland Forum / Vheckthor1's Profile / Vheckthor1's Posts

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

Programming / Re: What's The Simplest Programming Language To Learn? by vheckthor1: 2:35pm On Aug 23, 2020
learn Lisp or Fortran undecided
NYSC / Re: 7 Realities Of Life After NYSC by vheckthor1: 11:55pm On Aug 16, 2020
Skill is very important in life, no one will pay you a dime for being alive if you don't have any value to offer.

1 Like

Programming / Re: Codementor Account For Sale by vheckthor1: 11:36pm On Aug 14, 2020
I said you should mail me you refused
Programming / Re: Rant On Operating System Stuff. by vheckthor1: 11:18pm On Aug 14, 2020
Nice write up, Linux OS is still my favourite
Programming / Re: Game Development Never Smile by vheckthor1: 11:08pm On Aug 14, 2020
what game engine are you using
Programming / Re: I Need A Codementor (mentor Level) Account by vheckthor1: 9:57pm On Aug 13, 2020
radeveloper:
As we all know with the current situation of the economy programmers are likely to eat and be full taking jobs online and engaging in outsourcing for jobs i here by introduce to you a platform where you can earn alot from as low as 100k weekly if you know what you are you doing, but as it is getting to be verified mentor on this platform is so difficult to the extent of frustration but am here to make those worries be less and can get you a codementor account you will need to start making money for a FEE if interested email : elenkoavi@gmail.com.
send me an inmail
Programming / Re: Game Developers Wanted by vheckthor1: 4:14pm On Aug 12, 2020
I am a game developer with C#. and Unity not js and that pay is small for a game developer
Programming / Re: Any Naija Company Looking For Python Developer? by vheckthor1: 3:27pm On Aug 12, 2020
Python don't sell that much in Nigeria from my research though
Programming / Re: Guys, Prepare Yourselves. Nigerian Companies Now Test With Data Structures. by vheckthor1: 3:25pm On Aug 12, 2020
tensazangetsu20:
I have written two code tests this week both from Nigerian companies and the questions were data structures and algorithms questions from places like leetcode and hackerrank.

This were high paying jobs so it's understandable. Guys if you are learning to code, please set some time out to learn data structures and algorithms. It's becoming important. I bet very soon all companies will implement it and use it as a standard to hire developers.

They both went horribly. I used a brute force approach and my solutions were only able to work for a certain number of test cases. I doubt I would be getting called back but I am going to take this seriously and learn this.

it's good you learn it o, any company can require it.But banks don't really care though but it's better to know it than to be sorry

1 Like

Programming / Re: Come In Here. by vheckthor1: 3:22pm On Aug 12, 2020
Akalia:
Good Morning Beautiful People.

I am looking for a professional web developer or a programmer that can build me an online market place like Udemy, Amazon, Fiverr, Upwork et cetera. Please if there be anyone that has got the requisite IT Proficiency to take on this project, contact me Asap by commenting or quoting me on this thread.
How much do you have ?
if you have above 30 million then you have a team

1 Like

Programming / Re: Public API For Nairaland by vheckthor1: 3:15pm On Aug 12, 2020
kennedyugo:
I want to know if nairaland has public API with which third parties could develop app for it. I feel it's long overdue. Reddit for example has such a thing!
Nairaland don't have such
Education / Re: All Gtb Bank User Should Take Note Of This by vheckthor1: 4:47pm On Aug 07, 2020
la click la faint

8 Likes

Programming / Re: Competitive Programming by vheckthor1: 12:37am On Aug 07, 2020
Karleb:


Transversal means visiting all nodes. That is, breath first search or depth first search.

Finding the minimum value on a binary search tree should not require that, since we know that the smallest value will always be on the far left of the tree and of course the highest will be on the far right.

So we run a while loop to check if the left node of a particular node is null starting from the root node, the loop will return the node that has no left node.

In this BST the loop will go from 50 to 17 to 12 to 9 and will return 9 since 9 has no left node.



I think your solution will be an hard coding of the example given, the depth is not always on the left of the tree, so how would you get the depth if you don't check through?
Programming / Re: Competitive Programming by vheckthor1: 8:58pm On Aug 05, 2020
Karleb:

No. It's finding the smallest value of the tree.
The tree transversal will be quite unnecessary.
So how do you get the smallest member without transversal
Programming / Re: Competitive Programming by vheckthor1: 12:08pm On Aug 05, 2020
Karleb:
....
this is a Depth first search algorithm
Foreign Affairs / Re: Explosion Rocks Lebanon's Capital, Beirut by vheckthor1: 8:42pm On Aug 04, 2020
SegFault:
You need slap.
hey, I sent you a mail, please respond ASAP
Programming / Re: Competitive Programming by vheckthor1: 8:39pm On Aug 04, 2020
I uploaded answers it was deleted, I was even ban from making comments in programming section for a while. what have I done wrong?
Phones / Re: Screenshot Your Phone Menu And I Would Tell You About Yourself by vheckthor1: 7:46pm On Aug 01, 2020
here
Phones / Re: Screenshot Your Phone Menu And I Would Tell You About Yourself by vheckthor1: 6:11pm On Aug 01, 2020
this is mine
Pets / Re: 14-Year-Old Indonesian Girl Has Six Pythons As Pets (Photos) by vheckthor1: 9:44pm On Jul 31, 2020
Slawormir:
Damnnnnn niggarrr
Isoright

Yeah ...have been saying it
A human python cohabitation is very possible if we keep our cool
Pythons are very friendly and different from boas

These creatures are damnnnnn beautiful we must learn how to live with them....they don't bite to attack...they only swallow small animals


Even the cobra, black mamba and Taipan that are poisonous only bite to defend
Because i dey reason am why he be say if snake come meet us for house them nor dey harm us. Sometimes self you fit live with snake for two years inside house them nor go do you anything

There is no way you can be bitten by a snake in a residential building
Which means they respect us
So lets learn how to respect them
Please lets learn to live and stay with this beautiful creature called snake
how many dey your house wey you dey cohabit with?
Programming / Re: Competitive Programming by vheckthor1: 9:12am On Jul 30, 2020
Karleb:
Let's start with this

function maxer(arr){
let holder = 0;
for(let i=0; i< arr.length; i++){
let some = arr.slice(arr[i])
let maxima = Math.max(...some)
let subractor=maxima - arr[i]
if(subractor>holder){
holder = subractor
}
}
return holder
}
solved in javascript and the big O(n)=1
a single loop

2 Likes

Programming / Re: Competitive Programming by vheckthor1: 11:24pm On Jul 29, 2020
Karleb:
How about this one?
I have done this before
Romance / Re: Resurfaced: I Don't Love Him But This Is Happening, Advice Needed. by vheckthor1: 8:21pm On Jul 29, 2020
Chinkos99:
Our company recently employed this guy, we worked in the same company before, then he was a manager and i was a junior staff.

I left the company years ago and joined another, so few months ago he got employed in my new office as a Director.

When he resumed, being that i knew him before, i started playing around with him, like when he was introduced to us, i was like oo, common, i hug him tightly and people were surprise at our closeness before i informed them that we have worked together before.

I am a jovial person, so each time i go around his office, i will call him boyfriend, my love, hope no girl is trespassing cos i will fight o and his subordinates will laugh and say you are not serious.

On the job, we get to work together at times cos i am a Manager now, we go for meetings etc, then some of his job includes doing some short production, even though i am not employed as a video producer, i told him i can do those for him personally, cos i recently learn those, he was surprise before but he decided to give me a try, i did it for him and he liked it, he became close and said i was helping him solve alot of problems.

Recently when he comes to my office, he will ask my PA where is my woman and that one will laugh knowing i started it but i just thought that was it though.

So last month when we went to the Palms Mall, to seek for permission to film their facilities in the short production work we had, we were together then he decided to do some shopping, i helped him carry the things he bought and just had fun, he took me to shoprite and ask me to shop, i just pick two things, drink and rice and he said is that all i said yes, he started showing me things, take this, take that i said i was okay, that it wasnt appropriate to come here and start shopping like its month end. So we left, in the car he said, you do have some very good attribute girl, i said like what, he said never mind and we drove off.

After that he started asking if we can have lunch but most time our lunch time dont sync, so i told him not to worry, then he asked for a dinner, i close late, im a workaholic, so most times i will agree but i will work till 9pm and he would have waited and get tired and left.

Finally i get to have a dinner date with him and he ask if we could do this more often, i said why not boyfriend jokingly, the next time we were having dinner, I said boyfriend let me greet that guy there, i really needed to meet him, he has a contact i need for work, he held me and said you call me boyfriend jokingly, i want you to mean it lol.

After i met with the guy, he started telling me how he loved me and how he will really love us to be in a relationship, he doesnt expect a yes and he knows its so wrong on all level because we work in the same place, but i can think about it and give him a response later that he will respect any decision i make.

I said thank you o, but since then, dude is so soft and nervous when he sees me, i can see the butterflies even when we are in a client meeting.

Even though he tries not to make it obvious at work, after work he is all over me

Last night we were together, i told him i am scared as he is almost 40 and not married, that i believe any guy who gets to that age, with enough money but has not married is a play boy lol. He couldn't say a word for like some minutes then he said, yes i am old enough to have been married and i had relationships, beautiful relationships with wonderful women, some didn't work because of my mistakes and because of things i neglected and some didn't work because it was not meant to work, but above all have learnt alot to be at least a better man and i am ready to make it work this time i promise, i have no doubt if you are the right girl because have known you for long and have never had a second thought about my woman, so forgive me for not making it work all these while, i want to make it right this time - MEHN THOSE WORDS RINGS IN MY HEAD LIKE KILODE, i loved the fact that he didnt put the blame on the ladies he's dated.

Now on my own side, I do not feel anything for him but i like him alot, i like that we should be hanging out, go out, do dinner and talk from morning tonight but i do not feel anything aside that. What do you guys advise.
Nairalies, lies everywhere

1 Like 1 Share

Career / Re: I Earn Over 300K Monthly... But I Don't Love My Job by vheckthor1: 4:54pm On Jul 28, 2020
I think the OP is a jobless youth wanting to trend, he neither has a job nor a boss. no one goes bikering around about their high paying job and unloving boss

3 Likes 1 Share

Programming / Re: Guide To Hire Expert Asp.net Developers - 2020 Edition by vheckthor1: 4:38pm On Jul 26, 2020
rebeccalee:
2020 is undeniably the time of constant and rapid progressing.

With this tremendous growth, comes the immense requirement to hire a website developer. Besides, the company’s success depends on the skill and technical expertise of its team. By partnering with the right mind, the business ensures its growth and prosperity.

So, taking into account the prevailing battle for the technology giant, one should invent a new and effective strategy to attract the right talent. Here, in this blog, I have discussed how to hire and choose the perfect .Net Developer from the best web development company.

Read more: Guide To Hire Expert ASP.Net Developers - 2020 Edition
why is your website having so many click bait and one has to register and login before seeing any content?
Business / Re: After NYSC What With #500,000 In My Account? by vheckthor1: 3:21pm On Jul 26, 2020
invest in rabbitery you won't regret

1 Like

Jobs/Vacancies / Re: Why Is It So Difficult To Get A Job In This Country? by vheckthor1: 3:42pm On Jul 25, 2020
demanuel:
Just went through Angel list.
Is your location (having a profile from Nigeria) not an issue?

Do you know someone that has gotten a job on Angel list?

I have been their but it's been a while, I will check back later though, I want to rewrite my CV.
Jobs/Vacancies / Re: Why Is It So Difficult To Get A Job In This Country? by vheckthor1: 2:33pm On Jul 25, 2020
tensazangetsu20:


You validate my point. See the pay you have. Doctors with 10 years of experience in Nigeria dont even see such salaries and 3 job offers in a space of 2 months. If you have the skills needed, you will never suffer to get a job.

yes your point is valid, I am just trying to butteress is that, years of experience is needed to get higher pay, but with the skill you can get the job
Jobs/Vacancies / Re: Why Is It So Difficult To Get A Job In This Country? by vheckthor1: 2:24pm On Jul 25, 2020
tensazangetsu20:

A lot bros. A friend just got a 3000 dollar a month job. He stated teaching himself last year. Go on twitter you will see Nigerian developers small boys of between 18 to 24 getting foreign jobs.
lol, Twitter stories for the Gods, don't be deceived those stories are as fake as anything. if you are a developer you will understand the more.

2 Likes

Jobs/Vacancies / Re: Why Is It So Difficult To Get A Job In This Country? by vheckthor1: 2:22pm On Jul 25, 2020
their is a guy here on nairaland he his just 16 years with 3 years of experience as a developer and he his working with a remote company earning 2500$ per month
Jobs/Vacancies / Re: Why Is It So Difficult To Get A Job In This Country? by vheckthor1: 2:21pm On Jul 25, 2020
tensazangetsu20:

Bros yeah but then as a developer you can't just apply to one job and sit down. You have to be applying to at least 30 jobs a day. If it takes 100 job applications to get 10 interviews. 500 job applications will bring in 50 interviews. Common one can land one job out of 50 interviews and you have just 200 applicants for one job not bad. Some fields 3000 people to one job. The good thing you are in a field that the jobs exist. On angel list alone there are over 32000 jobs. On Upwork between 6 am and now more than 600 jobs have been posted. Those are just two sites o out of thousands. I never even mention linkedin and indeed and co.
I am not saying their is no job as a matter of fact I have more than 3 offers in the space of 2 month of pays not less than 250k net, but the bigger roles in the game (like that 800k and foreign jobs) requires those years

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

(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. 50
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.