Development

ERP Software Development

How ERP Software Enhance your Business Productivity & Profits?

ERP (Enterprise Resource Planning)

Every organization is divided into several departments based on functions. Administration, finance, marketing, sales, customer service, public relations, inventory, logistics, production, and HR, ERP software is not a simple but massive software architecture that integrates all the departments of the organization and...

RxJS-Subject: Enable Communication Between Components

RxJS Subject

RxJS (Reactive Extensions for JavaScript) is a library for reactive programming using observables that makes it easier to compose asynchronous or callback-based code. A subject in RxJS is used for multicasting data. This means that data can be pushed into a subject and...

Getting Started with SourceTree

[vc_row][vc_column][vc_column_text]

SourceTree

It is a free Git desktop client for Windows and Mac. It provides full capabilities of Git through its simple interface. 

SetUp

Go to the Sourcetree website and click the download button. From the ZIP file you downloaded, click the application file (EXE for Windows or...

GIT – Distributed Version Control System

[vc_row][vc_column][vc_column_text]

Git 

It is a distributed version control system developed by Linus Torvalds in 2005. When we work in an environment where multiple developers have to access and update the same code base then issues will arise if they try to update the codebase at the same...
Angular and YouTube

Streaming YouTube Video in Angular Application – Devstringx

[vc_row][vc_column][vc_column_text]Pre-requisites Angular must be set up with minimum version 2

Setup an Angular Project

Use  Angular CLI (Command Line Interface) to create a new project, you can use any of the below commands. Go to the directory where you would like to create a project...

20+ Points To be Consider Before Planning Website or Blog

[vc_row][vc_column][vc_column_text]

Planning Website or Blog

Many websites/blogs are much more popular than others apart from content there are several other factors which contributes to their popularity, after careful analysis of some of the website/blog I am listing below some key points that one should consider - Domain...

Microservice Architecture – Devstringx

[vc_row][vc_column][vc_column_text]Prior to Microservices architecture, Monolithic architecture was in practice in which all the software components are grouped together into a single package (code for different features remains on the same server). Microservice architecture is a design pattern for Service-Oriented Architecture (SOA) in which the application...