Skip to content
  • Home
  • ABOUT ANDREW

Rhythm and Binary

Month: November 2018

Reactjs Walkthrough

Posted on 14 Nov 201814 Nov 2018 by Andrew Evans

Reactjs (or just "React" as its more commonly called) is one of the biggest competitors to Angular. I'm going to walkthrough what it is, and then follow up with a brief demo at the end. Reactjs came out near 2011 at a time when there were a lot of different Javascript frameworks trying to do … Continue reading Reactjs Walkthrough →

Leave a comment

Angular Component Interaction

Posted on 13 Nov 201813 Nov 2018 by Andrew Evans

With Angular 2+ you have a lot of flexibility to create applications with many or few connecting pieces. Typically you would create components that either exist on themselves or are pieces of a bigger object. Recently, I created a weather app that basically uses the default app.component as a parent for children components that need … Continue reading Angular Component Interaction →

Leave a comment

National Weather Service API

Posted on 13 Nov 20186 Dec 2018 by Andrew Evans

Recently I developed a web app that retrieves the forecast based on your location.  It uses your latitude and longitude to retrieve weather data using the National Weather Service APIs that are available here Weather API. The National Weather Service APIs are free of charge, and the data that is retrieved is part of what … Continue reading National Weather Service API →

Leave a comment

Location Services

Posted on 13 Nov 201813 Nov 2018 by Andrew Evans

When HTML5 came out one of the coolest features that it offered was the use of location services. This was the point in time when you started to see the little pop up windows on site's asking "is it ok to share your location?". The HTML5 "Geolocation API" as it is more formerly called offers … Continue reading Location Services →

2 Comments

Using Karma Tests with Angular

Posted on 11 Nov 201812 Nov 2018 by Andrew Evans

When developing Angular applications, you normally want to include a testing suite as part of your development pipeline. Angular is great because it comes with a test tool called "Karma" right out of the box. Karma makes it easy for you as a developer to build out tests with your application. It also makes it … Continue reading Using Karma Tests with Angular →

1 Comment

Archive

  • December 2019
  • November 2019
  • October 2019
  • July 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
  • January 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • April 2018
  • March 2018
  • January 2018
  • December 2017
  • November 2017
  • October 2017

Search

Powered by WordPress.com.
Cancel