Web development

learn graphql

GraphQL: An opensource querying language for APIs

Software development has evolved as never like before. Technologies and tools are changing rapidly and one must leverage the tools to overcome the limitations of existing ones. In this blog, we are going to discuss GraphQL an API querying language that overcomes the limitations of standard REST API. Before we begin let’s understand what is …

GraphQL: An opensource querying language for APIs Read More »

react + express

Build and Deploy a React front end app using an Express backend

Introduction Here in this guide, we’ll discuss integrating React frontend with Express backend and to deploy on an apache server. React ReactJS is one of the most developer-friendly frameworks since when it released in 2013. It’s versatile and easy to master and learning it will give you an advantage over any other front end frameworks …

Build and Deploy a React front end app using an Express backend Read More »

how to use react hooks

How to use React hooks in functional components

React hooks are new addition to react 16.8. Hooks help developers to use state and life cycle methods without writing a class. Hooks do not work inside class components instead, It helps us to use the class features without actually writing a class component. Here in this guide, we’ll discuss adopting react hooks to write …

How to use React hooks in functional components Read More »

8 ways to define a function in JavaScript

Overview Functions are one of the most important aspects of programming. A function is an object which takes inputs as arguments and calculates a value with some statements. Here In this guide, we’ll talk about the number of ways to define a function in JavaScript 1. Function declaration A function declaration is the most common …

8 ways to define a function in JavaScript Read More »

jquery datatables

Jquery DataTable example along with serverside data

Here in this Jquery DataTable example we’ll explore how to use jquery DataTable for drawing tables with serverside rendered data. JQuery DataTable is a powerful library to display information in interactive tables and adding functionalities to them. Regardless of how well datatables.net has written their documentation most of us find difficulties to implement and update …

Jquery DataTable example along with serverside data Read More »

install ssl and setup domain - ghost install aws

Custom domain and Let’s Encrypt SSL – Install ghost AWS – Part 2

Overview In my last post, we discussed installing ghost cms on amazon web services. This post is the second part of the previous post. Here we’ll discuss how to use a custom domain and integrate let’s encrypt SSL in ghost CMS. Make sure you read the part to understand setting up EC2 and installing ghost. …

Custom domain and Let’s Encrypt SSL – Install ghost AWS – Part 2 Read More »

ghost cms aws ec2

Install Ghost CMS on AWS: Powerful alternative to WordPress – Part 1

Overview Learn how to install Ghost CMS on AWS step by step. Blogging has become a booming career choice for many people. And WordPress has obtained much popularity in blogging field. Even though many are still searching for some other platform which can overcome the problems in WordPress. There comes Ghost, A node and JavaScript-based …

Install Ghost CMS on AWS: Powerful alternative to WordPress – Part 1 Read More »