JTjose tinjoselive.hashnode.dev·Jul 24, 2022 · 3 min readPost with XMLHttpRequestHi everyone, in this blog I want to go over a simple post request using node XMLHttpRequest. XMLHttpRequest is an javascript object api that allows browsers and servers to transfer data. What we going to do is to post data into dummy server. The tool...00
JTjose tinjoselive.hashnode.dev·Jul 18, 2022 · 2 min readHow to write a xml file?Hi everyone, in this short intro into what is xml files and write a xml file. XML stands for Extensible Markup Language it is a markup language used to stored and transfer data. Xml is similar html where tags is used identify the data. In html tags a...00
JTjose tinjoselive.hashnode.dev·Jun 24, 2022 · 8 min readCRUD application with Express, Mongodb, and MongooseIn the article I'm going to over how to build a simple CRUD application with the Framework express, the database is Mongodb then a library called Mongoose to connect Express and Mongodb. CRUD: Create Read Update Delete In order to run Express pleas...00
JTjose tinjoselive.hashnode.dev·May 23, 2022 · 4 min readExpress.js ServerThis is a quick tutorial on starting a server with Express.js Before we jump into creating a server in Express.js. Here is some brief overview and some resources. Node.js Node.js is an asynchronous event-driven platform that allows you to build Javas...00