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. We already discussed about installation of Anaconda on Ubuntu. Installation of JDK 8 and installation of JDK 11 on Windows has been discussed in details. You need to download and install Python 3.x from the official website of Python. After installing Python, open command … [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...]
Samsung Galaxy Watch PSD Template
To use the files included in this guide, one should learn how to connect Samsung Galaxy Watch with Galaxy Watch Designer. As prerequisites, we need a laptop (or any computer) which has Wi-Fi, JDK 8 installed and configured, Google Chrome browser, Tizen Studio & Galaxy Watch Designer installed. The Tizen Studio IDE total installation will be of around 5 GB. For using these files, only the … [Read more...]
Connect Galaxy Watch to Tizen Studio & Galaxy Watch Designer
First, we should learn how to connect Samsung Galaxy Watch with Tizen Studio & Galaxy Watch Designer. Later we can develop & run our apps. The documentations written by Samsung is not just bad but also not just easy to understand and do. At worst, the software and firmware have bugs. After reading this guide, your watch development projects will become smooth like working with Arduino … [Read more...]
How to Install JDK 8 on Windows
In our one guide we have shown how to install JDK 11 on Windows. JDK 8 is often among the prerequisites of various developmental tools. In this guide, we will discuss the steps to correctly install JDK 8 and configure the PATH. Basics on JVM has been already discussed and we will not repeat. Often, many of the developmental tools support specific version of Oracle JDK (same goes to JDK from the … [Read more...]
- 1
- 2
- 3
- …
- 584
- Next Page »