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

“Knowledge is power.” – Francis Bacon

Single page web app using AngularJs

Angular.js Tutorials, Tutorials / Shahid

AngularJs provides ng-route and ng-view directive and by using them we can easily develop our single page web app. In this tutorial, I am going to show you how to develop a simple one-page web application using AngularJs. ng-route manage routing of web application. By routing i mean when you click on link in ordinary […]

Single page web app using AngularJs Read More »

Swipe to delete implementation using Angular

Angular.js Tutorials, Tutorials / Shahid

Swipe to delete is amazing user interface technique. This way you can save space for rest of design elements as well as improve the user experience. You can find this feature in iOS text message app, whatsapp or in recent update of Gmail. In this tutorial i am going to show you how to implement

Swipe to delete implementation using Angular Read More »

Highlight search result using Angular filter

Angular.js Tutorials, Tutorials / Shahid

Highlighting search result improves the user experience and makes the search process less time consuming compare to showing the search result only. We are very familiar with this feature, it is available in almost every browser, rich text editors and document processor like Google docs. In this tutorial i am going to explain you how

Highlight search result using Angular filter Read More »

Synchronization between mysql and IndexedDB

JavaScript, Node Tutorials, Tutorials / Shahid

IndexedDB is powerful api for web application developers. In last tutorial I mentioned the basics about IndexedDB and about how to perform SQL transaction in it. Check out the IndexedDB tutorial before moving ahead. In this tutorial i am going to show you one demo application which i named “Synker” which basically sync the data between

Synchronization between mysql and IndexedDB Read More »

IndexedDB : Database in browser

JavaScript, Tutorials / Shahid

IndexedDB is a JavaScript-based object-oriented database. It provides key -value data management within browser. IndexedDB Api wraps the SQL like features to perform CRUD operation. In this tutorial i am going to explain basics about IndexedDB Api with sample code. Sample code to get started : Look over the code below, and observe the output which

IndexedDB : Database in browser Read More »

EventEmitter module in Node.js

Node Tutorials, Tutorials / Shahid

NodeJs is capable of handling events. In fact many node modules such as fs.readstream emits event when it is done with reading file. You can also avail the benefits of events and program it by using EventEmitter module of NodeJs. In this tutorial I am going to explain you some scenario’s with sample source code

EventEmitter module in Node.js Read More »

PHPMailer ultimate tutorial

PHP, Tutorials / Shahid

PHP have inbuilt mail() function to send email right from the code. This is easy to use and effective too but it has one serious problem. It gives load to production server and also provide no guarantee about email delivery. PHPMailer is one of the popular and easy to use email library for php. This solves the

PHPMailer ultimate tutorial Read More »

Top 5 node packages for web application

Node Tutorials, Tutorials / Shahid

Node.js is capable of running multiple packages on top of it which extends it’s features and functionality. There are total 103187 registered packages available at the day of writing this post. In post this i am going to discuss top 5 node packages and their ranking is based upon my observation around various projects at Github. Rank

Top 5 node packages for web application Read More »

Express Complete tutorial : Part 5

Express tutorials, Node Tutorials, Tutorials / Shahid

This is the last post on Express Complete tutorial series. Till now i have published how to configure, template, route and handle session. In this final tutorial i am going to explain points to consider to finish up the Express app and get it ready for deployment. Before deploying Express app, you should consider some

Express Complete tutorial : Part 5 Read More »

Express Complete tutorial : Part 4

Tutorials / Shahid

Session is very important for any web application. Session handling help us to track the user activity and also to allow or disallow user to access particular part of web app. In last tutorial i have explained about routing of express application. In this i am going to explain session handling in Express. Handling Session

Express Complete tutorial : Part 4 Read More »

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