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

“Knowledge is power.” – Francis Bacon

Express Complete Tutorial : Part 3

Express tutorials, Node Tutorials, Tutorials / Shahid

Routing is a mechanism to handle the request coming from client, finding out what is a request, processing the request and sending a response to client back. In Express you can easily handle the router of your app. Depending upon the HTTP request you can identify and process the request. Express handle the router by […]

Express Complete Tutorial : Part 3 Read More »

Express Complete Tutorial : Part 2

Express tutorials, Node Tutorials, Tutorials / Shahid

Front end is product for the user. Does’nt matter how complex and well designed back-end you have, if your front-end lacks the user expectations then at some point it’s gonna fail. In previous tutorial we have configured the express. In this tutorial i am going to explain how to use EJS to template your advanced

Express Complete Tutorial : Part 2 Read More »

Express Complete tutorial : Part 1

Express tutorials, Node Tutorials, Tutorials / Shahid

Express is web framework written for Node. It is one of the fastest growing web framework and some of the popular web application like koding, prismatic are using this framework. In this tutorial i am going to explain how to bootstrap and setup the Express web application project. Install Express: Very first thing you need

Express Complete tutorial : Part 1 Read More »

Desktop Notification Like Gmail using HTML5

Tutorials / Shahid

Desktop notification is a way to notify user about important events even if the browser or tab is inactive or minimized. This increase the user experience and also keeps the user engage with your applications. In this tutorial i am going to show you how to develop Desktop notification system using core HTML5 and JavaScript.

Desktop Notification Like Gmail using HTML5 Read More »

Online Rich Text Editor using jQuery

Tutorials / Shahid

There are many web applications which requires rich text editor (similar to notepad or any other text editor) such as blogging engine like WordPress or Blogger, feedback form, Online editors etc. In this tutorial i am going to explain how to develop rich text editor using jQuery and store them in MySQL database. Demo application:

Online Rich Text Editor using jQuery Read More »

Time ago implementation in PHP

PHP, Tutorials / Shahid

I have developed Ajax Search box for Codeforgeek and if you notice the result it shows the date in form of ‘about 5 days ago’. This is time ago implementation and since i use WordPress that’s why i made this on PHP. The algorithm works in very simple way. It takes the date as an input

Time ago implementation in PHP Read More »

Parse large XML files in Node

Node Tutorials, Tutorials / Shahid

Parsing large xml files ( more than 500MB ) seems to be very tedious if you are using Node.js. Many parser out there do not handle large size xml files and throw this error FATAL ERROR JS Allocation failed – process out of memory SAX xml parser handles large xml files but due to it’s

Parse large XML files in Node Read More »

Visualize Server traffic using logstalgia

Miscellaneous / Shahid

Web Server traffic visualization seems boring to do using raw logs. Logs contains textual information about request and response with code. I stumbleupon to one package called logstalgia which visualize the access logs graphically. It visualizes the traffic in form of ping pong game ! How to Install logstalgia: Make sure you have access log file reside

Visualize Server traffic using logstalgia Read More »

Two way data binding angularjs tutorial

Angular.js Tutorials, Database, Express tutorials, Mysql, Node Tutorials, Tutorials / Shahid

Two way data binding in angularjs framework is approach to synchronize the data between model and view. What it means that if there is any change happens in model ( Back-end ) then view ( front-end ) will be updated and vice versa. You can use this approach to build high performance web application with

Two way data binding angularjs tutorial Read More »

Top 10 Programming Languages to Learn

Tutorials / Shahid

Nick Diakopoulos in collaboration with IEEE spectrum compiled the list of top 10 programming languages you should learn. The ranking of the programming language was based on 12 metrics compiled from 10 sources. Some sources are Google, Github and IEEE xplore. According to the result here is the top 10 programming languages of all platform (mobile,web,desktop,embedded).

Top 10 Programming Languages to Learn Read More »

← Previous 1 … 110 111 112 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