Ryan Kara's Blog

Ryan Kara's Blog

Follow
homeMain SitePolyworkbadges

Asking Angular Developers to create a mobile app is wrong. Here's a better way.

Nov 9, 20212 min read 299 views

Deploying your Angular application on mobile via NativeScript ยท What is NativeScript? NativeScript is an open-source framework to develop mobile...

Asking Angular Developers to create a mobile app is wrong.  Here's a better way.

Angular: Leveraging Hashnode's GraphQL API

Jul 25, 20213 min read 167 views

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...

Angular: Leveraging Hashnode's GraphQL API

Angular: In and Outs

Jul 21, 20213 min read 107 views

In this article, I am going to cover communication between components via inputs, outputs and event emitters. Output should be used to send/receive...

Angular: In and Outs

Angular: Project Organization

Jul 16, 20212 min read 329 views

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...

Angular: Project Organization

Angular: Preparing to Launch

Jul 14, 20215 min read 97 views

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: Preparing to Launch

Connecting to a MySQL Database in C# Hosted in Bluehost

Feb 26, 20215 min read 306 views

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...

Connecting to a MySQL Database in C# Hosted in Bluehost