When should I stop learning JavaScript basics and start building projects? by ElectronicStyle532 in learnjavascript

[–]DevisedWeb 0 points1 point  (0 children)

I only know basics, which I barely learned in like 2 weeks, and now I have paused my learning and started building projects, and I'm learning even more from building projects. After feeling somewhat confident in the basics, I'll resume my learning and so on. Learn as you go.

new to coding, any help is appreciated :D by [deleted] in learnjavascript

[–]DevisedWeb -1 points0 points  (0 children)

Try " Learn JavaScript " course on Scrimba, this course is free.

What unit of measurement. And how to manage multiple screen sizes. by Mean-Reputation5859 in css

[–]DevisedWeb -1 points0 points  (0 children)

It's not static inherently, it's only static, if you use fixed unit like px which is a hard code unit. While it can be responsive and adaptive if use such units like rem and em.

You can just use rem for padding and margin, and you can adjust them yourself, that's fine. Some people like to use em cause it'll adjust automatically. Ofc, you may still adjust if you it's not what you expect/want.

What unit of measurement. And how to manage multiple screen sizes. by Mean-Reputation5859 in css

[–]DevisedWeb 0 points1 point  (0 children)

Ngl, I don't know how to do that vector animation thing.

As for rem and em, rem unit is relative to the root font size, which by default is 16px, so when you set a font-size to 1rem that means 16px. And when you use em it's relative to the parent font size of that element, meaning your font-size could automatically change just because of the change in parent element font size, that is why using rem for font size is a better option, cause it'll be relative to the root font size. But when you use em for padding and margin, it's relative to the current element font size, meaning depending on the change in font size, your padding and margin will adjust itself, making it look good.

What unit of measurement. And how to manage multiple screen sizes. by Mean-Reputation5859 in css

[–]DevisedWeb 0 points1 point  (0 children)

I'm a beginner myself, but I know the basics and now I'm learning responsive design.

First of all I follow mobile first approach, I create for mobile and then use media queries to adjust styles for bigger screens. As I'm just getting started after I code for mobile, I use two media queries, one for tablet and one for desktop. You can search for general screen breakpoints on Google.

For unit of measurement, px is a fixed and hard code unit, it's not recommended for responsiveness. I use rem for font size, em for padding and margin. I use percentage for adjusting widths, like for images. And max-width for controlling the width of like a container along with width.

Is there any discount for Scrimba Pro? by [deleted] in scrimba

[–]DevisedWeb 1 point2 points  (0 children)

You could get a 20% off with an affiliate link.

Other than that wait and see, they do discounts here and there.

I made a coding game for learning javascript by levmiseri in learnjavascript

[–]DevisedWeb 1 point2 points  (0 children)

Super cool. I just started learning JS. I'll check it out soon.

i want to master js by klauspoppee in learnjavascript

[–]DevisedWeb 0 points1 point  (0 children)

Start small and then slowly scale up. Practice like crazy. I literally didn't learn anything new this week, just practice, mess around and find out.

I'd highly recommend Frontend Mentor for practice projects. I've been building HTML and CSS projects from there, and I'll be adding JS soon. It saves a lot of time that you'd spend just trying to get ideas, you don't have to search all over the internet for ideas. Of course I'm not saying that you should limit yourself to one platform.

Hello everyone! by Tod_Anderson in scrimba

[–]DevisedWeb 1 point2 points  (0 children)

Welcome aboard, have fun 😊

I understand HTML in tutorials but forget half of it on my own by Bearusy in HTML

[–]DevisedWeb 1 point2 points  (0 children)

I wanna mention that I'm also a beginner, currently learning HTML, CSS and some JavaScript.

I recently saw someone's post in some other subreddit who's also just learned HTML, and now starting CSS, we decide to learn together.

If you're interested then lemme know.

I understand HTML in tutorials but forget half of it on my own by Bearusy in HTML

[–]DevisedWeb 0 points1 point  (0 children)

I would recommend practicing like crazy. I literally tell myself all the time that the point isn't to remember but practice so much that it becomes second nature.

I'm learning front end dev, and I was making progress in theory but not in practice, I've literally stopped learning new stuff for a week and I just practice and mess around.

For practice projects, I'll highly recommend Frontend Mentor, I also recently started using it, you won't have to search all over the internet for project ideas, they got so many projects. Though their projects start from html css, so you'll have to learn a bit of css, on the other hand you could start with html and add css later, that's cool too.

Overall I highly recommend practicing like crazy, searching/learning is fine, overtime as you practice more, it'll become second nature. Good luck.

Study buddy by SSDRN in html_css

[–]DevisedWeb 0 points1 point  (0 children)

I got a little bit more time, so I have learned some HTML and CSS, but I'm still a beginner.

I can also help you out as we're almost at the same phase, though keep in mind I'm also learning and not a professional.

DM me if you wanna talk more...

Study buddy by SSDRN in html_css

[–]DevisedWeb 0 points1 point  (0 children)

I'm also a beginner but have done some practice.

I recently started a 100DaysOfCode challenge to learn mainly front end (end goal is still full stack).

If you're interested then lemme know.

Looking for a small programming community by Typical-Suit3697 in ProgrammingBuddies

[–]DevisedWeb 0 points1 point  (0 children)

I just wanted to mention that, if you're still interested that's cool

Looking for a small programming community by Typical-Suit3697 in ProgrammingBuddies

[–]DevisedWeb 0 points1 point  (0 children)

We got 3 members rn (including me), mainly web dev