Posts

Quick Look @ Vue.js

Brett M. Nelson - Monday, March 6, 2017

Lets take a quick look at Vue.js. It sells it's self as a "progressive framework for building user interfaces". So my take on that is you can enhance your webpage with a sprinkling of Vue...

Quick Look @ Angular Part VI - Add Routing

Brett M. Nelson - Sunday, March 5, 2017

Previously on WIPDeveloper.com => we created a simple app, added a component, added a service, updated your Angular-CLI and added a second component that used the service. Now Lets try adding ro...

Around the Web - 20170303

Brett M. Nelson - Saturday, March 4, 2017

Let's try something new. I'm going to share a few things that I saw that were interesting from around the web the past few days. So here we go: A cartoon intro to WebAssembly This past week the fou...

Quick Look @ Angular Part V - Add New Component

Brett M. Nelson - Wednesday, March 1, 2017

If you've been following along you have created a simple app, added a component, added a service and updated your Angular-CLI. Now that we can show our list of tasks from the service, lets create a...

Quick Look @ Angular Part IV - Updating Angular-CLI

Brett M. Nelson - Monday, February 27, 2017

Part IV - Update Angular-CLI Lets see, up to now we have created a simple app, added a component and added a service. And I was planning on creating a component to add new tasks but there's a new r...

Quick Look @ Angular Part III - Create a Service

Brett M. Nelson - Wednesday, February 22, 2017

So far we have used the Angular-CLI to create a simple app and add a component but before we add a second component lets create a service. This will allow us to share information between our curren...

Quick Look @ Angular Part II - Add a Component

Brett M. Nelson - Monday, February 20, 2017

Last Time we used the Angular-CLI to make a starter app and as impresive mediocre as it was I thought we could create a TODO app. Because what good is a single page application framework if you can...

Quick Look @ Angular

Brett M. Nelson - Thursday, February 16, 2017

There seems to be some difficulty just trying out a modern Single Page Application framework. Gone are the day of adding a script tag to the page and doing simple binding syntax to just see how thi...

Ready Player One

Brett M. Nelson - Thursday, January 26, 2017

Ready Player One by Ernest Cline is a wonderful book that has amazing references to video games, movies role-playing game supplements from the late 70's and 80's. If you haven't read it yet and enj...

Playing Around with Yarn

Brett M. Nelson - Thursday, January 26, 2017

Back in October Facebook, in collaboration with Exponent, Google, and Tilde, announced an alternative package manager to npm called Yarn. Some of the stated goals for this new package manager were:...

Getting Started with NPM Scripts - Linting with Standard

Brett M. Nelson - Friday, January 6, 2017

When last we left our little npm scrpt starter project we had added a clean function to remove our old JavaScript files. This time we will set up some linting for our JavaScript. And the Journey Co...

Getting Things Done: The Art of Stress-Free Productivity

Brett M. Nelson - Wednesday, January 4, 2017

It's that time of year where people reflect on things they would like to improve in their life. As a software developer one area that may need improvement is organization and the book Getting Thing...