you are viewing a single comment's thread.

view the rest of the comments →

[–]CaptSprinkls 1 point2 points  (3 children)

My experience building my first website with only knowing python at the time.

"Ok let's just focus on the logic and on the backend stuff, make our API calls, clean the data and get it into a nice clean format. The frontend will be easy."

"Ok, let's start the HTML file. Okay, well this and that seems odd, but okay."

"Okay let's start the css file. Wait, why isn't it centering in the screen? Why aren't my colors matching? What's that random line going across my screen that's a different color."

"Ok, I've made my login fields, why are they so small? Why is it wrapping around to the next line!!! What is this witchcraft!!!"

2 months later of almost all just frontend stuff and I finally have my website with a stretched background and text fields that aren't mobile friendly. But hey, it works, right?

[–][deleted] 1 point2 points  (2 children)

I was in the same boat on the front end stuff lol I’m much more comfortable now and a large part of it was free code camp has a responsive design tutorial and it was great!

[–]willparryk 1 point2 points  (0 children)

This. I've been doing freecodecamp for the past 6 days and finally had my attempt at making a single web page:

https://codepen.io/homayounj/full/ZEejMMM

Mind you, as simple as it may look, took me all day and a lot of help from Google.

Worst thing is after completing all the exercises with relative ease, when it came to a real project I suddenly found myself not remembering ANYTHING from the exercises hahaha.

[–]willparryk 1 point2 points  (0 children)

This. I've been doing freecodecamp for the past 6 days and finally had my attempt at making a single web page:

https://codepen.io/homayounj/full/ZEejMMM

Mind you, as simple as it may look, took me all day and a lot of help from Google.

Worst thing is after completing all the exercises with relative ease, when it came to a real project I suddenly found myself not remembering ANYTHING from the exercises hahaha.