JavaScript Articles
Validate Forms in TypeScript
22 Aug 2022
5 min read
Relying on HTML to validate your forms is just one step in ensuring visitors enter their information correctly. Learn how to build a simple validator that you can build on top of!...
Automation with NodeJS
15 Aug 2022
5 min read
NodeJS can help you automate simple tasks. Being a web developer you can achieve the same goals as other programming languages without having to learn them....
Use Tests with TypeScript
20 Feb 2022
4 min read
Test your code with conditions you set to see if the functions will function correctly. Let's learn how to use Jest with TypeScript and see if our functions work!...
Push Weight with TypeScript
19 Feb 2022
5 min read
With the new year, a lot of us have gone back into the gym. Now that the weights are getting stacked on the bars, it can become difficult to figure out how much of what you need to put on the bar. Lea...
Create A File In NodeJS
14 Feb 2022
3 min read
See the basics of creating a file in NodeJS and getting user input to create the filename and the contents!...