Skip to content
Codeforgeek
  • NodeJS MongoDB Rest API Course
  • Express.js
  • Node.js

“Knowledge is power.” – Francis Bacon

NodeJS MongoDB Create Database

Node Tutorials / Aditya Gupta

MongoDB is a NoSQL database that can store a large amount of unstructured data. Data stored in MongoDB are easy to retrieve as it can hold them in flexible formats depending upon the need such as graphs, key values, documents, etc. Creating a MongoDB Database in Node.js In MySQL, we have queries to perform different […]

NodeJS MongoDB Create Database Read More »

Top 24 Best Farming Games for Android

Miscellaneous / Vishal Dalve

Do you love farming games? If yes, this article is for you. Here we have shared 24 of the best farming games for Android smartphones that are sure to captivate every gaming enthusiast. From real-life experiences to sharpening skills in farming activities, these games offer something for everyone. So take your pick and start playing!

Top 24 Best Farming Games for Android Read More »

NodeJS MySQL Delete Record

Node Tutorials / Aditya Gupta

To Delete records from a MySQL table, the SQL query can be used. SQL stands for Structured Query Language and can be used to perform different operations on MySQL databases. The below query is used to delete existing records from a table. where,  Also read: NodeJS MySQL Create Database Deletion of Records from a MySQL

NodeJS MySQL Delete Record Read More »

Top 18 Best Linux Data Recovery Tools

Miscellaneous / Vishal Dalve

Are you looking for the most reliable Linux Data recovery tools? If yes, you are at the right place. Data is the most precious thing in the world. Users keep all files stored on laptops and computers for future reference. It can be an image, text file, video, or anything else. Some of them can

Top 18 Best Linux Data Recovery Tools Read More »

Best Things To Do After Installing Ubuntu

Miscellaneous / Vishal Dalve

If you have installed Ubuntu for the first time, this is the right article for you. As with every other beginner, you would also doubt what to do next after installing Ubuntu in your system. Ubuntu has undoubtedly become the most prevalent operating system of the recent age. It is more popular amongst professionals like

Best Things To Do After Installing Ubuntu Read More »

NodeJS Web Module: A Powerful Module for Web App Development

Node Tutorials / Aditya Gupta

Web Module is used to create a web application in Node.js. A web application in Node.js is a server containing various resources that clients can request, these resources include any type of video/audio files, document files even HTML, CSS, and JS files that combined to form a web page.  Using the web module we can

NodeJS Web Module: A Powerful Module for Web App Development Read More »

NodeJS Punycode: A Complete Guide

Node Tutorials / Aditya Gupta

Punycode is an encoding syntax representing Unicode using ASCII characters. Punycode can be helpful in transforming the UTF-8 string to ASCII.  UTF-8 is a standard universal encoding used worldwide, it is used to process, store and interchange text data on the internet and supports every language, and represents more than 1,40,000 characters whereas ASCII stands

NodeJS Punycode: A Complete Guide Read More »

NodeJS V8: A Built-In NodeJS Module to Get Memory Information

Node Tutorials / Aditya Gupta

NodeJs V8 is a built-in module used to get various information like heap memory, it exposes APIs that are specific to the version of V8. Since NodeJS itself build on the V8 engine it is important to know about these details. V8 is a JavaScript engine developed under the chromium project by Google. It was

NodeJS V8: A Built-In NodeJS Module to Get Memory Information Read More »

NodeJS Assertion: How to Use the NodeJS Assert Module

Node Tutorials / Aditya Gupta

NodeJS Assert Module provides a way of testing the expression of a particular condition, if it is true then nothing happens, and the rest of the program is executed without breaking the flow, but if it is false then the asserted error is thrown in the shell and terminate the rest of the code.  We

NodeJS Assertion: How to Use the NodeJS Assert Module Read More »

How to Use Node.JS StringDecoder

Node Tutorials / Aditya Gupta

NodeJS StringDecoder is used to decode the buffer data into a string. Buffer is used to storing the streams of binary data, since this binary data can only understandable by a computer, it is required to convert it into a string so that humans can read it.  There is a method buffer.toString() provided by the

How to Use Node.JS StringDecoder Read More »

← Previous 1 … 58 59 60 … 113 Next →

Recent Posts

  • How to Use External Crates in Rust (Step-by-Step)
  • Cargo Basics: Rust Package Manager
  • Organizing Code with Modules in Rust
  • Unrecoverable Errors in Rust: Using panic! Safely
  • Error Handling with Result: Propagating Failures Safely

Favorite Sites

  • Python Tutorials
  • GoLang Tutorials
  • VM-Help
  • Linux Tutorials
  • MySQL Tutorials
Copyright © 2025 CodeForGeek · All Rights Reserved
Privacy Policy · Advertize · Contact Us · About
CodeForGeek is part of JournalDev IT Services Private Limited