This is going to be a very short and simple post describing a very small
feature based on an interesting gulp module.
[Read More]
Securing UI-Router States with Simple Authentication
Recently I started a refactoring pass on the front end of one of my bigger private projects. It was started a long long time ago and it was the project that I used to follow John Papas style guide for Angular 1.x applications and actually even learn the more advanced...
[Read More]
Intro to unit testing Angular applications
This post is going to tackle some basics of unit testing Angular 1.x
applications usings Karma and Jasmine. Very recently I started working on
parts of a commercial project which also includes a more complex
front end which includes the test approach I am going to be writing about.
[Read More]
Meet José! The Javascript Polygon!
For the longest time now I’ve wanted to start working on something to do with
just pure JavaScript. It’s one of my favourite languages and it’s always been
the most fun for me to code in and do all bunch of crazy stuff, especially
small games and animations.
[Read More]
Dapper Benchmarks for Inserting Data and Data Table Inserts
Recently I’ve had the chance to work with Dapper. It’s what’s called a Micro
ORM framework for .NET, developed by Stack Exchange, famous mainly for Stack
Overflow. And if you are reading this you are probably 99% familiar with the
website :)
[Read More]