Karin

Author profile

Karin

🌱👾✨👩‍💻

Articles by @khenhey

Browse the latest writing surfaced through DevArt.

Find your module's location
#javascript#node

Find your module's location

This is how you can be sure where your node module is located in the filesystem. And how you can use that knowledge to copy a file from within the module to the repository that is using the module.

KarinKarin3 min read
0 reactions0 commentsRead full article
Send data to a node.js server with FormData, a comprehensive guide.
#html#javascript

Send data to a node.js server with FormData, a comprehensive guide.

A comprehensive guide to using JavaScript's FormData interface for sending data to a server. Discover the nuances of the multipart/form-data content type, learn how it compares with other content types, and delve into practical examples of implementing FormData to transmit data, including handling file uploads. This article also covers server-side handling with Node.js and Multer.

KarinKarin9 min read
7 reactions3 commentsRead full article
What is code readability?
#terminology#beginners

What is code readability?

When writing code it's important that the code not only works solves your problem, but that it is maintainable. Readability is a great way to do this.

KarinKarin3 min read
0 reactions0 commentsRead full article
Get to know the terminal
#linux#beginners#bash#codenewbie

Get to know the terminal

Learn to understand the difference between the terminal, command line and shell. And become more comfortable using them.

KarinKarin4 min read
14 reactions0 commentsRead full article
Karin developer articles | DevArt