Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,156,240 members, 7,829,436 topics. Date: Thursday, 16 May 2024 at 06:53 AM

Enesth's Posts

Nairaland Forum / Enesth's Profile / Enesth's Posts

(1) (2) (3) (of 3 pages)

Programming / Re: Female Programmers by Enesth(f): 11:17pm On Mar 11
KillingJoke:
We need more female programmers


More female using Linux and coding in functional languages or OOP



What will it take for women to start programming??

We need mentors

1 Like

Jobs/Vacancies / Re: Would You Like To Earn A Little Side Income, Twice Monthly? Not A Scam. by Enesth(f): 1:46am On Aug 04, 2022
0
Programming / Re: How Can I Understand The 'this' Keyword In Javascript by Enesth(f): 2:51pm On Jul 19, 2022
chukwuebuka65:



“This” inside an object refers to that object it is inside of. It is mostly used inside functions in an object or class to refer to the properties of the class or object it is inside of. Eg.
const car = {
Model: “Toyota”,
Color:”red”,
Details: ( ) => return “my” + this.model + “is “ +
this.color
}
If i do, car.details( ) ; i will get “ my Toyota is red”.
But u can make “this” to refer to another object ( which may not have a “detail” property ) by using bind() or apply() or call(). eg .
const vehicle = {
Model: “corolla”,
Color:”black”,
}

If i do: car.details.bind( vehicle). I will get “my Corolla is black”. Because “this” is now referring to the object “vehicle” because I bind it with “vehicle”. Is quite simple

This is very clear
Dating And Meet-up Zone / Re: Meet New Cool People And Just Make Friends by Enesth(f): 9:53am On Mar 17, 2022
FanOfMyself:
Hey, I am into tech and need a friend too
Cool, I've sent a mail.
Dating And Meet-up Zone / Re: Meet New Cool People And Just Make Friends by Enesth(f): 10:40pm On Mar 15, 2022
In need of friends into Tech. DM please
Programming / Re: How Has Programming Changed Your Life And The Way You Think? by Enesth(f): 9:26pm On Mar 14, 2022
FahBuLous:
like you are really good with CSS?? Like you know all the properties and values??


intermediate,

I've gotten the basics down, so I keep practicing
Programming / Re: How Has Programming Changed Your Life And The Way You Think? by Enesth(f): 9:23pm On Mar 14, 2022
InfinityFabric:
Became a better investigator.

yea
sharpens your research skill
Jobs/Vacancies / Internship(frontend) Needed Please by Enesth(f): 12:07am On Mar 13, 2022
Hi Everyone,


Please,
I'm seeking internship in web development to develop and improve my coding skills (frontend) while enhancing the company's reputation.
And to gain experience working with real life projects.

Or anything related to IT, I can be a good support/assistant too.

- Very keen to learn
- Attention to details
- Good communication
- Computer literate
- Analytical skills





My contact info is on my profile or send me a mail. Thanks.
Romance / Re: Any Online Skills Acquisition That Can Train Ten Member Of Nairaland Bill On Me by Enesth(f): 4:02pm On Jan 26, 2022
Is this opportunity still available please?

I'm training as a frontend developer already, also seeking internship but need help getting a better laptop to work with.

Any help please? TIA
Family / Re: Can A Man Give A Lady ₦400,000 Just Like That & Not Ask For Anything In Return? by Enesth(f): 6:32pm On Jan 10, 2022
Hmmm 400k? It's rare
Programming / Re: How Can I Become A Programmer? A Lady Without Any Programin Software Knowledge? by Enesth(f): 12:12am On Jan 09, 2022
Ovaltine:
A mind needs books as a sword needs a whetstone, if it is to keep its edge.

George RR Martin.

You need to read like 5 good programming books.

Start with x for dummies, then yyy for absolute beginners, then zzz for beginners.

This will take you 10 weeks. Read the books twice.

Then, you need to know 'why' you want to code. For quick money? For a career? Hobby? Business?

After the books, go see silicon Valley series to get an idea of startups and how much time programming will eat and how much it'll transform your lifestyle.

Have an adventure!


Boss, Happy New year.

@OP Hug this comment tightly. By the time you're through with the above you would know if programming is what you want to dive into or not.

1 Like

Programming / Re: How Can I Become A Programmer? A Lady Without Any Programin Software Knowledge? by Enesth(f): 11:59pm On Jan 08, 2022
DispatcherLagos:
you are welcome. The day you understand my comment is the day you've become a programmer

grin grin
She never started,
Hopefully she will.

By the time you want to make some decisions in your life and you started thinking in "if...else" "while" "do..while" "for" eheeehh una don enter am grin
Programming / . by Enesth(f): 7:48am On Dec 01, 2021
.
Programming / Re: How Has Programming Changed Your Life And The Way You Think? by Enesth(f): 7:12am On Oct 26, 2021
bastardson:
Most of y’all are Java and JS.. I am searching for those into Python..

I am just starting and I need someone who’s just starting as well, so we can challenge ourselves.. I need someone who can encourage me while I am at it.

My goal is Machine Learning or AI.. So I can’t follow you guyz route.

There are lots of python threads, you should check them out.
Programming / Re: How Has Programming Changed Your Life And The Way You Think? by Enesth(f): 10:15pm On Oct 25, 2021
Ovaltine:
You need to add chess to your learning backlog.
A merger with programming changes you entirely.

Thanks Boss

You seem so busy lately. sad
Programming / Re: How Has Programming Changed Your Life And The Way You Think? by Enesth(f): 2:31pm On Oct 24, 2021
Sheriman:

No, they are not similar. Data structures and algorithms will help a developer to write readable, efficient, clean, lesser and concise code. It will be difficult for your website or Application to get crash. It makes you understand more about the language. It will make your code nicer. Company requires a developer to understand data structures and algorithms and they take it seriously. Knowing it will make a person to develop a scalable website or application with greater functionalities.

Very insightful.
Programming / Re: How Has Programming Changed Your Life And The Way You Think? by Enesth(f): 1:49pm On Oct 24, 2021
Sheriman:

Good to hear that. Just be pushing it back and forth. To be good at Programming is not easy, it requires serious work and patience.
I have finished with the Kotlin basics now learning data structures and algorithms.

True. It's not an easy path.
The day I started with JS it was as if my brain was being turned upside down, infact I didn't pickup the laptop for 2 weeks. Lol

But working on little projects makes me understand the fundamentals better. I realized projects challenge and improve your coding skill.
One really have to be determined.


Isn't Kotlin and JS similar?
And is it necessary to understand algorithm and data structure after learning the basics in any language?

1 Like

Programming / Re: How Has Programming Changed Your Life And The Way You Think? by Enesth(f): 1:36pm On Oct 24, 2021
stanliwise:

It simply about communicating with machine by learning and using their own languages. It gives us another perspective and yeah it does change our approach to things.

Yea one can stop being a beginner but that is if you niche else no

Thanks for contributing.
Programming / Re: How Has Programming Changed Your Life And The Way You Think? by Enesth(f): 12:52pm On Oct 24, 2021
38Noob:
you should be starting with Html...

I understand HTML and CSS already
Programming / Re: How Has Programming Changed Your Life And The Way You Think? by Enesth(f): 11:27am On Oct 24, 2021
@ Sheriman

That's right, logical thinking skill.


I'm a newbie (aiming to be a frontend dev)
Just starting out with JS
Programming / How Has Programming Changed Your Life And The Way You Think? by Enesth(f): 9:41am On Oct 24, 2021
Even tho I'm still in the beginner's phase, it has changed how I approach things.
It teaches me how to think,
Breaking complex stuffs down.


Also does a programmer/developer ever leaves the beginner's phase? It seems there's always something new to learn every time.

In my own view, programming is a way of thinking,
I think it's really a skill everybody should have.

What do you guys think and how has it changed you too?

4 Likes

Dating And Meet-up Zone / Re: Drop Your Phone Number And You Just Might Get A Date by Enesth(f): 5:50pm On Oct 18, 2021
Any male/female friends??

1 Like

Jobs/Vacancies / Re: How Are You Surviving Being Jobless ? by Enesth(f): 9:38pm On Oct 11, 2021
GOOOGLE504:
Truly it's not easy. Try not to do wuru-wuru-to-the-answer because you earn by making others cry, do not be idle, find something doing in the meantime to keep you busy.

If you are a graduate, especially with second class upwards, push for international scholarships - people are getting it every day. Press hard enough on that and Japa from this shiithole because no matter your class of degree, the best solution is to japa. Dollar is increasing, even 150k salary earners need to start planning anew.

Learn new skills, meet new people, have fun because in life, Problem no dey finish o.

Also Because one person food don already done no mean say your own no dey ontop fire. quote me if you need mtn data (1-2gb) and remember, God is working on something for you.

Programming / Re: Women And Mums Interested In Programming by Enesth(f): 7:38am On Oct 10, 2021
there is but I'm still learning smiley
currently stuck with JavaScript

1 Like

Food / Re: Cook In Your Kitchen, Take Pictures And Post It Here. SIMPLE! by Enesth(f): 10:00pm On Jun 16, 2021
dollynnn:

You are really killing this!
I am always on the lookout for your post(s)smiley
You have a fan already

Seconded. smiley

1 Like

Programming / Re: Why Are Females Not Interested In IT?( Esp In Nigeria) by Enesth(f): 3:07am On Jun 14, 2021
Ovaltine:


Nairaland message thing.

I've sent you another mail, please check.
Programming / Re: Why Are Females Not Interested In IT?( Esp In Nigeria) by Enesth(f): 1:28pm On Jun 10, 2021
Ovaltine:


grin grin grin

I have been thinking it's only me that sees this.

I hired one last year.
If she posts 'tips' like this, you'll find 800+ likes and 50+ retweets.

I gave her 4 projects to do, paying her in $/hour.
Guess what? She failed woefully. One by one.
I didn't condemn her because I believe there is always room for improvement. I guided her on how to even go about it for the remaining 3 jobs and I had to finish the rest myself.
I was asking myself why I even had to give out the projects since they are simple tasks I was just too busy to do which I should have created a few hours in the night to do.

I terminated the contract after paying her for all the hours she did and even gave bonus and wished her well.
She still continues her : thing. SMH


Please,How can I contact you?
Science/Technology / Re: This Caterpillar’s Camouflage Is On Another Level (Photos) by Enesth(f): 8:54pm On May 30, 2021
Wow!!!
Food / Re: Cook In Your Kitchen, Take Pictures And Post It Here. SIMPLE! by Enesth(f): 2:28pm On May 26, 2021
Snack with me! tongue tongue

14 Likes

Food / Re: Cook In Your Kitchen, Take Pictures And Post It Here. SIMPLE! by Enesth(f): 9:22am On May 25, 2021
GboyegaD:
Today is a public day at my end and had to utilize it.

Dinner:

Spicy honey orange flavored grilled chicken with a side of roasted vegetables topped with a mango dressing.

Dessert:
Mixed orange and coconut flavored ice cream topped with shaved hazelnut chocolate and a come for crunch.

Homemade bread and sweet potato and orange cake.

Looks so delicious smiley
Google should be able to help us track foods, you'll just see people queuing at your doorstep cheesy
Food / Re: Cook In Your Kitchen, Take Pictures And Post It Here. SIMPLE! by Enesth(f): 8:54am On May 24, 2021
Potatoes tongue grin

16 Likes

Programming / Re: The Myth Of Saturation With Regards To Web Development. by Enesth(f): 10:18am On May 22, 2021
tensazangetsu20:

Its not just customer support. HTML emails then add the salesforce sales cloud certification and its a different ball game entirely. You arent even writing anything aside HTML and CSS. Theres just too many roles in tech.

Please enlighten me, I have basic knowledge of HTML and CSS.

2 Likes

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