blog.rkara.usAsking Angular Developers to create a mobile app is wrong. Here's a better way.What is NativeScript? NativeScript is an open-source framework to develop mobile applications for iOS and Android. NativeScript apps are built using JavaScript, or any framework that transpiles to JavaScript. Why should I use NativeScript? Writin...Nov 9, 2021·2 min read
blog.rkara.usAngular: Leveraging Hashnode's GraphQL APIIn 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...Jul 25, 2021·3 min read
blog.rkara.usAngular: In and OutsIn 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...Jul 21, 2021·3 min read
blog.rkara.usAngular: Project OrganizationIn 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...Jul 16, 2021·2 min read
blog.rkara.usAngular: Preparing to LaunchIn 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...Jul 14, 2021·5 min read