Category Archives: Uncategorized

Upload File to Google Drive using Python

This blog article shows you how to upload file to Google Drive using Python. To upload a file to Google Drive using Python, you’ll need to use the Google Drive API. Here’s a step-by-step guide on how to achieve this: … Continue reading

Posted in Uncategorized | Leave a comment

Introduction to Intelligent Data Platforms

Learn how to understand the value of data and use it to guide leadership decisions. In the eBook The Decision Maker’s Guide to Data and Analytics, you’ll find out how to: Make timely, data-driven decisions and be quick to market. Understand … Continue reading

Posted in Uncategorized | Leave a comment

CTO July 2023 articles and resources

These are the good reads found in this month. Data Sovereignty, Compliance Shape IT Leadership Data Sovereignty Competency Matters A Complex Environment Adds to Challenges CIO, Legal, Security Among Key Stakeholders… https://www.informationweek.com/strategic-cio/data-sovereignty-compliance-shape-it-leadership Google I/O 2023: New Google AI Products Take … Continue reading

Posted in Uncategorized | Leave a comment

Gartner® named Microsoft a Leader for Integration Platform-as-a-Service

Gartner® recognised Microsoft as a Leader in the 2023 Magic Quadrant™ for Integration Platform-as-a-Service, Worldwide for the fifth consecutive time. Read this blog post to learn about Azure Integration Services, including how this enterprise offering empowers ISVs to: Build new, integrated solutions … Continue reading

Posted in Uncategorized | Leave a comment

Succeeding with AI: How to Make AI Work for Your Business

Learn how to select and manage AI projects for business success – no engineering background or AI knowledge required. Whether you’re a business leader tasked to deliver results with AI or a data scientist who is business or leadership focused, … Continue reading

Posted in Uncategorized | Leave a comment

Run GUI App in Windows Subsystem for Linux (WSL)

This blog article shows you how to install GUI App including Google Chrome in Windows Subsystem for Linux (WSL). First, you need to update the wsl using PowerShell as below. wsl -update After the update, I would like to install … Continue reading

Posted in Uncategorized | Leave a comment

Choose Microsoft SQL over MySQL – Part 2 – Database Backup

This blog article shows you the backup features that are in MS SQL but not available or pretty unfriendly in MySQL. You can checkup Database Backup Method for MySQL, https://dev.mysql.com/doc/mysql-backup-excerpt/5.7/en/backup-methods.html, The best method seems to be the mysqldump. Unfortunately to … Continue reading

Posted in Uncategorized | Leave a comment

Can’t connection to MySQL Python

This blog article shows you one of the possible ways to resolve the error “Can’t connection to MuSQL“. One of the reasons is, you have the code below to open the MySQL database connection. in Python mydb = mysql.connector.connect(     host=”localhost”, … Continue reading

Posted in Uncategorized | Leave a comment

The Innovator’s Guide to Zero Trust Security

More than 80% of security teams are moving toward the Zero Trust framework – widely accepted as the new standard in security – but it’s about more than just the right technology. Learn how to implement a comprehensive, ongoing approach … Continue reading

Posted in Uncategorized | Leave a comment

CTO March 2023 articles and resources

These are the good reads found in this month. Tech for a sustainable future: The challenges and opportunities ahead What is the fate of technological civilizations? How does technology contribute to climate change? What are companies doing to improve sustainability?… … Continue reading

Posted in Uncategorized | Leave a comment