The phrase payday loan is often heard in the advertising industry. Like, "online Payday loans Oshawa". What is a payday loan is often asked. Also, the advertising industry and SEO often talk around it. The US Govt has an informative article on payday loan. Laws around payday loans widely varies between different countries. At the end of 2019, and the payday lending industry also has evolved past … [Read more...]
Archives for December 2019
How to Install Apache Helix
This guide supposed to work as a helper guide beside the official docs. Apache Helix is a cluster management framework which registers all the cluster details including the cluster itself, nodes and resources. Helix automates the management of partitioned, replicated and distributed resources hosted on a cluster. In this guide, we are avoiding various theory questions which commonly arise while … [Read more...]
Relationship Between Process Mining and Business Intelligence
Process Mining is an innovative discipline among Big Data technologies that makes it possible to analyze and map processes out of data. While process mining is already widely used, it is often underestimated in terms of process management potential, and when applied properly it creates a high degree of process transparency. What is Process Mining? The thing which … [Read more...]
6 Tips for Securing Your Data from Cyber Attacks as a Remote Worker
The remote employees work outside the traditional office. Definitely, you have heard of Bring Your Own Device (BYOD). BYOD is in-between the work schedule of a traditional employee of Brick-and-Mortar organization and a remote company. If you work for a company of any sort of appreciable size, you probably know someone or are someone who has done remote work at least once per week. The remote … [Read more...]
What is Process Mining?
Process Mining is a process management technique that enables business processes to be reconstructed and evaluated on the basis of digital traces in IT systems. Process Mining is a discipline of business data analytics designed to improve processes in a company's operations. The individual steps of the process stored in the systems are combined and the process is visualized in its entirety. … [Read more...]
Explanation of the ESP32 Vulnerability Warnings
The ESP32 we commonly use in electronics development as an upgrade to the official Arduino boards was discovered in September to have four different WiFi vulnerabilities for the whole ESP SoC family (not exclusively ESP32). Espressif has already patched around most of the vulnerabilities. It is practical to know minimum details of the exploits at least to upgrade the firmware to the latest … [Read more...]
OLTP versus OLAP
In our previous posts, we have discussed the basics of OLTP and OLAP. OLTP (On-line Transaction Processing) and OLAP (On-line Analytical Processing) are often compared as a theoretical topic. The data from OLTP databases can be made to be ingested into OLAP systems through the extract, transform, load (ETL) process. The ETL tools help the users to collect data from several sources and send it … [Read more...]
What is OLTP (Online Transaction Processing)?
OLTP stands for Online Transaction Processing. OLTP is a type of processing to facilitate and manage the transactional applications for data entry and recovery. The software packages for OLTP are based on the client-server architecture as they are usually used by companies with a distributed computer network. The term can be understood in the context of "computational transactions" or "database … [Read more...]
How to Install PyCharm and Anaconda for Data Science
PyCharm is a cross-platform IDE. JetBrains developed and manage PyCharm. Pycharm provides the tools for Python development. It is not only common for developers but for introductory to intermediate python/computer science college courses available for free. We already discussed about installation of Anaconda on Ubuntu. Installation of JDK 8 and installation of JDK 11 on Windows has been discussed … [Read more...]
Connect ESP32 Arduino With a Samsung Smart Watch
We can create an ESP32 Web Server, connect & control LED from watch browser. Although it sounds too complicated work, it is easy. If we can connect an ESP32 Arduino with a Samsung Smart Watch and control it, then we can add various DIY peripherals with sensors such as DHT11/22. Obviously we can make it more complex by adding IoT services such as from IBM Watson IoT, like we can extend the AC … [Read more...]
How the Companies Can Profit From Agile Project Management
Projects should become more agile. But in many cases, companies limit themselves only to the introduction of Scrum as a new approach. A few weeks later, one realizes that the surrounding business processes do not match the chosen agile approach. Since most project managers equate agile project management and Scrum, they do not know how to proceed in this situation. The below points probably will … [Read more...]