Feb 17, 2021Finding yourself…in the midst of the pandemicDon’t let this pandemic prevent you from your goals and finding your true passion. It wasn’t long ago (I am being generous), that I was a newly graduate with a life of passion, dreams, goals, and aspirations. …Business4 min readBusiness4 min read
Apr 26, 2019Creating Custom Filters: Mastering VueJsAdd custom filters to your Vue.js project If you have ever used Angular, then you’re probably familiar with filters. Vue.js allows you to define filters that can be used to apply common text formatting. …3 min read3 min read
Apr 26, 2019Creating a Vue Instance: Mastering VueJsBest practices for creating a Vue instance. Vue is a popular front-end framework with similarities to Angular and React. One of the first things you’ll do when building your Vue application is creating your Vue instance. On the internet there are a few ways that this is shown to be…JavaScript2 min readJavaScript2 min read
Apr 11, 2019Mastering VueJs: Why Vue?Part 1 of the series of Mastering VueJs explores why you should choose VueJs over other popular frameworks such as React, Ember, or Angular. Vue.js has grown in popularity due to how surprisingly easy it is to learn and implement into new and existing projects. Unlike other frameworks, Vue.js doesn’t…JavaScript3 min readJavaScript3 min read
Apr 11, 2019How to fix the terminal error: vue command not found (MacOS)When I installed the vue-cli tools, I found myself with one major issue: I kept getting the error vue:command not foundin my terminal window when I would try and run vue --version or vue create my-project. I followed the instructions on the website https://cli.vuejs.org on installation of the cli tools: …JavaScript1 min readJavaScript1 min read
Nov 18, 2018Why we budget, don’t follow the norm, and why you should also!Following Dave Ramsey’s plan leads to financial success and gives you hope Like many Americans, you may be struggling with debt, over spending, and fear what’s coming in the mail (you know, collections or much worse). I know that’s how we were just a few years ago. For a long…Money8 min readMoney8 min read
Jul 12, 2018Build a Capitalize First Letter Component for ReactJsA simple component and ReactJs tutorial — ReactJs is a powerful javascript library built by Facebook that allows for building dynamic functionality based on components. Different from Angular in many ways, it shares an underlying concept of making development faster, efficient, and simple by allowing for reusable components that can be shared among projects. What we’re going…JavaScript2 min readJavaScript2 min read
Feb 11, 2017How to create a capitalize first letter filter for AngularJSImplement a simple filter into your Angular app that capitalizes the first letter of a variable output. Download the filter here from Github. The other day, I was implementing code on my Angular site and realized the output was being delivered as lowercase. …Angularjs1 min readAngularjs1 min read
Feb 8, 2017Building a web service to display your Medium posts on your siteUsing the AWS API Gateway and Lambda — AWS6 min readAWS6 min read
Feb 8, 2017Launching my new portfolio: an interactive website built on AngularJSThe day was February 1, 2017 and my online portfolio was just about to hit the inner webs when it dawned on me, I am an interactive designer and a full stack developer building my website on just WordPress. Now before you get the wrong idea, there is nothing wrong…Web Development1 min readWeb Development1 min read