Auto-Increment

Learn How To Auto-Increment Sequences in MongoDB

In relational databases like Oracle, IBM DB2, Sybase, etc., you might have heard about the term database sequence. The database sequence is a database...
Bootstrap 4 Featured Image

Responsive Navbar Using Bootstrap 4

In this article, I'll show you how to create a responsive Navbar using Bootstrap 4. Herein, we are going to design a navbar for...
Top 10 JQuery Functions

Top 10 JQuery Functions Which You Must Know As a Developer

JQuery is a JavaScript library which is small, quick, with tons of features that makes things such as animation, event handling and manipulation in...
Audio Player

Learn to Build an Audio Player Using HTML5

In this article, we are going to build an audio player using HTML5. We are going to incorporate HTML5 audio features as well as...

Error Handling in CodeIgniter

0
Today we are going to understand the error handling especially in CI in this Error Handling in CodeIgniter tutorial. PHP has various levels of error...

Create a simple project using Ajax , Json & JavaScript

In this session today we will be creating a project using the functionalities of AJAX, JSON and JavaScript. So in this project we will create...
Featured Image redis

How to work with Java application and Redis Caching?

In today's world, the performance of the application is very critical for business. All your applications, be it a product, enterprise level distributed application...
Using Repositories

Learn about Using Repositories and Services in Laravel 5

Repositories are usually a common wrapper for your model and the place where you would write different queries to your database. A service on...
tabs-component

Learn How to Build a Tabs Component APP in Angular 2

In this chapter, we are going to build a Tabs component app in Angular 2.0. In this app, we will code in TypeScript and...
Integrate Bootstrap-4

Learn How To Integrate Bootstrap 4 in Codeigniter

Today, we are going to learn how to integrate Integrate Bootstrap-4 in CodeIgniter. Some people are facing a problem with bootstrap configuration, as they...