All New Features Introduced in HTML 5 and CSS 3
As a web developer, everyone knows the importance of HTML & CSS for making his or her web pages to be interesting. We all know that web...
As a web developer, everyone knows the importance of HTML & CSS for making his or her web pages to be interesting. We all know that web...
Introduction to Vscode (Visual Studio Code) Visual Studio Code i.e. Vscode is modern and robust code editor developed by Microsoft. We...
Many times, we need to track the page views of any page such as profile page, shopping sites page in a Ruby on Rails applications, for ...
The dynamics of web development have changed over the years. The HTML single page coding with CSS styling is an obsolete method now. One...
Now a day’s most of the web or mobile applications fetch data from server which is stored in a database. REST API provides an interface...
What is node.js ? Node.js is a server-side platform built-in JavaScript framework The steps to be followed : Step 1: Install node.js Step...
What is SearchKick Gem? Searchkick Gem is a Ruby on Rails gem that runs on top of Elasticsearch and makes it easy searches in a...
Step 1: First install postgres in Ubuntu system using following commands. $ sudo apt-get update $ sudo apt-get install postgresql...
The best_in_place gem is the easiest solution for in place editing in Ruby on Rails. This gem provides functionality of “in place...
What is Django: Django not only used for making websites, rather than it is used for creating web applications. Django can be used to...
Action Mailer is the Rails component that enables applications to send and receive emails. In Rails, emails are used by creating mailers...
JWT is a Json Web Token,It is a standard and has been implemented in almost all popular programming languages. Hence, they can be easily...
Introduction: Sometimes the rails application requires sending the bulk mails using action mailers on the single attempt. The user can...
What is Data scraping? Website/Data Scraping is a technique to operating large amounts of data from websites whereby the data is ...
Devise is a flexible authentication solution for Rails. It is a complete MVC solution based on Rails engines. It allows you to have...
Introduction to DevOps… DevOps is a combination of Development (Software Development) and Operations (Software Productions/IT...
Let’s start with an example that you have two different tables called InternalEmail and ExternalEmail. You can use SQL UNION. Unlike JOIN...
Blockchain was the idea originally developed by a group of people known by the pseudonym, Satoshi Nakamoto. But since then, it has...
To integrate the Instagram API in your website, you need you have to follow following process Log in to Instagram and open this page...
To divide large number of records into multiple parts, we use pagination. It allows user to display a part of records only. Loading all...