27
2018
Azure Functions – Learn more about it
Azure Functions is a solution, for easily running small pieces of code or “functions” in the cloud. You can write, only the code you need for the problem at hand, without worrying about the whole application or the infrastructure to run it. Functions can make development even more productive. Azure functions consist of code and events. Developer can write the code to provide the solution for the problem and then specify what events will trigger, […]
13
2017
Serverless Architecture with AWS Lambda
AWS Lambda is a serverless compute service that runs your code in response to events and automatically manages the underlying compute resources for you. “Serverless” architecture is the new trend of designing software and getting more popular nowadays by replacing server-based stacks. Although the term “Serverless” suggests there is no server, what it really means is that there is no need of owning servers or even to manage them. So, is there a Server? […]
9
2017
What Power BI Can Do – Major Benefits
Power BI is a tool which enables to transform data into rich visuals. This allows organizations to focus and find out what matters the most for the organization. Nowadays data that’s being collected is growing exponentially. Therefore businesses need reporting tools that can help them analyze this data. Today only about 10% of an organization’s business users can do business analytics due to many issues such as, Where does the data live? How do I […]
15
2017
Data Mining using SQL Server Analysis Server
Data mining is the process of discovering actionable information from large sets of data. It helps organizations analyze incredible amounts of data in order to detect common patterns or learn new things. In today’s world, software applications are moving from traditional information systems to Business Intelligent systems. The growing of data and information have within data need to raise to develop new kind of applications for the organizations. To address this, data mining solutions have […]