Which Bootstrap Course is Best for Learning Frontend Web Development?

  • Thread starter Thread starter shivajikobardan
  • Start date Start date
  • Tags Tags
    Bootstrap Course
AI Thread Summary
The discussion revolves around challenges faced in frontend web development, particularly with HTML and CSS. The user expresses a desire for mentorship and guidance after struggling with outdated resources and courses that didn't meet their needs. They seek recommendations for effective courses that teach Bootstrap basics, emphasizing the importance of building projects independently rather than copying others. There is a consensus on the value of using Google to troubleshoot problems as they arise. A suggestion is made to start with a free W3Schools tutorial on Bootstrap, which prompts a clarification about what Bootstrap is, highlighting a common confusion among newcomers. The conversation reflects a need for reliable learning resources and practical guidance in web development.
shivajikobardan
Messages
637
Reaction score
54
TL;DR Summary
Best course on bootstrap to learn bootstrap for someone who requires more mentoring?
I'm struggling with frontend. Although my basics of html,css are clear, I'm having trouble in building websites and I'm just putting baby steps towards it(made my first simple html css site today). Thus a guidance from a mentor would be really helpful to me in learning. If I don't find any resources, my plan is to just google and read till I understand.

I want to ask this question because I wasted lots of time in the past in bad resources. I bought "CSS Cookbook", turns out it was heavily outdated. I bought Jonas's CSS course in udemy, turns out it wasn't right fit for me because it was unnecessarily project heavy. But imo you make projects on your own rather than by watching and copying others make projects.

So, recommend me a course that teaches bootstrap basics and maybe guide me towards building a website using html,css and bootstrap. I'm asking this question so that I don't waste more time on bad resources.

Should I focus on bootstrap 5 courses or courses teaching any bootstrap are alright to learn basics?
 
Technology news on Phys.org
shivajikobardan said:
my plan is to just google and read till I understand
That's pretty much how most people do it: Google it when you encounter a problem.

shivajikobardan said:
So, recommend me a course that teaches bootstrap basics and maybe guide me towards building a website using html,css and bootstrap.
I would start with this free W3Schools tutorial.
 
shivajikobardan said:
So, recommend me a course that teaches bootstrap basics and maybe guide me towards building a website using html,css and bootstrap.
Sorry, what is "bootstrap" in this context? I'm familiar with the term in several other contexts (including a circuit design context), but not in a CS context. Thanks.
 
berkeman said:
Sorry, what is "bootstrap" in this context?
Ironic that you can't self-start on this one! 😁 The W3Schools link in #2 has an intro.
 
  • Informative
  • Haha
Likes Vanadium 50 and berkeman
Ibix said:
Ironic that you can't self-start on this one! 😁 The W3Schools link in #2 has an intro.
Thanks! In my defense, it looks like Bootstrap should have been capitalized in the OP and thread title (proper noun). :wink:
 
Thread 'Is this public key encryption?'
I've tried to intuit public key encryption but never quite managed. But this seems to wrap it up in a bow. This seems to be a very elegant way of transmitting a message publicly that only the sender and receiver can decipher. Is this how PKE works? No, it cant be. In the above case, the requester knows the target's "secret" key - because they have his ID, and therefore knows his birthdate.
Back
Top