I don’t really know how much of the information I’ve retained. Should I continue on with the next lesson (Responsive Web Design Principals) or should I try to apply what I’ve learned so far to a project?
Then if your project is a simple static page you’re in good shape to start. If you have a more dynamic app in mind then I would learn node.js first so that you can have user accounts, or whatever else.
If you’re excited to start a project though just do what you want, see how far you can get, its good practice and its fun.
I’m a newbie at all this and I don’t really have a project in mind. I just hear that applying what you learn is the best way to learn. Any suggestions on how to do that? I’ll follow your instruction and finish responsive design, though, before moving on to a “project”.
if you want to start, you should be able to complete at least the first of the five projects in the certificate, and if I remember correctly also the second. The others require some use of responsive techniques (media queries, flex, grid)
don’t be afraid to use the Read-Search-Ask method and google stuff or go back to the challenges if you don’t remember stuff
Sure. You can start a personal blog, or a dev.to account or a twitter and talk about your stuff. E.g. I did a 25 part series on Node, Express and PostgreSQL last year and a 30 part series on some code challenges this year on dev.to and my personal blog.
This improved my explanation and writing skills a lot.
Also some recruiters messaged me about my blog, e.g.:
if you mean the projects, you will have to save your progress somewhere, the suggestion is CodePen but you can do that anywhere that have a similar functionality. And then share your completed projects with whoever you want
Hi Mike. I’m sooo new to all this so I may be asking irrelevant or dumb questions. I’ve completed this so far on free code camp:
Basic HTML and HTML5
Basic CSS
Applied Visual Design
Applied Accessibility
I just started Responsive Web Design Principles today. I’m literally asking what should be my next step? Should I continue to complete the Responsive Web Design Certification and Projects prior to doing anything else? WWYD? I’m coming from absolutely zero background and am trying to self-learn. Feel a bit lost and looking for some guidance. Thank you!
I think it’s a good idea to follow the curriculum:
Responsive Web Design Principles
CSS Flexbox
CSS Grid
Responsive Web Design Projects
The projects are a good milestone.
You will need some time for this.
My approach would be like this:
put the max amount of hours into the curriculum and projects (!)
write a small daily summary here on the forum, on dev.to or on twitter about it
remove all distractions and don’t dream about future plans; I see this all the time: 20h of creating the “perfect” plan (=> procrastination, because planning feels safe and creating beginner’s code feels awkward and embarrassing), 1h per week (…) actually working
you don’t need a fancy plan: do the curriculum, check in here for feedback on your projects, ask for help if you are really stuck; the plan is building projects
I think you are employable after finishing all the 15 projects of:
Responsive Web Design Certification
JavaScript Algorithms and Data Structures Certification
Front End Libraries Certification
Not as a fullstack engineer with Google or Apple,
but as a valuable developer for the frontend or as a freelancer for small companies (additional soft skills needed).
So this is my benchmark:
how many (own) projects you finish
Not my benchmarks:
how many hours you slack around on twitter, reddit etc. to “learn” (= procrastinate)
how often you read repetitive articles about stuff you already know
how many perfect plans you create that never will come true
how often you copy other peoples’ tutorials and think you are the greatest dev on earth
I’m having a real difficult time figuring out how to test the page. Any assistance there would be great.
Now that I’ve completed this project what do I do with it?
Admittedly, I had a real difficult time figuring out the code from the directions given. I actually ended up copying/pasting a bunch of the html and css code on the sample tribute page of Dr. Norman Borlaug and inputting where necessary to customize my page. It’s embarrassing to say but, unfortunately, the truth. I definitely don’t feel fully comfortable with html or css yet. What should I do at this point?
Sorry for all the hand-holding but I’d really like to feel as comfortable as possible with each step before moving to the next and I def don’t feel comfortable at this point.
I would definitely do some projects first. No javascript, no functionality, just html/css (or any css library that you want to use instead). Just go into the wild and try to do various things. If you are out of ideas you can always try to look for templates and try to replicate them. Struggle, get stuck, suffer, that’s how you improve. You’ll start enjoying it way more once you realize you are getting better and can create something nice.
I also suggest having a perfectionistic approach, dont run away because you cant do something, try to find a solution, chance is, you will have to do in the future eventually. So you cant really run from it forever. (Saying this as someone who did that same mistake )
Hope all is well. So I went back and did the first project and followed your instructions. They were super helpful. To my delight I was able to complete the first project with all 10 tests passing without copying or pasting any previous code. Here it is:
Aesthetically, it’s nothing too pleasing but my goal was to just get all 10 tests to pass, which I did. Please let me know your thoughts. Do you think I should keep working on it or would you say it’s good to go?
I’m going to start working on the 2nd project anyway but would love to hear your feedback.
Thanks for your response. I truly appreciate it. I’m about to start the 2nd project under Responsive Web Design. Here’s my result from the 1st project:
Feel free to give me any feedback. By the way,
Can you elaborate a bit more on this? How do I accomplish that?
Hope you had a nice weekend. Here’s my survey page (project #2):
One question I have, though, is if I’m copying code from google searches or the example provided and just customizing it to my needs, does that count as coding (which I did to complete both projects, thus far)? If I’m doing that, does that mean that I really know the material or am I just cheating my way through? What’s your opinion on that?
would you be able to do the project again without that much research and getting code from other sources? (only allowed devdocs.io ) and without looking at your own code of the already existing project either
if yes, then you are also learning from those snippets you take. If you can’t, then you are doing yourself a disservice.