Category: Web

  • GitHub Copilot Review: A Todo app written by Artificial Intelligence.

    Introduction I recently was given access to the Github Copilot Technical Preview and decided to see if I could essentially write an app utilizing the AI that can write code. Github Copilot is branded as “Your AI pair programmer” and that statement is pretty darn close. You write some code and it provides suggestions/solutions that…

  • Updated Review of the TD Ameritrade API

    Last week I posted something about the TD Ameritrade API for trading instruments. My impressions of their API were not great. Well, I tried to re-code what I was attempting to accomplish in ReactJS and well, this time it worked, kinda… Previously I was running into issues with utilizing their streaming API which utilizes WebSockets…

  • Recognizing your dog’s mood with the power of Machine Learning

    Recognizing your dog’s mood with the power of Machine Learning

    Have you ever wondered if there was a way you could tell how your dog is feeling? What if I told you that there was a way to do this visually (sort of) using machine learning image classifers. Here is a demo of the application that you can load on your phone or computer and…

  • When should I use responsive design?

    Often when planning out a website, one must decide if responsive design is an appropriate approach for the project. There are many considerations to take an account before jumping the gun on this. Lets start out with the limitations of fixed width designs: The usability and interface don’t work on screens that are too small…

  • What happened to Blogging?

    What happened to Blogging?

    One issue that I often run into when developing websites is finding a solution for clients that simply want to blog. WordPress originally started as a Blogging only platform and it was great at it. Over time, however, WordPress evolved into something more. WordPress fits that niche where you need to get a site up and running somewhat quickly without the hassle and…