87 followers
Improve your HTML and CSS skills by practicing on real-world design templates.
Subscribe to my newsletter and never miss my upcoming articles
Colt Steele's Web Developer Bootcamp covers everything from HTML all the way to building full stack applications, and we're giving away the bootcamp to one lucky winner! At the end of the bootcamp, Colt builds a project called YelpCamp. A website whe...
After speaking to seasoned developers, you will quickly realize that the best way to improve your portfolio is by building projects. It is probably the best way to get better, because along the way, you'll be facing challenges that will require resea...
Being a developer is hard — you have so much stuff to do and there are many distractions. We've curated a list of 7 useful tools for both development and productivity to help you do more and stay focused. Table of Content Tools for Development Git E...
Creating a responsive Bootstrap navbar can be a little intimidating at first, but we've made this step by step guide showing you exactly the process for you to be understand what every class does. For this how-to, we will be creating a navbar from on...
To link a JavaScript file to an HTML document, you need to use the <script> tag. The Src Attribute The src attribute allows you to point to a URL that has an external script file. <script src="js/script.js"></script> — this points to a file called '...
Building projects and solving real world problems is inarguably one of the best ways you can learn how to code. Theoretical is all good, but without applying the knowledge you learn, you will most likely not progress. We've made a list of 7 websites ...