Begginer, need advice. | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 3

Begginer, need advice.

So im trying to pick Web Design and development as a skill while having no background coding experience do you have any tips and tricks and maybe tutorials or anything at all that could help ? i would greatly appreciate. i pretty much got down the html part, i can make a basic site with links and other stuff

30th May 2018, 8:41 AM
Szabo Florin
Szabo Florin - avatar
7 Antworten
+ 8
One site worth mentioning is codecademy, there are a few really good courses with web design and even with only the free parts you'll have a pretty good basis on web design.
30th May 2018, 11:28 AM
A Fox
A Fox - avatar
+ 5
Well you can try the courses on SoloLearn is a good learning system I have found out tones of things I never knew before. CodeCamp I found the other day seems to offer a few things for learning HTML , CSS, JavaScript. https://www.freecodecamp.org w3schools is a good choice has tons of stuff https://www.w3schools.com/ also have a look at different sites on the internet and try and use them to give you ideas and also code as much as you can never give in.
30th May 2018, 9:16 AM
Ben
Ben - avatar
+ 1
Jan Markus do you mind if i add you somewhere on facebook or skype or some chat platform, i have a few questions i'd like to ask
30th May 2018, 2:40 PM
Szabo Florin
Szabo Florin - avatar
+ 1
What is back end coding?
31st May 2018, 12:50 AM
Tasvir
Tasvir - avatar
+ 1
@Heinrich Weber. what is the purpose of back end coding?
2nd Jun 2018, 11:10 AM
Tasvir
Tasvir - avatar
0
Tasvir all the server sided code. In JS you do it with node.js. PHP is a backend language. Some languages could be used on the client and the server side as java, c#, perl, python, etc..If you are doing both side you call it fullstack.
2nd Jun 2018, 9:35 AM
Heinrich Weber
0
Tasvir to give dynamic contents in any form server sided. a realy simple and topic example is responsive web design. the server checks the webclient and decide to give a web page for the pc or for the mobile. ajax is also a example. if you use google maps you will see a lot of content made ready on the server side.
1st Jul 2018, 7:16 AM
Heinrich Weber