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:
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...
Back
Top