Tag: Cio
-
Technology leader insights from the PwC Pulse Survey
Posted on September 8, 2022, Level beginner Resource Length long
There are always some unknowns in business, and right now those include how exactly the pandemic will play out, what the outlook for corporate taxes will be and when supply chain disruptions will ease. By @PwC.
Tags miscellaneous cio management
-
Delta Lake and MinIO for multi-cloud data lakes
Posted on August 31, 2022, Level beginner Resource Length medium
Delta Lake is an open-source storage framework that is used to build data lakes on top of object storage in a Lakehouse architecture. Delta Lake supports ACID transactions, scalable metadata handling and unified streaming and batch data processing. By Matt Sarrel.
Tags cio big-data cloud database data-science
-
Seven ways to reduce MySQL costs in the cloud
Posted on August 30, 2022, Level beginner Resource Length medium
With the economy slowing down and inflation raging in many parts of the world, your organization will love you if you find ways to reduce the costs of running their MySQL databases. This is especially true if you run MySQL in the cloud, as it often allows you to see the immediate effect of those savings, which is what this article will focus on. By Peter Zaitsev.
Tags sql cio devops cloud database
-
AWS CDK - The good, the bad and the scary
Posted on August 28, 2022, Level beginner Resource Length medium
AWS Cloud Development Kit (CDK) has become, in its short history, a very popular infrastructure-as-code tool. It's not too surprising why - it allows engineers to use richer programming languages to define infrastructure, rather than having to use JSON or YAML. By Mike Roberts.
Tags app-development devops aws cloud cio programming
-
AI Ethics framework
Posted on August 23, 2022, Level beginner Resource Length long
Learn about AI ethics, a framework that guides data scientists and researchers to build AI systems in an ethical manner to benefit society as a whole. By @IBM.
Tags big-data cio data-science frameworks miscellaneous
-
How to build an organizational culture that is 'cybersecurity ready'
Posted on August 11, 2022, Level beginner Resource Length long
Cyber threats are some of the biggest challenges organizations face, but cybersecurity failure is still seen as a critical short-term risk.. By Artem Nikulchenko. By Candid Wüest, Nisha Almoula, Roman Hagen @weforum.org.
Tags cio management infosec teams frameworks
-
Steps to emulate k8s Pod Network
Posted on August 10, 2022, Level intermediate Resource Length medium
Networking is the spine of Kubernetes, but it can be challenging to understand exactly how it is expected to work. There are 4 distinct networking problems to address. By Harinderjit Singh.
Tags cloud cio kubernetes containers devops gcp
-
How to be an architect?
Posted on August 6, 2022, Level beginner Resource Length medium
But it is somewhat agreed understanding that Architects in a technical team are very senior people who should know everything. This is not a complete truth and nor a lie. What architects are supposed to do (I believe) still varies from organisation to organisation. By Husyn for AWS Community Builders.
Tags management teams career miscellaneous cio agile
-
Windows server management overview
Posted on July 27, 2022, Level intermediate Resource Length short
Windows Server is the platform for building an infrastructure of connected applications, networks, and web services. As a Windows Server administrator, you've probably used many of the native Windows Server Microsoft Management Consoles (MMC) to keep the infrastructure secure and available. By Thomas Maurer and others.
Tags azure management cio cicd
-
How to create a mobile lab with VMware Fusion
Posted on July 19, 2022, Level beginner Resource Length medium
I am going to setup a mobile lab on my MacBook Pro with the help of VMware Fusion 12 so I can run some ESXi servers with nested virtualization. This way I will have a lab I can carry around with me on my travels around the world. By Edwin Weijdema.
Tags cloud app-development cio miscellaneous
-
How I use stories to share data at meetings
Posted on July 13, 2022, Level beginner Resource Length long
Want to keep people awake at data presentations? Try sharing your findings backwards. You've worked it. Now put your chart down, flip it and reverse it. By Ryan Estrellado.
Tags miscellaneous cio agile data-science management
-
Guide to Reinforcement Learning with Python and TensorFlow
Posted on July 3, 2022, Level intermediate Resource Length long
In reinforcement learning, self-learning agent learns how to interact with the environment and solve a problem within it. In this article, we present complete guide to reinforcemen learning and one type of it Q-Learning (which with the help of deep learning become Deep Q-Learning). We learn about the inspiration behind this type of learning and implement it with Python, TensorFlow and TensorFlow Agents. By Nikola M. Zivkovic.
Tags cio learning big-data data-science python