"SQL" is not a database.
You're right - should change it to query language. You can make the change directly too if you spot others! https://github.com/JonHMChan/bento/tree/gh-pages
A beginner's cheat sheet for web development
131–140 of 198 posts
Re: A beginner's cheat sheet for web development
#132Re: A beginner's cheat sheet for web development
#133Hilarious to me that no one here gives a second thought of how intimidating a list like this would be to someone first getting into web development. On my initial scroll down the list, I first thought it was a tongue-in-cheek joke ("cheat sheet"? Lol) about the incredible range of things your typical full stack developer needs to know to actually go from 0 to .com
Javascript: blue Postgres: yellow Nginx, Apache: red Django: purple Node: blue Express.js: purple LAMP: white?
If that won't work, maybe shades of those colors for the various types
Re: A beginner's cheat sheet for web development
#134I think the web would be a better place if you encouraged beginners to start with the HTTP block, rather than HTML.
Re: A beginner's cheat sheet for web development
#135OP here: in case anyone has suggestions, this is also on GitHub: https://github.com/JonHMChan/bento/tree/gh-pages Would love your feedback!
Re: A beginner's cheat sheet for web development
#136The title and the pitch on the actual site are kind of disingenuous. This is a collection of resources to learn web development. Its hardly a cheat sheet or "everything you need to know". A cheat sheet would be a succinct set of syntax/concepts/examples required to get by. Having said that, its a pretty website and its a worthy cause so please don't take my critique too critically.
Thanks for the feedback! Anything to add in terms of tech I'm missing or better links?
Re: A beginner's cheat sheet for web development
#137JSON and XML are just data formats, there's nothing special to know about them other than that a lot of stupid enterprises decided that they are standard now so that's what you'll use. Considering that Javascript isn't even a defined standard (although ECMAScript is) , I find the idea of a standard based on it quite laughable.
This is more like a cheat sheet for farmland development, as requested by the landowner. Bring your own tools and teach yourself how to use them, just don't bring your own land unless you plan to forfeit it.
Re: A beginner's cheat sheet for web development
#138Would like to see the Ruby micro-framework Sinatra on this list. It's a great starting point for Ruby development and could be a good entry point into Rails, which can be intimidating for a beginner.
Re: A beginner's cheat sheet for web development
#139Love all these new technologies that are hardly proven in production and many have been proven to have fundamental design problems leading to security issues that cannot be engineered around without breaking the flexibility offered by the technology, such as PHP and Ruby. JSON and XML are just data formats, there's nothing special to know about them other than that a lot of stupid enterprises decided that they are st…
ECMAScript isn't a different language than Javascript, its just the name on the standard for the language (IIRC, the name is because of the trademark Sun had -- and Oracle now has -- on "JavaScript" [1].)
[1] http://tsdr.uspto.gov/#caseNumber=75026640&caseType=SERIAL_N...
Re: A beginner's cheat sheet for web development
#140Documentation: http://www.scala-lang.org/ Twitter School for Scala: http://twitter.github.io/scala_school/ 99 problems in Scala: http://aperiodic.net/phil/scala/s-99/ Coursera with Martin Odersky: https://www.coursera.org/course/progfun