I’ve been working on a project-type Handlebars Book And Screencast Tuts. Which has pretty much eaten up most of my month, but nevertheless been a great experience. Here is a short excerpt from a chapter on Templating Engines: Template engines are widely used in web frameworks for example the Rails framework has a templating system called erb. Express is a node.js framework which uses a
Getting Started- Full Stack Javascript Overview
A bunch of articles for learning full stack JS. There are different stacks and methodologies but these articles give a general overview of what’s involved: An Introduction To Full-Stack JavaScript Team TreeHouse Full Stack Javascript Init.js: A Guide to the Why and How of Full-Stack JavaScript What should a fullstack developer know in 2015? Why and How of Full-Stack JavaScript
meteor chat app mychatty
A beginner meteor.js chat app. The code isn’t up on on github as yet. Have a look at mychatty, as a plus meteor lets you host your webapps free
Gitting to Git
I recently finished up Introduction to Git which is a Git course on Learnable. It’s a 2 hour project based course that takes you from knowing NO Git to working with Git locally on your computer and on Github as a means of version control. The course has 9 core project lessons and an introductory and conclusion lesson as well. The chunk of the course
Simple beginners git workflow
This is a tiny workflow for those just starting out with git. It combines pushing a local folder to github initially and then pushing changes made to code files (example index.html)
Transparent Non Bootstrappy – Twitter – Bootstrap Navbar
I did some breaking and re-making of twitter bootstrap’s navbar. I love how convenient everything in twitter bootstrap is with all the pre-defined classes etc but it does take some time to customize bootstrap components and make them a little less bootstrappy…. [codepen_embed height=”568″ theme_id=”21518″ slug_hash=”WrxqVE” default_tab=”result” user=”Kauress”]See the Pen <a href=’http://codepen.io/Kauress/pen/WrxqVE/’>Transparent Twitter Bootstrap NavBar</a> by Kauress (<a href=’http://codepen.io/Kauress’>@Kauress</a>) on <a href=’http://codepen.io’>CodePen</a>.[/codepen_embed] Here’s the HTML
Code To Flowchart Converter. Prevent Spaghetti Code Syndrome!
Code2flow is an online code to flowchart converter. So you can either copy paste your code on the console to the right, or type it down and a flowchart will be generated. It goes through the code and picks up syntax ) at the end of a statement and creates a new block in the the flowchart. It also picks up functions definitions and calls
Interview with Karolina Boladz, Zortrax
Things No One Really Tells You When You Start Coding
It’s been a while since I started coding. The eco-system is so vast I don’t think I’ll ever know it all, unless someone invents a machine for learning osmosis! But one thing that I really have become good at it sifting through information and taking it in. After a year of coding these are some of the things I feel beginners should take in stride
Code a full width header video AirBnB style
I recently did a tutorial on coding a full width header video like on airbnb. I love how they’ve used a video in their header, it really does alot for their page and branding. The project itself isn’t hard to do, all you really need to know is how to use the video tag fromt HTML5 and incorporate it into twitter bootstrap’s framework