Blogs

Node Js readFile

12 Mar 2021 Admin 0

500

The data.json file is {"name":"John", "age":31, "city":"New York"} The node file is var fileSystem = requir...

The Automatic Build After Save a...

12 Mar 2021 Admin 0

494

nodemon is a package which help to build the node js project automaticly after save. install  -g nodemon ''to install nodemon in gl...

Node Router in another file

14 Mar 2021 Admin 0

718

Defining routes like above is very tedious to maintain. To separate the routes from our main index.js file, we will use Express.Router. Create a new file called things.js and type the following in...

Files and folders of a Custom Wo...

31 Mar 2021 Admin 0

538

Wordpress Theme Files style.css = Theme information[theme name, author,author uri, description, version, License ect ]. style-...