Reddit Reddit reviews Front-End Web Development: The Big Nerd Ranch Guide (Big Nerd Ranch Guides)

We found 1 Reddit comments about Front-End Web Development: The Big Nerd Ranch Guide (Big Nerd Ranch Guides). Here are the top ones, ranked by their Reddit score.

Computers & Technology
Books
Web Development & Design
Web Development & Design Programming
JavaScript Programming
Front-End Web Development: The Big Nerd Ranch Guide (Big Nerd Ranch Guides)
Check price on Amazon

1 Reddit comment about Front-End Web Development: The Big Nerd Ranch Guide (Big Nerd Ranch Guides):

u/waffles57 ยท 1 pointr/devops

I think you're on the right path with Flask if you really want to expose this information with a web (HTTP/S) interface. You'll learn lots, but may also open your environments up to security risks.

If your ultimate goal is to share with other teams, I'd look towards implementing a shared code repository first (GitLab, GitHub, BitBucket, etc.) You could start there because you should use code repositories and versioning. You can move on to some into Flask, HTML, CSS, and Javascript afterwards. I can easily recommend Front-End Web Development as a good place to start for beginner web learning. They also use Bootstrap in their example projects.