A PHP Error was encountered

Severity: Warning

Message: Trying to access array offset on value of type null

Filename: controllers/Posts.php

Line Number: 409

Backtrace:

File: /var/www/html/blog.thedigitalgroup.com/application/modules/posts/controllers/Posts.php
Line: 409
Function: _error_handler

File: /var/www/html/blog.thedigitalgroup.com/index.php
Line: 320
Function: require_once

A PHP Error was encountered

Severity: Warning

Message: Trying to access array offset on value of type null

Filename: controllers/Posts.php

Line Number: 413

Backtrace:

File: /var/www/html/blog.thedigitalgroup.com/application/modules/posts/controllers/Posts.php
Line: 413
Function: _error_handler

File: /var/www/html/blog.thedigitalgroup.com/index.php
Line: 320
Function: require_once

T/DG Blog - Digital Thoughts
Building A Testing Center of Excellence

Building A Testing Center of Excellence

Most of the organizations make huge investments in their enterprise product development requirements and over a period of time end up having a huge inventory of scattered applications developed…

Read More

High Speed Ingestion into Solr with Custom Talend Component Developed by T/DG

High Speed Ingestion into Solr with Custom Talend Component Developed by T/DG

In this blog I will explain how to use High Speed Talend-Solr Ingestion components, released by T/DG as open source, for ingesting documents into Solr and its benefit. 


T/DG released 3…

Read More

Self-Hosting Web API 2 Using OWIN

Self-Hosting Web API 2 Using OWIN

OWIN stands for Open Web Interface for .NET . OWIN is an abstraction between .NET web servers and web applications. It decouples the application from the server, making it ideal…

Read More

SOLR Security with ManifoldCF

SOLR Security with ManifoldCF

This article explains how to implement SOLR “document level security” using Manifold Connector Framework. ManifoldCF is an open source framework for pulling content out of a repository and sending it…

Read More

Building Docker image with Solr

Building Docker image with Solr

There are two ways to build docker image:


Running an image, modifying and committing it. This requires to access live container.Using Dockerfile and build it.

Let’s take an example of creating…

Read More

Getting Started With Docker

Getting Started With Docker

According to the docker's website, "Docker is an open platform for developers and sysadmins to build, ship, and run distributed applications."

In simple words, it's one of the methods to…

Read More

Execute JavaScript Using Selenium WebDriver

Execute JavaScript Using Selenium WebDriver

Selenium is one of the most popular and easy automated testing suites. Selenium is designed in a way to support and encourage automation testing of functional aspects of web based…

Read More

Build Operate Transfer Systems and Applications - Lean Style

Build Operate Transfer Systems and Applications - Lean Style

Build Operate Transfer Models are in existence for many years. With recent trends in Agile and Scrum development, it is observed that there is again a need for resources to…

Read More

Neo Load Performance testing Tool

Neo Load Performance testing Tool

Overview:  Neo Load Performance testing

Neo Load is a load and stress testing tool to measure the performance of web and mobile applications
A load testing tool by Neotys.
A tool that measures performance and behaviour of the…

Read More

Using Controller-as-a syntax and why it’s important

Using Controller-as-a syntax and why it’s important

What is “controller as a” syntax ?

It’s a new way of defining your controller. Instead of using $scope, we can use the ‘this‘ in its place.This helps with the architecture of…

Read More