Tag: javascript
Updating Data in a form between an Angular App and an API written in C#
If you have data in a form and you need to change the value of that data and save it off to a database, like the Azure SQL database I am using for my project, here’s a quick guide: Starting with the monster data in a form from the previous post: We need to be… Read more
How to send data between pages into a form with Angular
While developing my app I had a simple set up for getting my monster data. Originally I was sending a monster id with the expectation of making an api call with it from the page that would receive , but decided instead that since I was already getting a list of monsters for the monster… Read more
The 5 most important programming languages to learn in 2024 to stay relevant
Before we go into weighing programming languages against each other, it’s importing to make a notice for people who are just learning to program: It really doesn’t matter which language you choose. Do not spend too much time deciding a language to pick, what’s important is that you learn the concepts at play when you… Read more