Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,160,491 members, 7,843,491 topics. Date: Wednesday, 29 May 2024 at 06:47 AM

Where Can I Learn Web Development [urgent] - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / Where Can I Learn Web Development [urgent] (879 Views)

Where Can I Learn Web Design And Graphics Design In Osogbo Osun State / Do We Have Coding Bootcamps In Nigeria? / Faster Way To Learn Web Development. / Guys Where Can I Learn Python In Lagos (2) (3) (4)

(1) (Reply) (Go Down)

Where Can I Learn Web Development [urgent] by NorthPrince: 3:08pm On Jul 17, 2020
where can I learn web development in ogun or Lagos. favourably, Ogun state.
or where can I learn it online
Re: Where Can I Learn Web Development [urgent] by alphatron(m): 3:15pm On Jul 17, 2020
pay me I go teach you free of charge smiley
Re: Where Can I Learn Web Development [urgent] by NorthPrince: 3:34pm On Jul 17, 2020
alphatron:
pay me I go teach you free of charge smiley
lol
what is this?

1 Like

Re: Where Can I Learn Web Development [urgent] by Ulyte31(m): 3:47pm On Jul 17, 2020
Online tutorial, WhatsApp me for html ebook.
Re: Where Can I Learn Web Development [urgent] by spartan117(m): 5:46pm On Jul 17, 2020
NorthPrince:
where can I learn web development in ogun or Lagos.
favourably, Ogun state.

or where can I learn it online
Get your laptop and go to freecodecamp.org fast! Take their HTML and CSS class for 3 weeks. Then finish their JavaScript course in 2 weeks(don't force yourself to know it deeply yet, it will end in tears. This two weeks is just to get vaguely familiar with JavaScript.)

Next go to w3schools.com or codecamy.com and take their HTML and CSS courses for another 3 weeks. After doing this you should now have beginner to intermediate knowledge of HTML and CSS. Then you go back to freecodecamp.org and complete all their HTML and CSS capstone projects. Also learn boostrap4 it will be very easy at this point.

Now it's time to go back to JavaScript! Thoroughly go through the JavaScript course on codecamy.com and build all the projects in the course.
The capstone project of their JavaScript course I think is a web app that makes use of an API to return nearby restaurants and their customer ratings to a user.

All these should take you about 4 months. Now you are just one step away from being very employable. Pick a framework, learn it and build capstone projects with it!
I'll recommend React JavaScript. Do this for the next 2 months making everything 6 months.

If you are able to do all these, by December you will meet the requirement for more than 70% of frontend developer positions. In no time your portfolio will speak for you, especially the capstone projects you built.

Godspeed!

8 Likes

Re: Where Can I Learn Web Development [urgent] by NorthPrince: 7:29pm On Jul 17, 2020
spartan117:

Get your laptop and go to freecodecamp.org fast! Take their HTML and CSS class for 3 weeks. Then finish their JavaScript course in 2 weeks(don't force yourself to know it deeply yet, it will end in tears. This two weeks is just to get vaguely familiar with JavaScript.)

Next go to w3schools.com or codecamy.com and take their HTML and CSS courses for another 3 weeks. After doing this you should now have beginner to intermediate knowledge of HTML and CSS. Then you go back to freecodecamp.org and complete all their HTML and CSS capstone projects. Also learn boostrap4 it will be very easy at this point.

Now it's time to go back to JavaScript! Thoroughly go through the JavaScript course on codecamy.com and build all the projects in the course.
The capstone project of their JavaScript course I think is a web app that makes use of an API to return nearby restaurants and their customer ratings to a user.

All these should take you about 4 months. Now you are just one step away from being very employable. Pick a framework, learn it and build capstone projects with it!
I'll recommend React JavaScript. Do this for the next 2 months making everything 6 months.

If you are able to do all these, by December you will meet the requirement for more than 70% of frontend developer positions. In no time your portfolio will speak for you, especially the capstone projects you built.

Godspeed!

Thanks
Is it free? and I want to be a full stack developer not a front end developer.
Will this things make me a full stack devoper?
Do you recommend YouTube videos?
Do you also recommend using Windows 7?
Re: Where Can I Learn Web Development [urgent] by spartan117(m): 9:18pm On Jul 17, 2020
NorthPrince:


Thanks
Is it free? and I want to be a full stack developer not a front end developer.
Will this things make me a full stack devoper?
Do you recommend YouTube videos?
Do you also recommend using Windows 7?
Fullstack is great. But it will take a slightly longer time to learn, but the path is the same. After learning a frontend framework, you move on to back end and pick a language of your choice and a back end framework. E.g Express Js for Node JavaScript, django for python etc.

YouTube videos are great. But the problem with them is that they don't offer you a curriculum or a learning guide. So I'll recommend that you use them to augment your learning. For instance if a particular topic is not very clear to you, you can download a YouTube video to learn more.

You can achieve all you want to on a windows system. The key reason many programmers prefer Mac to Windows is because Mac operating system is Linux based and Windows is not. However there are third party Linux softwares like Ubuntu you can install on windows and you will be just fine.

1 Like

Re: Where Can I Learn Web Development [urgent] by tensazangetsu20(m): 9:26pm On Jul 17, 2020
spartan117:

Get your laptop and go to freecodecamp.org fast! Take their HTML and CSS class for 3 weeks. Then finish their JavaScript course in 2 weeks(don't force yourself to know it deeply yet, it will end in tears. This two weeks is just to get vaguely familiar with JavaScript.)

Next go to w3schools.com or codecamy.com and take their HTML and CSS courses for another 3 weeks. After doing this you should now have beginner to intermediate knowledge of HTML and CSS. Then you go back to freecodecamp.org and complete all their HTML and CSS capstone projects. Also learn boostrap4 it will be very easy at this point.

Now it's time to go back to JavaScript! Thoroughly go through the JavaScript course on codecamy.com and build all the projects in the course.
The capstone project of their JavaScript course I think is a web app that makes use of an API to return nearby restaurants and their customer ratings to a user.

All these should take you about 4 months. Now you are just one step away from being very employable. Pick a framework, learn it and build capstone projects with it!
I'll recommend React JavaScript. Do this for the next 2 months making everything 6 months.

If you are able to do all these, by December you will meet the requirement for more than 70% of frontend developer positions. In no time your portfolio will speak for you, especially the capstone projects you built.

Godspeed!
This is amazing advice. Everything you need op is here. This is how I started in February.
Re: Where Can I Learn Web Development [urgent] by NorthPrince: 10:06pm On Jul 17, 2020
spartan117:

Fullstack is great. But it will take a slightly longer time to learn, but the path is the same. After learning a frontend framework, you move on to back end and pick a language of your choice and a back end framework. E.g Express Js for Node JavaScript, django for python etc.

YouTube videos are great. But the problem with them is that they don't offer you a curriculum or a learning guide. So I'll recommend that you use them to augment your learning. For instance if a particular topic is not very clear to you, you can download a YouTube video to learn more.

You can achieve all you want to on a windows system. The key reason many programmers prefer Mac to Windows is because Mac operating system is Linux based and Windows is not. However there are third party Linux softwares like Ubuntu you can install on windows and you will be just fine.


Thanks bro
But those websites you listed,are they free?
Re: Where Can I Learn Web Development [urgent] by spartan117(m): 10:40pm On Jul 17, 2020
NorthPrince:



Thanks bro
But those websites you listed,are they free?
Unfortunately codecademy is not, some courses are free but many important courses are locked. To get access you will need to upgrade to codecademy pro which costs about $19 a month. But it has a great web development course so I'll recommend you pay for codecademy pro.
Freecodecamp.org is obviously free, w3shools.com is also free.

1 Like

Re: Where Can I Learn Web Development [urgent] by Nobody: 10:45pm On Jul 17, 2020
[img][/img] add me on WhatsApp for programming coaching 07030876910
Re: Where Can I Learn Web Development [urgent] by Zubbix: 9:22pm On Apr 18, 2021
There's a sound professional web developer/designer I can recommend you to. He's a software engineer working full time with NairaBET. He's also their main website content editor, and also a KarROX certified software Engineer since 2010. He has also been managing lots of company's websites and training people on web designing

Trust me when I say he is very good, with excellent communication skills.

I happened to know about him when I wanted to get a domain name and host my website, he practically held me by the hand, through a video training to teach me how to install WordPress and thrive architect. I'm a complete novice... I just kept smiling with the way he was breaking it down for me.

I got to find out that he's at it again, training guys. And one good thing about his training is that, he doesn't record them on CDs or PDF, he believes in communicating with you while you watch him do it, you ask him questions and he replies.. He's a practical online tutor.

This means that you don't need to leave your home or office to get to any venue for training. Everything is done online, from the comfort of your home or office.

Also, he always make a record of each class for you , so you can download them and watch over and over again.

Furthermore, participating in his online training automatically qualifies you to be a member of his After-Training mentorship program for free.

So if you really want to learn web designing from a professional, you should consider him

He is very professional, I can assure you

You can reach me on this for further details

Phone no: 08167580869

(1) (Reply)

Backend Developer Needed For A Quick Job (Resolved) / Face Source Has Been Published / Industrial Attachment

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