Machine learning (ML) in short algorithms which can learn from data without relying on rules-based programming. Big data is the type of data that may be supplied into the analytical system so that a Machine learning (ML) model could learn to improve the accuracy of its predictions. Big Data and Machine Learning have a weak relation. We can only apply Machine Learning on Big Data or Big Data can … [Read more...]
Computer and Internet
Computer and Internet is catchall section of core computing categories including Cloud Computing, Digital Photography, Virtualization, Networking, Protocols and Others' which are not otherwise more subcategorized. Here also you will get unique articles and news on computer hardware, Software, Networking and Protocols.
How to Recover Deleted or Lost Sony ARW Files Using Remo Recover
Some of the Sony medium range professional camera like Sony A68 does not have dual SD card slots. Usually, most of us these days have an option to directly mount the SD card with adapters to Android smartphones to copy the Sony ARW raw files using USB OTG. Of course, the traditional option of using PC/Mac always remain and obviously performed in order to post-process in Adobe Photoshop. … [Read more...]
How to Create Microsoft Word Add-in
Probably many of us use some of the add-in on Microsoft Word. Add-in is like a plugin, which opens as taskpane within Microsoft Word and gives options of custom services or jobs, like selection of text like simple action to complex web API driven text analysis. Here is how to create Microsoft Word Add-in to get own custom functions and services in to Word. MS Word Add-in uses HTML, CSS and Js for … [Read more...]
ESP32 Deep Sleep Guide
ESP32 offers us deep sleep mode for power saving. Power saving is an important factor for IoT applications and saving power we can make an IoT project running with two AA batteries for a year. Deep Sleep is of the CPUs and most of the RAM and peripherals which are clocked from APB_CLK are powered off. The RTC controller, RTC peripherals and RTC memories are parts of the chip which can kept powered … [Read more...]
Adobe Commerce Cloud and Acquisition of Magento
Adobe has launched Commerce Cloud, a new cloud service based on the Magento platform acquired by Adobe in 2018. The Commerce Cloud will complement the Adobe Experience Cloud alongside other tools like Marketing Cloud and Advertising Cloud to offer businesses a platform unified multipurpose. In May 2018, Adobe bought the Magento platform for $ 1.68 billion. Nearly a year later, as part of its Adobe … [Read more...]
How to Connect Apache Kafka With MQTT
This is not a step by step guide with commands. This is a guide to get started moving from generic Kafka to Confluent Inc's Kafka, Connectors and ready to consume one GitHub repository. Initially it will appear that with the easiness we installed Apache Kafka and MQTT Server, with same easiness we can connect Apache Kafka with MQTT. There are actually many things to learn, think. MQTT is a … [Read more...]
Two Way Communication in IoT (Cloud to Device and Device to Cloud)
Commonly, we send data from the devices like ESP32 Arduino, Smartphone, Raspberry Pi, Smart Watch to the IoT platform. IoT platform can be self hosted or on the cloud. Example of actual such one way communication can be our example simple project, such as ESP32 Arduino sending temperature, humidity data to IBM Watson IoT platform. We already know the theory around machine to machine communication, … [Read more...]
Advantages and Disadvantages of MicroServices
Microservices are an architecture pattern of information technology, where complex application software is composed of independent processes that communicate with each other with language-independent programming interfaces. The services are largely decoupled and do a small job. This enables a modular design of application software. Microservices require a lot of infrastructure, which is … [Read more...]
What is Typical Architecture Based on Microservices
Microservices require a lot of infrastructure, which is implemented by separate services. Load Balancers are used to load external HTTP requests from clients. Static content is delivered via a content delivery network. The business requirements services are supported by a variety of platform or infrastructure services. These take over central tasks such as application and service monitoring, … [Read more...]
Sending Commands to IBM Watson IoT to Trigger Event on Device
Till now we were mostly sending data from ESP32 like devices to IBM Watson IoT. Opposite direction of commands often a practical need, such as to control a LED connected to device. In this context, knowledge of cURL commands (here is cURL for Windows, other way is using Windows 10 bash) for testing required. IBM has "HTTP Messaging APIs for devices" and " Extending device management". We already … [Read more...]
How Cloud Foundry, Kubernetes and OpenShift Can Be Compared
How Cloud Foundry, Kubernetes and OpenShift Can Be Compared? OpenShift and Cloud Foundry are cloud platforms. So they can be compared. We talked about Kubernetes here in the article What is the Relationship Between Microservices, Docker and Kubernetes, here in the article on Docker Vs Kubernetes Vs Apache Mesos, and here we have shown to Run Kubernetes Locally With Minikube. Kubernetes is … [Read more...]