Asking Angular Developers to create a mobile app is wrong. Here's a better way.
Deploying your Angular application on mobile via NativeScript

Search for a command to run...
Deploying your Angular application on mobile via NativeScript

In this article, I am going to cover taking an Angular project, such as your portfolio site, and connecting it to Hashnode's GraphQL API to display posts. Why in the world would I do this? If you have a portfolio site that is already displaying ton...

In this article, I am going to cover communication between components via inputs, outputs and event emitters. Output should be used to send/receive data between a child and parent component. Input is leveraged to receive data from a parent component...

In this article, I am going to cover how I organize my Angular projects. This may not be the best way to do it, but it is how I separate the various aspects of my projects. Out of the Box Out of the box, Angular does not provide much organization wi...

In this article, I am going to go over what Angular is, how to set up your environment, and how to create an Angular application. What is Angular? Angular is a front-end framework designed to develop across various platforms. This includes, but is no...

Developing projects in C# can be hard. Developing projects in C# that need to connect to a database can be even harder. The purpose of this post is to help to make that process a little easier. I have created a step-by-step process for connecting a C...

As many of you may know, I am open to doing freelance work on websites as a side job outside of my full-time position at PNC. I tend to work on one or two of these websites per year, and when I do I put a lot of work into them. Over the last couple o...
