Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,148,716 members, 7,802,164 topics. Date: Friday, 19 April 2024 at 10:16 AM

At 40, Can I Still Learn Programming And Be Good At It? - Programming (6) - Nairaland

Nairaland Forum / Science/Technology / Programming / At 40, Can I Still Learn Programming And Be Good At It? (32529 Views)

My Takeaway From Learning Devops At 40 / Can I Still Learn Programming At My Age? / What Are The Differences Between Programming And Coding? (2) (3) (4)

(1) (2) (3) (4) (5) (6) (7) (8) (9) (Reply) (Go Down)

Re: At 40, Can I Still Learn Programming And Be Good At It? by Tegaguru(m): 3:31pm On Jul 16, 2020
GrantCashel:
I ve taken the most unconventional approach to learning programming.
Being unserious in secondary school, it affected my progress in 2018.
You need to settle any problem you have with math if you dont want any issues. Google pdfdrive.com and download in this order developmental math for college students, college algebra and trigonometry, linear algebra, classical geometry, calculus, advanced calculus, vector calculus, ordinary and partial differential equations. If you want to avoid begging to build websites on nairaland, avoid web development, android or any shiny applications until you're theoretically grounded.

what is this?? So are you telling me that to build a CRUD functional web app you need to know linear algebra??
It's not about math, it's about thinking logically, and well that comes over time.

Whoever the OP is, yes there are some areas you might consider delving into that will require Math of some sort, but that could always be learnt. The most important thing is that you learn to think logically and analytically.

6 Likes

Re: At 40, Can I Still Learn Programming And Be Good At It? by TheManOfTheYear: 3:37pm On Jul 16, 2020
ProfAmaben:


Programming is not for the faint hearted o!!!
Programming is not theory that you can memorize, it takes practice practice, tears of frustration, loads of self doubt, spending of cash for online courses or bootcamps, fuel, internet connection etc.

You see that your son or daughter, once you start coding, you would beat the heck out of them cause it frustrates most times, you become antisocial because your brain is still trying to figure out why the simple 4 lines of code you learnt on Udemy didn't work.

The main problem begins when you start understanding the basis e.g. loops, for, while, etc. When it comes to implement your knowledge, you would start to understand how difficult this field is. Programming is very hard bro, although the joy that comes from being decent is immesurable.

At 40 it's kinda late o, except you are very good in mathematics or come from a CS background.

Frontend development, backend, Fullstack, machine learning etc no be beans o. As a Frontend developer with proficiency in JavaScript REACT framework, I practice for 4-7 hrs daily and it's not enough. When I became good at managing the state with Hooks and Normal OOP such as this.setState(), REDUX came out, you start hearing Actions, reducers and other terminologies that make you regret ever threading this career path.

Ask yourself, can I stomach this at 40? Can you sit down for 8-10 hrs watching tutorials and debugging your useless apps? Can you pass a programming job interview that requires algorithms? Can you? Can you build an enterprise grade app in 24hrs just to pass an interview for a job that pays 100k? Remember that those CS, CS engineering, mechanical engineering students are all gunning for the same job like you. They would even beat you blue black at the interview and request for smaller pay, because they love coding and want that experience.

Wishing you all the best in your endeavor.

Give it a try, if you discover that it's not making sense in 6months, move to something else, everyone cannot be a programmer
Lol. Another over-exaggerated post. All you said is correct but dude it's not entirely accurate.
You don't have to sit in front of your laptop for 10 hours because you're learning programming. The truth is, many beginner coders have jobs they are doing while learning programming, some are students who also have studies to face. So where is the time to spend 10 hours in a day learning programming?

What really matters is consistency, even if you spend just 3 hours, just be consistent, do it everyday. Yes, programming is frustrating, that's why I recommend anyone who wanna go into it to ensure they have the passion and drive for it.

6 Likes 1 Share

Re: At 40, Can I Still Learn Programming And Be Good At It? by tensazangetsu20(m): 3:37pm On Jul 16, 2020
mlkraj:


Guy hw far na, who the hell would use JavaScript for a serious game when there is c++ ? Don't u know JavaScript is very much slower than c++ or even c# when real games are speed/performance demanding

Fact: all game engines are built on c++ and I just googled Fifa20 was also built on c++ with a touch of c# and Python
It was one of the languages used not the main language used. C++ is the defactor language of game development and embedded systems. Nothing can change that. The dude called JavaScript a new shiny language whereas it came out the same time with java in 1995 and is being used even in machine learning and to make desktop applications. JavaScript can make mobile apps with react native. Can make desktop applications with electron can be used in machine learning with tensorflowjs. Can be used in the back end with nodejs. It has come far and it's just growing tremendously.

1 Like

Re: At 40, Can I Still Learn Programming And Be Good At It? by Tegaguru(m): 3:37pm On Jul 16, 2020
GrantCashel:

I started out with php and java.
It's was nice then showing off your latest android app(with help from stack overflow) and feeling like the next zuckerberg by building an fb clone.
Every guy in my lodge(at uni) knew laravel, but you'd search the whole campus to find someone who could implement a crude version of PageRank.
Of course you know it takes a great deal of theoretical cs to architect high performing software, and thats where the money is.
For me, getting into web dev without knowing the underlying theory would be a waste of your time......at least it was for me.

True, you must be talking about data structures and algorithms of those sorts right?? Well yes, you definitely need to know a bit of math, but that can always be learnt. Moreover, things like that are only factored in when you're trying to optimize for a large scale of users. Very few companies need all those.

The most important thing is that OP learns the technologies, then while he progresses and sees the need to work for a large scale company(like google), he could pick up data structures, algorithms and all these deep CS related concepts to have an edge.
Re: At 40, Can I Still Learn Programming And Be Good At It? by TheManOfTheYear: 3:41pm On Jul 16, 2020
tensazangetsu20:

I dont blame them o. It is those 10k website development people I blame. One even said android development is outdated alongside web development at a time when most people are moving applications to the web. You are having full scale desktop applications running on browsers today and its outdated.
LMAO cheesy Everyone claiming I know it all on this forum.
The thing tire me bro
Re: At 40, Can I Still Learn Programming And Be Good At It? by hush15: 3:41pm On Jul 16, 2020
TheManOfTheYear:
Not all programmers are nerds. let's stop this stereotype abeg.
I'm a programmer and I'll still go and faaji at clubs, parties etc

Life is not all about coding, there's time to learn and there's time to take a break

You are right, not all but I never said all but then again, If I ask you, what aspect of programming are you? You did be mentioning one of those high-level programming languages which is why you still have time for faaji.

By the time you start programming compilers or start writing assembly languages or start database programming or even scripting, then you probably begin to understand my point of view

1 Like

Re: At 40, Can I Still Learn Programming And Be Good At It? by TheManOfTheYear: 3:47pm On Jul 16, 2020
"PHP is outdated"
"Programmers are mostly nerds"
"Web development is a joke"
"You must know calculus and advance algebra alongside molecular geometry and 70 almighty formula before you can go into programming undecided"

Nothing I no go hear for Nairaland. Everyone claiming to have a valid opinion cheesy

1 Like

Re: At 40, Can I Still Learn Programming And Be Good At It? by GuestLog: 3:51pm On Jul 16, 2020
castrol180:


I think we are in the same category...mine is that I always want to do many things at the same time which at the end of the day, I end up doing nothing much. The reason I have been longing to go into programming has been to be able to build all these mini sites where I can be advertising e-books and some other services like some guys did and make their cool money at the convenience of their room and one major thing that occurred to me before I went for my service and during the service some years ago was to build a news site while not thinking of ROI or profit, I just want to do it for fun and passion I have for journalism, even to the extent of wishing and willing to register with NIJ for PGD in journalism. Though, I try in my little way to learn the skill online as nobody is ready to train one physically. Up till now I haven't been so well stable as I still possess that personality of wanting to multi task.
we are the same bro. I want to do everything at the same time. I've tried different areas of programming, graphics design, music production, marketing, affiliate marketing, Ponzi, pyramid and all sort of shiny rave in computer studies. I've mastered some to some degree, some favored me we'll others were just a momentarily passion.

I believe the reason for this lies in the fact that you (we) have a high IQ. Also the allure that learning new things brings. People come to me for everything and I always have a solution.

My advice is, learn to pay people to handle the things you can't do & pay others to handle the things you can do. This is how CEOs work.

God bless.

5 Likes

Re: At 40, Can I Still Learn Programming And Be Good At It? by Maj196(m): 3:51pm On Jul 16, 2020
Sofistcatdmoron:


Go to job sited and search for all these techniques, see the most sought after,
Thank me later ,
As a developer /programme u kerp learning new technologies,, dont depends only what u learnt many years ago
I update myself alright but don't relegate php it's not going down anytime soon. And as for jobs. It's still very much in demand, especially in Nigeria
Re: At 40, Can I Still Learn Programming And Be Good At It? by tensazangetsu20(m): 3:52pm On Jul 16, 2020
TheManOfTheYear:
"PHP is outdated"
"Programmers are mostly nerds"
"Web development is a joke"
"You must know calculus and advance algebra alongside molecular geometry and 70 almighty formula before you can go into programming undecided"

Nothing I no go hear for Nairaland. Everyone claiming to have a valid opinion cheesy
I am sure they all killed the ops morale.
Re: At 40, Can I Still Learn Programming And Be Good At It? by TheManOfTheYear: 3:52pm On Jul 16, 2020
Sofistcatdmoron:


Go to job sited and search for all these techniques, see the most sought after,
Thank me later ,
As a developer /programme u kerp learning new technologies,, dont depends only what u learnt many years ago
Bros PHP is still the most demanded server side language from now till even 10 years to come.

Just because newer technologies are available doesn't just mean everything would take an immediate curve. More than 70% of companies still use PHP, because it's not that easy to switch to a new technology, many of which are still in development and does not even have good community support yet.

Una dey make me laugh abeg grin
Re: At 40, Can I Still Learn Programming And Be Good At It? by utepu: 3:55pm On Jul 16, 2020
Really! Age doesn't matter in this.
Re: At 40, Can I Still Learn Programming And Be Good At It? by GoodBoi1(m): 4:01pm On Jul 16, 2020
TheManOfTheYear:
"PHP is outdated"
"Programmers are mostly nerds"
"Web development is a joke"
"You must know calculus and advance algebra alongside molecular geometry and 70 almighty formula before you can go into programming undecided"

Nothing I no go hear for Nairaland. Everyone claiming to have a valid opinion cheesy
As in eh... cheesy cheesy cheesy Going through the thread I was like wow, there is a lot of misinformation
Re: At 40, Can I Still Learn Programming And Be Good At It? by ProfAmaben(m): 4:03pm On Jul 16, 2020
TheManOfTheYear:
Lol. [b]Another over-exaggerated [/b]post. All you said is correct but dude it's not entirely accurate.
You don't have to sit in front of your laptop for 10 hours because you're learning programming. The truth is, many beginner coders have jobs they are doing while learning programming, some are students who also have studies to face. So where is the time to spend 10 hours in a day learning programming?

What really matters is consistency, even if you spend just 3 hours, just be consistent, do it everyday. Yes, programming is frustrating, that's why I recommend anyone who wanna go into it to ensure they have the passion and drive for it.


Laughs. If you solve the algorithm challenge I got at an interview with a foreign company recently, I would wholeheartedly agree it is an overexaggeration.

When I talk about programming, I don't mean guys that build e-commerce websites and start jumping up and down, I mean programmers that are on top of their game. I'm expecting your reply.

1 Like

Re: At 40, Can I Still Learn Programming And Be Good At It? by GoodBoi1(m): 4:04pm On Jul 16, 2020
By the way OP, it is very possible. There are many like you who have good tech careers, just search twitter.
Re: At 40, Can I Still Learn Programming And Be Good At It? by Maj196(m): 4:05pm On Jul 16, 2020
saajus:
A lot of issues about PHP. It worked perfectly for small jobs but I doubt if any big organization will use PHP for advanced applications like big financial applications. PHP is vulnerable. A little coding mistake will expose one application to hackers. It's also slow, it eats a lot of memory. You won't feel that speed deficiency in a simple website, but you will feel if you want to develop an application like zoom. People always refer to Facebook to defend PHP efficiency, but many people don't know that Facebook develop their own PHP version (HHVM) to fix those disadvantages in the original PHP.
Oga php is still relevant and it's not going anytime soon.. You can take that to the bank. Feel free to use whatever language you want but don't mislead anyone here. About efficiency everything has its shortcomings
Re: At 40, Can I Still Learn Programming And Be Good At It? by TheManOfTheYear: 4:09pm On Jul 16, 2020
ProfAmaben:


Laughs. If you solve the algorithm challenge I got at an interview with a foreign company recently, I would wholeheartedly agree it is an overexaggeration.

When I talk about programming, I don't mean guys that build e-commerce websites and start jumping up and down, I mean programmers that are on top of their game. I'm expecting your reply.
Bro gbogbo eleyi ko neccessetry, I was only tyna say that one doesn't have to spend 10 hours a day in front of a laptop, trust me my G, I can understand all these things without having to spend 10 hours on screen (not even healthy for your eyes and neck).

Besides I don't code PHP and I have nothing to prove to you. Thanks

1 Like

Re: At 40, Can I Still Learn Programming And Be Good At It? by ProfAmaben(m): 4:13pm On Jul 16, 2020
TheManOfTheYear:
Bro gbogbo eleyi ko neccessetry, I was only tyna say that one doesn't have to spend 10 hours a day in front of a laptop, trust me my G, I can understand all these things without having to spend 10 hours on screen (not even healthy for your eyes and neck).

Besides I don't code PHP and I have nothing to prove to you. Thanks

It is not a contest, he's already 40 and the rate of retaining information would be much more difficult compared to someone in his early to late 20's. That's my argument. Programming is not easy which was the point I was buttressing earlier. I once told someone that programming is easy, after 4 months with no progress, we became enemies because she was making zero progress.

Life na per head, I only sent you the algorithm to make you understand my point. Cheers.

1 Like

Re: At 40, Can I Still Learn Programming And Be Good At It? by XshegzzyeeiX: 4:18pm On Jul 16, 2020
GrantCashel:
I ve taken the most unconventional approach to learning programming.
Being unserious in secondary school, it affected my progress in 2018.
You need to settle any problem you have with math if you dont want any issues. Google pdfdrive.com and download in this order developmental math for college students, college algebra and trigonometry, linear algebra, classical geometry, calculus, advanced calculus, vector calculus, ordinary and partial differential equations. If you want to avoid begging to build websites on nairaland, avoid web development, android or any shiny applications until you're theoretically grounded.
Re: At 40, Can I Still Learn Programming And Be Good At It? by QuantAnalyst: 4:21pm On Jul 16, 2020
ProfAmaben:


Laughs. If you solve the algorithm challenge I got at an interview with a foreign company recently, I would wholeheartedly agree it is an overexaggeration.

When I talk about programming, I don't mean guys that build e-commerce websites and start jumping up and down, I mean programmers that are on top of their game. I'm expecting your reply.

Hi ProfAmaben. I can try if you don't mind? It's similar to one of the questions on Euler 50.
Re: At 40, Can I Still Learn Programming And Be Good At It? by GoodBoi1(m): 4:22pm On Jul 16, 2020

1 Like

Re: At 40, Can I Still Learn Programming And Be Good At It? by ProfAmaben(m): 4:27pm On Jul 16, 2020
QuantAnalyst:


Hi ProfAmaben. I can try if you don't mind? It's similar to one of the questions on Euler 50.
You know your stuff for even attempting to solve the problem. Before you enter any foreign company as a programmer or even Andela, you must solve algorithm. Kindly solve using JavaScript or Python if interested and email me the .py or .js result.
Re: At 40, Can I Still Learn Programming And Be Good At It? by XshegzzyeeiX: 4:28pm On Jul 16, 2020
mcqwerty:
Hello Friend,

I advice you as a Programmer doing Website Design & Software development and not a Website designer.

I am also assuming you said "Programming" as a career switch and not website design.

If family or girlfriend is not in the way, go to a good computer college and enroll for C++ & Java programming or Python. You can even write oracle Java certification later on to boost your career.

To succeed in anything, you will need a considerable amount of time learning, practice and internalising. You will be patient while learning and honing your skills.

Don't waste time with YouTube or online coding schools. It's for those that already know their way around coding.

Do not go for HTML5, css and JavaScript lessons. Do not go for new and shiny stuffs like Js and the likes. You can add those later when you have mastered Core programming languages.

Web Design is not real career. Don't come to be begging for website design on Nairaland.com like a good number of us.

Take this advice from a 39yo man like you and you will not regret it.

Cheers.
Re: At 40, Can I Still Learn Programming And Be Good At It? by Sofistcatdmoron: 4:52pm On Jul 16, 2020
TheManOfTheYear:
Bros PHP is still the most demanded server side language from now till even 10 years to come.

Just because newer technologies are available doesn't just mean everything would take an immediate curve. More than 70% of companies still use PHP, because it's not that easy to switch to a new technology, many of which are still in development and does not even have good community support yet.

Una dey make me laugh abeg grin

Maj196:
I update myself alright but don't relegate php it's not going down anytime soon. And as for jobs. It's still very much in demand, especially in Nigeria


Use your Google to search for most sought after web programming language, 2019 or 2020
Paste the results here,,
Then u will agree with me that php is phasing out soon
grin...
Python and javascript is the new shit bro

Re: At 40, Can I Still Learn Programming And Be Good At It? by Nobody: 5:28pm On Jul 16, 2020
JavaScript is the best,and also nodejs is faster than PHP, lastly it is better to learn one language and master it than learning Java,c++,c#, python and end up knowing nothing
Re: At 40, Can I Still Learn Programming And Be Good At It? by luvsesan4eva(m): 5:33pm On Jul 16, 2020
Download "Grasshopper" on your device and thank me later.

Grasshopper will teach you all the basics and fundamentals and the rest of the courses with Certificates

1 Share

Re: At 40, Can I Still Learn Programming And Be Good At It? by bovage(m): 5:46pm On Jul 16, 2020
Macwrites:


Yes you can. Provided you want to practice it for the next 5 to 10 years.

Anyone can learn programming in a few weeks/months. But it will take months/years to be good at it.


You need a lot of hours to build up, fix bugs and improve your codes to become good.

Yes you can switch at 40. And yes you can turn it to a new career.


100% True. It requires daily practice

1 Like

Re: At 40, Can I Still Learn Programming And Be Good At It? by bovage(m): 5:50pm On Jul 16, 2020
BuddhaPalm:


In your experience, what have you programmed that required all this maths. Or any maths at all?

Seriously. You don't really need advanced math like calculus unless you going for Machine Learning or Data Analysis.
Re: At 40, Can I Still Learn Programming And Be Good At It? by Etinosa1234: 5:57pm On Jul 16, 2020
luvsesan4eva:
Download "Grasshopper" on your device and thank me later.

Grasshopper will teach you all the basics and fundamentals and the rest of the courses with Certificates
Is it offline
Re: At 40, Can I Still Learn Programming And Be Good At It? by earnit3: 6:05pm On Jul 16, 2020
NO knowledge is lost even if you don’t be pass it

(1) (2) (3) (4) (5) (6) (7) (8) (9) (Reply)

For Developers, How Did You Get Your First Remote Job And What Was The Pay. / Google Launches First Developer Space In Nigeria / OAU Engineering Students Build 'HUMANE' A Software For The Visually-impaired

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