Running apps locally on our own computers is great for development, but there are many cases where software developers such as us would want to show off our work with people outside our network! Maybe we are working on a prototype or a feature request, maybe we do not have a server to deploy to, or maybe we are behind a restrictive corporate firewall or network. Whatever the reason, there is a way to still expose our app to the work with a public URL: ngrok!
Read more →
Angular’s Directive API is fairly robust! Let’s take a look at some fun and interesting approaches we can take with directives. Comments, classes, elements, and attributes - there’s a whole world of crazy things you can do with Angular.JS and HTML!
Read more →
Here’s a list of code editors you can use in your browser for fun, experimentation, and collaboration:
jsFiddle – My favorite online code editor for Javascript/CSS. Embeddable, free, and built-in live collaboration. “Throw it in a jsFiddle” – my new catchphrase. CodePen – A front-end developer’s dream. Founded in part by Chris Coyier (the CSS-Tricks guru), CodePen is actively developed and widely used. The front page is filled with inspiration, and they support straight-up HTML/CSS/JS along with HAML, Markdown, Slim, Jade, SASS, LESS, Coffeescript, and many other front-end technologies.
Read more →