Skip to main content
3 answers
11
Asked 1562 views

What all do you need to do and have to be a Computer and Program Designer?

I was always just amazed by technology and how fast its growing. I want to help that process but I don't know exactly how. I am using a website called Code School (https://www.codeschool.com/), and I'm learning JavaScript and iOS. How would I get into the programming field because, as I said I want to be a part in advancing technology and find out how to do things will coding that can save lives, save money, or even as simple as play games. Where do I need to start, and are there any other websites I can use to further my education on technology and coding? Thank you to anyone who reads all of this and can help me. Have a excellent day! :) #technology #tech #ios #javascript

+25 Karma if successful
From: You
To: Friend
Subject: Career question for you

11

3 answers


5
Updated
Share a link to this answer
Share a link to this answer

John’s Answer

Hi William,
It sounds like you are learning a lot of the same technologies that I use daily. I agree that taking an aptitude test can help you in deciding what to do for a career, though it sounds like you are very interested in software development. I'm not familiar with Code School, but took a look at the content and think that if you are enjoying the path that it's taking you on, you could likely enjoy what Free Code Camp has to offer (http://www.freecodecamp.com/). Their site will walk you through an entire curriculum that should prepare you for a career in the upcoming "New Web" era.


I'd suggest taking some time to analyze all of the various types of software development positions that are out there. There really are all sorts of niches and each of those require different skills and experience with different technologies and platforms. Would you enjoy building web applications? Mobile? Would you prefer to work building financial software for the largest banks in the world or would you prefer a cozy 25-person team building a video game? What about specializing in the software that goes into the medical devices of tomorrow?


Finally, do some reading up on the "software development life cycle" (SDLC), agile, scrum, and waterfall methodologies, test driven development, and automated software testing. Those topics should get you linked into some of the things that a Software Developer does in the time that they're not "head-down coding".

Thank you comment icon thank you! farheen
Thank you comment icon welcome!!!!! Renugadevi
5
1
Updated
Share a link to this answer
Share a link to this answer

Jason’s Answer

There has never been a better time to be self-taught. If you want to make the leap from learning how to be a programmer to actually doing it for a living, it's important to have some way to show people you can really do the job. The traditional route is to get a Computer Science or related degree, but these days, there are many alternate ways to build a portfolio that can demonstrate your ability. I'm not familiar with Free Code Camp mentioned in the other answer, but just looking at it, sounds like it might be a good source to even get some real world experience.


There are still many employers that will strongly prefer or even require a degree, so not having one might limit your options, but you'll still have some. On the other hand, if you build some real-world stuff, that will help you even if you DO get that degree, so I'd recommend it either way.


The other thing I'll mention is that, once you know the basics, just pick an idea that you think would be fun. I used to write little games when I was a kid - just for myself. They weren't very good games, but they worked and they were completely my own creation and I found it very rewarding. It doesn't have to be a game and it doesn't even have to be a terribly original idea. Build a mobile app to manage keep track of your learning goals. Create a model simulating the spread of a zombie outbreak. Just something that's FUN to work on. There will be many little problems that come up along the way to finishing your fun project and they are all excellent learning experiences. But they're not necessarily fun problems to solve unless you already think the project is fun, so that can really help with staying motivated when teaching yourself. Also, if you're lucky, you'll have something to share at the end that can demonstrate you really know what you are doing.

Jason recommends the following next steps:

Get as far as can where you've already started at https://www.codeschool.com
Check out https://www.freecodecamp.org/
Check out https://github.com/MunGell/awesome-for-beginners for opportunities to contribute to open source projects
Pick a fun idea that you can drive all the way to something you could show somebody or use yourself and feel proud of your accomplishment
1
0
Updated
Share a link to this answer
Share a link to this answer

GRADI’s Answer

I had a similar question 7 years ago when I started to learn how to write computer codes. Today, I’m a full-stack Web and Web3 developer (self-taught).

Learning JavaScript is a great choice because today’s new languages are JavaScript’s copycats.

Your first step should be …
1. HTML
2. CSS
3. JavaScript (powerful language)

With only those 3 languages, you can build almost anything from games to applications and learning other languages will become very easy.

Since you’ve mentioned iOS, your next step should be …
1. ReactJS
2. React Native

With React, you will be able to build cross platform applications for both iOS and Android.

Note 1: www.w3Schools.com is the only website you will ever need. Trust me on that!

Note 2: Having a GitHub page is a must to document and save your work. (I wish I knew it 7 years ago. This should be your first step!). IMPORTANT! Check on YouTube how to setup and use GitHub.

Good luck on your journey. You have what it takes to become a programmer because you have the right questions.

GRADI recommends the following next steps:

How can I build blockchain applications?
0