Post Reply 
Learning web coding from scratch during spare time
Author Message
h3ltrsk3ltr Offline
Wingman
***
Gold Member

Posts: 942
Joined: Jun 2014
Reputation: 29
Post: #1
Learning web coding from scratch during spare time
Hey everyone,

I've been making a massive amount of headway in this lately so I figured I'd share. I've been going though the W3 web tutorials on html5, css3, sql and js whenever I have nothing else to do. Just wanted to let anyone who's trying to spin up on web knowledge that it's some pretty effective stuff. It's got a great layout and is pretty easy to understand.

I've been doing it in short bursts but after nearly a year I've spent maybe 80-100 total hours on it and retained everything pretty well. I've been seeing some good results too, just whipped up some simple layouts with buttons and php arrays. Nothing pretty but still pretty cool considering it's the only training I've had on it.

Most web designers I know don't actually get w3 certified but they've also been into it since myspace/friendster/livejournal. It's been a fun hobby so far and doesn't cost a damn thing which is great. If I keep up this learning rate I can probably be selling services (maybe to just friends and family, but heck I'll take that) within 18 months.

Not to shabby for a part time, free hobby.

Per Ardua Ad Astra | "I have come here to chew bubblegum and kick ass. And I'm all out of bubblegum"

Cobra and I did some awesome podcasts with awesome fellow members.
08-19-2014 09:18 AM
Find all posts by this user Like Post Quote this message in a reply
[-] The following 1 user Likes h3ltrsk3ltr's post:
Onto
Old Fritz Offline
Wingman
***

Posts: 781
Joined: Jul 2014
Reputation: 6
Post: #2
RE: Learning web coding from scratch during spare time
Here's another good website to check out. Just dropping it
https://www.udacity.com/
08-19-2014 04:32 PM
Find all posts by this user Like Post Quote this message in a reply
[-] The following 1 user Likes Old Fritz's post:
Onto
rebelrebel Offline
Banned

Posts: 5
Joined: Jul 2014
Post: #3
RE: Learning web coding from scratch during spare time
I had learned html "table" coding (and design) 15 years ago by myself, no tutorials read. The key is to check stuff like awwwards daily, read the source of those dynamic websites, analyse, copy, paste, edit -- you'll be web design master by the end of the decade, haha. Maybe even sooner!
08-20-2014 05:28 PM
Find all posts by this user Like Post Quote this message in a reply
Barry Scrotada Offline
Recovering Beta
*

Posts: 164
Joined: Oct 2013
Reputation: 3
Post: #4
RE: Learning web coding from scratch during spare time
Going through a hardcopy guide for html and css3 by hyslop and castro, very readable for such a dry subject. Figured it is about time to add some basic programming skills to my repertoire. Surprised by how easy it is, but also, how MUCH of it there is to learn.
Will try the w3 tutorials down the line, thanks.
08-20-2014 07:11 PM
Find all posts by this user Like Post Quote this message in a reply
Hades Offline
Banned

Posts: 3,652
Joined: Feb 2012
Post: #5
RE: Learning web coding from scratch during spare time
I know we have some employed programmers here, what do you guys think about code academy? Is it a good free resource or not worth doing?
08-21-2014 02:14 AM
Find all posts by this user Like Post Quote this message in a reply
JackDavey Offline
Recovering Beta
*

Posts: 156
Joined: Aug 2013
Reputation: 5
Post: #6
RE: Learning web coding from scratch during spare time
If by w3, you mean w3schools, I would not recommend paying for any services or certifications they offer. More experienced devs tend to look upon that site with disdain, for various and good reasons, and their certifications probably won't be worth much.

When googling around for web concepts, they tend to be the first results. The way to avoid this, and find good information, is to prepend "mdn" to your search query. This will give you results from the Mozilla Developers' Network, a very good resource.

For example, the first google result for "mdn html" is https://developer.mozilla.org/en-US/docs/Web/HTML

Use that, it's awesome.

A great course on web development is this one from udemy:
https://www.udemy.com/how-to-become-a-we...m-scratch/


When I signed up for it, it was free (or else I wouldn't have), but it is currently priced at $199. I think that's a decent price if someone is new to the field and serious about pursuing it, but there are so many free resources out there that I can't definitely recommend spending that money. The course is solid, though.

Once you have the basics of html down (which doesn't take long), you'll want to know about html5. Again, MDN is a fantastic resource for this. Also, HTML5 Rocks has excellent tutorials on lots of different topics. I've used them extensively to learn about the newer APIs, and even used some of their tutorial code in an application. Dive into HTML5 is an online book which introduces the subject really well. Definitely give it a read to get an overview of the landscape.

Continuing learning about front-end development requires CSS, CSS3, and Javascript. The MDN material is your friend for these, but there are some additional javascript resources which are quite good.

Eloquent Javascript is a free online book which teaches the basics of the language in a very accessible way. Some of the exercises will make you think, and force you to learn important concepts like recursion and functional programming by working them out. Highly recommended.

Programming Javascript Applications is a more advanced book by Eric Elliot, who will be offering rather expensive courses on the subject soon. He's on a mission to fight homelessness by teaching marketable programming skills, which I think is a good mission. Regardless, the book is very good, and available free online at that link.

If you want a roadmap to learning javascript, you can't go wrong with this one:
http://javascriptissexy.com/how-to-learn...-properly/
Very comprehensive, and sends you to codeacademy to work through the basic material to bring you up to speed. Following this will give you a good grounding in js and jquery in 6 weeks. Of the books it recommends, I have only looked at (an older edition of) The Definitive Guide, and it is a good one. A wise man could find it much cheaper than O'Reilly is selling it.

For backend development, I like django, flask, or express. Can't recommend a good php resource, as I try to avoid it. I haven't spent much time with ruby, but the Odin Project, in addition to having a cool name, claims to be able to make a web dev out of you in six months, using ruby on rails.

Have fun.

EDIT: the javascriptissexy roadmap I linked above will try to get you to buy the WebStorm IDE. It's up to you if you want to do that, but I have never found it necessary to pay for a text editor, when there are so many excellent free options out there.
(This post was last modified: 08-21-2014 07:34 PM by JackDavey.)
08-21-2014 07:15 PM
Find all posts by this user Like Post Quote this message in a reply
[-] The following 6 users Like JackDavey's post:
Barry Scrotada, h3ltrsk3ltr, speakeasy, svenski7, Zauber, JWLZG
Barry Scrotada Offline
Recovering Beta
*

Posts: 164
Joined: Oct 2013
Reputation: 3
Post: #7
RE: Learning web coding from scratch during spare time
Here is a story of one guy who, with a grasp of HTML and a side interest in trivia, quit his job once he started making 60K/yr from it.
No ads, subscription based. Also using the 'scarcity principle' we learned in Marketing 101: invitation only, each member can invite four people a YEAR.
08-21-2014 09:53 PM
Find all posts by this user Like Post Quote this message in a reply
[-] The following 1 user Likes Barry Scrotada's post:
rdvirus
Kitsune Offline
Alpha Male
****

Posts: 1,094
Joined: Mar 2012
Reputation: 10
Post: #8
RE: Learning web coding from scratch during spare time
There's a great thread on this forum by frenchcorporation about becoming a python developer from scratch. The programming language you want to do might vary, but you can slot in different resources for each of the steps and do an approximate training if you want to learn java or ruby instead of python.

It's a great thread that really works. You can go from 0 knowledge to being at a professional level in a really short time.
08-22-2014 06:54 AM
Find all posts by this user Like Post Quote this message in a reply
[-] The following 1 user Likes Kitsune's post:
JackDavey
h3ltrsk3ltr Offline
Wingman
***
Gold Member

Posts: 942
Joined: Jun 2014
Reputation: 29
Post: #9
RE: Learning web coding from scratch during spare time
@JackDavey
Hey, thanks for the info. Replies like that make this forum stand out man, I really appreciate it.

Just higher-consciousness men here in general...thanks for the help so far everyone.

Per Ardua Ad Astra | "I have come here to chew bubblegum and kick ass. And I'm all out of bubblegum"

Cobra and I did some awesome podcasts with awesome fellow members.
(This post was last modified: 08-23-2014 06:17 AM by h3ltrsk3ltr.)
08-23-2014 06:01 AM
Find all posts by this user Like Post Quote this message in a reply
Kaebs Offline
Recovering Beta
*

Posts: 156
Joined: May 2014
Reputation: 6
Post: #10
RE: Learning web coding from scratch during spare time
(08-19-2014 09:18 AM)h3ltrsk3ltr Wrote:  Hey everyone,

I've been making a massive amount of headway in this lately so I figured I'd share. I've been going though the W3 web tutorials on html5, css3, sql and js whenever I have nothing else to do. Just wanted to let anyone who's trying to spin up on web knowledge that it's some pretty effective stuff. It's got a great layout and is pretty easy to understand.

I've been doing it in short bursts but after nearly a year I've spent maybe 80-100 total hours on it and retained everything pretty well. I've been seeing some good results too, just whipped up some simple layouts with buttons and php arrays. Nothing pretty but still pretty cool considering it's the only training I've had on it.

Most web designers I know don't actually get w3 certified but they've also been into it since myspace/friendster/livejournal. It's been a fun hobby so far and doesn't cost a damn thing which is great. If I keep up this learning rate I can probably be selling services (maybe to just friends and family, but heck I'll take that) within 18 months.

Not to shabby for a part time, free hobby.

Why not take a bunch of low-paying short term freelance jobs to make some money now?
10-19-2014 12:09 PM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Learning Japanese Matt3B 38 16,808 11-08-2018 01:27 PM
Last Post: Mksa21
  How to make money coding part 1 - setting up a blog ryanf 22 9,880 10-18-2018 02:48 PM
Last Post: musicalprodigy1
  Learning to DJ bonkers 56 23,338 07-15-2018 12:40 PM
Last Post: Ringo

Forum Jump:


User(s) browsing this thread: 1 Guest(s)

Contact Us | RooshV.com | Return to Top | Return to Content | Mobile Version | RSS Syndication