You are here |
manuel.kiessling.net | ||
| | | |
killalldefects.com
|
|
| | | | JavaScript that scales needs standards and safety nets. See how NPM, ESLint, and Prettier help TypeScript code adhere to team standards over time. | |
| | | |
develop-build-deploy.com
|
|
| | | | Part 3 of the series shows how to extend the first simple manifest developed in the previous part into a more complex one, and how to structure it into a generic and reusable module. | |
| | | |
www.adamalbrecht.com
|
|
| | | | As my work has transitioned from traditional web apps to thick-client Javascript apps (primarily using Angular), Grunt has become essential in my workflow. Grunt is a nice tool and it gets the job done. But there was always something I didn't like about it that I couldn't quite articulate until I discovered Gulp.js. Whereas in Grunt, you create a json configuration file, Gulp is just a script. It's code. And it really fits my programmer brain better. In this post, I'll convert a basic Gruntfile that compiles and minifies Coffeescript into Gulp. | |
| | | |
www.djpeacher.com
|
|
| | If you are trying to use "System Python" or manually install other versions, you could be saving yourself a lot of grief by using a version manager instead. |