Hi guys, i tough it will be cool if we share our experiences working on web development this days.
I'm not a guru programmer, most of the work i make is as a front end developer, working with Javascript, Css, Html and a litle bit of backend languages like PHP or Python.
Usually when im creating a new project i use a local environment like LAMP, i've used before xampp on windows and Vagrant; it's weird not having the adobe creative suite but for me it was really slow running on windows in comparison to a Linux local Server. For Vagrant configuration, i work by my own so the benefits that a team will have working with vagrant i really don't need it.
When it's time to make the visual part i really enjoy using Css preprocessor, such as Less and Sass. For the javascript part i often set up the environment with grunt which helps me processing sass to normal css and search for any mistake on typing javascript with Jshint, the more often library i use is Jquery, didn't try zepto or any other DOM manipulation framework.
You guy's like to use like a pre-build CMS, such as Wordpress, Joomla, Drupal in PHP or use a framework and build most of the things that you need? I use pre-build CMS cause it will take a lot of time to learn a framework and try to integrate stuff, i will say it's more "fun" but more time consume.
I'm currently reading ng-book, it's a nice book to learn a MVC language.
It wouldbe good if someone else that knows way more shares some current setup that is using, or language that are currently trying to apply.