Recently, I've been working on a website for a client. No big deal, right?
Here's the problem: I'm not a great coder. I can design fairly well, but the actual implementation is a weak point of mine. So, after warning my client that it will be slow-going while I brush up my coding skills, I started to tackle the process of updating my knowledge of HTML and CSS.
Starting, as so many apparently do, with W3Schools, I quickly reached a point where I wanted to go faster than I should. I was getting impatient. And, as impatient people often do, I started to look for shortcuts.
Enter Twitter Bootstrap.
Over and over again I read testimonials from website professionals who claimed that Bootstrap only requires a basic knowledge of HTML and CSS. Bootstrap would get rid of the repetitive elements inherent in building a site from scratch. It saves you from having to reinvent the wheel by providing modular elements like buttons, carousels and a grid-based system that anyone can learn quickly and easily.
All of this is true.
But, I quickly learned as I experimented with the framework that it didn't replace or accelerate my understanding of how to actually build a website. I still found myself frequently asking "Why didn't that work?" when I previewed my code. Ultimately, I realized that Bootstrap wasn't saving me time because I didn't fully grasp the fundamentals of website development.
This brings me to my point: don't take shortcuts when it comes to learning. Learn everything you can about the topic at hand. Often, shortcuts are designed for people who already know the limitations, quirks and benefits inherent in whatever it is they're trying to do. Shortcuts don't help you learn... they actually prevent the learning process by skipping over the mundane, repetitive or fundamental elements in favor of getting to the good stuff.
I've gone back to straight HTML5 and CSS3. I've been making nice breakthroughs here and there by studying and experimenting all the time. My client's site is coming along nicely. And, I'm guessing that I'll probably understand Bootstrap a heck of a lot better by the time I've finished coding a whole site from scratch.