Anybody know about Coding or Programming? Fall in

patscorpio

It's a movement
Staff member
Supporter
Joined
Apr 30, 2012
Messages
127,680
Reputation
12,540
Daps
265,305
Reppin
MA/CT/Nigeria #byrdgang #RingGangRadio
If you write one functional line of code I’ll be surprised :ehh:

most people create these threads but don’t follow through. You hate to see it.

this is facts

it takes hours and years to be a competent programmer unless you're a wunderkind of some sorts
 

goatmane

Veteran
Joined
Jan 26, 2017
Messages
17,002
Reputation
2,811
Daps
116,161
I wouldn't do React Native just yet.. Theres companies who develop a napp and release on 1 platform in the beginning. Generally iOS apps make way more money.

Pick YOUR native system first. Keep it simple

You got a Macbook? Download Xcode . You got a Windows laptop? Download Android Studio. Its the simple

Then make something light. Make a app that shows a pic when u click the button. Make a app that shows random Spongebob quotes
Then make a calculator or something
 
Last edited:

DigitalDopeman

All Star
Joined
Jun 19, 2012
Messages
2,602
Reputation
1,005
Daps
4,086
Reppin
Jacksonville, Fl
this is facts

it takes hours and years to be a competent programmer unless you're a wunderkind of some sorts
I guess you can say im a wonderkid then....I don't consider myself to be anywhere near an average joe on no level . Not saying it will be something easy to learn....I also know how I think and what im capable of as ive learned and taught myself some complicated shxt over the years. Not sure if ill make this particular app myself....but I def plan on adding this skill to my repertoire tho
 

Nobu

Superstar
Supporter
Joined
Mar 2, 2017
Messages
5,773
Reputation
8,520
Daps
62,047
I guess you can say im a wonderkid then....I don't consider myself to be anywhere near an average joe on no level . Not saying it will be something easy to learn....I also know how I think and what im capable of as ive learned and taught myself some complicated shxt over the years. Not sure if ill make this particular app myself....but I def plan on adding this skill to my repertoire tho

Yeah your interest level is most important, you don't need years to start building useful things. Plenty of people, including myself, been programming since their teens or even younger. Obviously when you start your code quality won't be great and you get better over time like anything. Best to just start with a simple tutorial or course, then start building what you want and look stuff up as you go and learn theory later when you have context from building stuff.
 

7evens

All Star
Joined
Feb 17, 2017
Messages
475
Reputation
215
Daps
2,862
I’ve been studying about a year and some change. Just graduated the Flatiron school Software engineering program In Atlanta a few weeks ago before the world went nuts. I understand the front and backend, so that’s everything from databases to design.

if you really want to learn, you can’t really put a time frame on it. Go with a pro if you need it sooner rather than later
 

BasketCase

Superstar
Joined
Oct 1, 2012
Messages
2,809
Reputation
430
Daps
13,369
I guess you can say im a wonderkid then....I don't consider myself to be anywhere near an average joe on no level . Not saying it will be something easy to learn....I also know how I think and what im capable of as ive learned and taught myself some complicated shxt over the years. Not sure if ill make this particular app myself....but I def plan on adding this skill to my repertoire tho
Don't listen to these people. I'm a self-taught developer and I was able to build useful applications within six months.
 

DigitalDopeman

All Star
Joined
Jun 19, 2012
Messages
2,602
Reputation
1,005
Daps
4,086
Reppin
Jacksonville, Fl
Yeah your interest level is most important, you don't need years to start building useful things. Plenty of people, including myself, been programming since their teens or even younger. Obviously when you start your code quality won't be great and you get better over time like anything. Best to just start with a simple tutorial or course, then start building what you want and look stuff up as you go and learn theory later when you have context from building stuff.
What language did you first start with? and what made you get into coding/programming, did you have an idea that you wanted to make? what are some things you made with the language u started with?
 

Nobu

Superstar
Supporter
Joined
Mar 2, 2017
Messages
5,773
Reputation
8,520
Daps
62,047
What language did you first start with? and what made you get into coding/programming, did you have an idea that you wanted to make? what are some things you made with the language u started with?

just curiosity about how computers work. started with python, since it's a very beginner friendly language in terms of the syntax.

some languages are more verbose than others, and some languages require you to know more about how a computer works to use them properly. For example with C or C++, you are often explicitly dealing with low level details like allocating and freeing blocks of memory to store data, dealing with memory addresses. Python is a higher level language that abstracts away these details. It's a language actually implemented in C.

didnt really build much with Python other than some random scripts to interact with files or scrape web pages and dump the info into a file on my computer and analyze it.

then did a React Native course because I wanted to build an app to display sports scores using data from the internet and wanted it to work on iOS and Android with the same code, instead of learning 2 different languages for each. then studied CS, did internships, etc.
 
Last edited:

DigitalDopeman

All Star
Joined
Jun 19, 2012
Messages
2,602
Reputation
1,005
Daps
4,086
Reppin
Jacksonville, Fl
I’ve been studying about a year and some change. Just graduated the Flatiron school Software engineering program In Atlanta a few weeks ago before the world went nuts. I understand the front and backend, so that’s everything from databases to design.

if you really want to learn, you can’t really put a time frame on it. Go with a pro if you need it sooner rather than later
I might just do that for this project, I still wanna learn myself also. What language did you learn in school? have you made anything yet?
 

DigitalDopeman

All Star
Joined
Jun 19, 2012
Messages
2,602
Reputation
1,005
Daps
4,086
Reppin
Jacksonville, Fl
just curiosity about how computers work. started with python, since it's a very beginner friendly language in terms of the syntax.

some languages are more verbose than others, and some languages require you to know more about how a computer works to use them properly. For example with C or C++, you are often explicitly dealing with low level details like allocating and freeing blocks of memory to store data, dealing with memory addresses. Python is a higher level language that abstracts away these details.

didnt really build much with Python other than some random scripts to interact with files or scrape web pages and dump the info into a file on my computer and analyze it.

then did a React Native course because I wanted to build an app to display sports scores using data from the internet and wanted it to work on iOS and Android with the same code, instead of learning 2 different languages for each. then studied CS, did internships, etc.
dope, im gonna need a feature like that , that keeps track of sports results.
 

7evens

All Star
Joined
Feb 17, 2017
Messages
475
Reputation
215
Daps
2,862
I might just do that for this project, I still wanna learn myself also. What language did you learn in school? have you made anything yet?

We learned ruby and rails for backend database management and react.js on the frontend. The languages themselves aren’t as important understanding the logic. Learning how to learn a language allows you the flexibility to pick up another.

It seems like you want an app and not a website which means you may be dealing with tables databases as well as the app functionality, so you’ll need to learn a frontend language and a backend language.

If you’ve never programmed before, Ruby then Ruby on Rails. Once you get a hang of that learn some HTML and css. Then hit JavaScript. Once you understand JavaScript go to react and react native.
 

Smashius Clay

The Millennium Brotha I Be
Supporter
Joined
Nov 29, 2013
Messages
3,826
Reputation
1,320
Daps
17,644
Reppin
Perpetual World Traveler
If you have a really good app idea you're probably better off paying someone else to build it than learning to code yourself as it will take you a minimum of a year to get to the point where you're building apps at even a junior level.

If you insist on going that path, learn Javascript and React and build a cross platform mobile app with React Native. Go to Udemy.com and download some courses to get started.
This is the answer. Rep this man.
 

DigitalDopeman

All Star
Joined
Jun 19, 2012
Messages
2,602
Reputation
1,005
Daps
4,086
Reppin
Jacksonville, Fl
yep.

i went down the swift route, am pretty good at i, have an app that will crack 10k downloads by end of year at its current projectory but I’m kicking myself cause i spent all this time learning sometime that only works on one platform

dont make the mistake i did!
what platform did you make your app for?
 
Top