Customer Relationship Management (CRM) and Content Management Systems (CMS) serve two different purposes in the business software landscape: CRM is all about managing customers and clients, and CMS is about managing your website. Most businesses start with a CMS, especially those that need an online portal to showcase or sell their product or service. If your business has […]
What is Digital Working And The Benefits
Workplace is no longer a physical space for the concept of Digital Working. Mobility and flexibility are now the heart of working digitally. Have you heard the term “Digital Nomads”? It is a term for an employee who works remotely, using their digital device/s at any given time and moves from one place to another. If […]
Introducing OData With ASP.Net Core
Overview OData short for Open Data Protocol allows developer to create a simple query able RESTFUL APIs. With OData the caller can freely filter, select and expand the data in server side with a standard query and the implementation is very simple and straight forward. OData builds on HTTP and JSON using URIs to address […]
Working with Javascript Array of Objects
Array of objects is a common data structure that you will find frequently when you are working with a list in modern Javascript framework. As a list, you will easily loop it by for Each () method or for the () function to access each of the Array’s element in order to manipulate it. But […]