Archive

Blog Archives

Consuming WCF in ASP.NET MVC 5 with Entity Framework 6 using Visual Studio 2017

Create WCF service with Entity Framework then consume it on a ASP.NET MVC application

CKEditor – Detect when typing stopped

Useful for saving the data state whenever the user stops or pauses from typing.

Connecting an ASP.NET MVC Application to MySQL

Learn how to connect an ASP.NET MVC application to MySQL

Get a Perfect Score of 100 on Google PageSpeed Insights

Obtain a perfect score of 100 in Google Page Speed insights the right way.

Creating a Registration Page in Django

A simple bootstrap registration page using Django v.1.10.

Create a Facebook Preloader Style using Bootstrap

Simple preloader similar to Facebook using Bootstrap. Easy to implement and easy to learn.

Setting-up AWS CodeDeploy

Deploy your first app to AWS using CodeDeploy

AJAX Pagination with Search and Sort in ASP.NET MVC 5

A simple tutorial which demonstrates how you can paginate your data using AJAX and apply search and sort features using Entity Framework in ASP.NET MVC 5.

Using Angular Material with Meteor

How to integrate Angular Material to your Meteor Application

Uploading Rails App with MongoDB to Heroku

How to properly upload your Rails application to Heroku that has MongoDB as database.

Setting up Bcrypt for Rails on Windows

Demonstrates how to properly setup bcrypt on Windows and to solve the error bcrypt_ext.so (LoadError) message in your terminal

Ruby on Rails Pagination

Creating a simple paginated list of posts on Ruby on Rails

Node.js Authentication

A simple user authentication example using Express and Passport.js which includes pages for Login, Register, and Account.

Node.js AJAX Pagination with MongoDB + Search + Sort + Filter

Create a simple pagination that loads the content dynamically from NodeJs server.

MongoDB Authentication Using PHP

Recently, a client of mine wanted to have an authentication system for their existing Web Application. They are currently using MongoDB as their Database and just wanted to implement a simple Login, Register and Account page for their customers. I did not have much experience working with MongoDB before I accepted the project  so I […]

Moving Laravel 5.6 from local machine to live server

Shows how to properly transfer your laravel app on a live server

How to make your Tables Responsive

Make your long table columns adapt to smaller screens using Stackable.js.

Clear Cache of Modified Files using PHP

Clear the cache of modified files only using PHP

AngularJS – Show route only after all Ajax requests are resolved

Show route page only after Ajax request is complete for single or dynamic routes

AngularJS – Show a loading image on HTTP Requests

Append a loading gif image to your screen while AJAX is fetching data