Tag: Cio
-
5 tips for managing high-performing teams (remotely!)
Posted on July 2, 2022, Level beginner Resource Length medium
Today's workplace is more digitized than ever before – especially in tech. Work-from-home adjustments and nearshore outsourcing has surged in the last two years, requiring the modern manager to adapt quickly. By Steve Taplin.
Tags cio learning teams career
-
The importance of model versioning in machine learning
Posted on June 30, 2022, Level beginner Resource Length medium
Version control is an essential concept in software development. Version control tools, such as Git, are used to manage and track source codes. Developers and organizations alike value source code because it is the backbone of their product(s), from which they earn revenue. By Oghenefejiro Esosuota.
Tags machine-learning big-data cio data-science learning
-
Things a city needs to become a startup hub
Posted on June 22, 2022, Level beginner Resource Length medium
It's common sense that being part of a thriving startup community can bring immense advantages to your own project. Yet, not all startup founders have the opportunity or desire to move to Silicon Valley, New York, London, Beijing, or any of the other big startup hubs. By Abdo Riani.
Tags startups miscellaneous cloud management cio
-
Why managed container services help startups and tech companies build smarter
Posted on June 21, 2022, Level beginner Resource Length medium
Learning how to install and manage Kubernetes clusters can be a big obstacle between your organization and all the potential magic of a container orchestration platform. You have to consider tasks like provisioning machines, choosing OS and runtime, and setting up networking and security. By Fer De Oliveira @google.
Tags startups app-development cloud management cio
-
Automating AWS IAM remediation in Python
Posted on June 20, 2022, Level advanced Resource Length long
Since automating IAM remediation requires recurring parsing of JSON documents, modulating your parsing function(s) will save you time as you work on each control. If you have controls that pertain to trust policies, you will need a separate function to parse those out since the format differs from that of permission policies. By Cody Bench.
Tags python app-development infosec programming cio
-
New superconductors could make faster Quantum computers
Posted on June 17, 2022, Level beginner Resource Length medium
Practical quantum computers could soon arrive with profound implications for everything from drug discovery to code-breaking. By Sascha Brodsky.
Tags programming cio app-development miscellaneous software-architecture
-
A deep dive into OpenTelemetry metrics
Posted on June 12, 2022, Level intermediate Resource Length long
OpenTelemetry is an open-source observability framework for infrastructure instrumentation hosted by the Cloud Native Computing Foundation (CNCF). The project gained a lot of momentum with contributions from all major cloud providers (AWS, Google, Microsoft) as well as observability vendors (including Timescale) to the point it became the second-highest ranked CNCF project by activity and contributors, only coming second to Kubernetes itself. By James Blackwood-Sewell.
Tags monitoring cloud cio app-development devops
-
How Power BI metrics and scorecards can transform productivity within business objectives
Posted on June 11, 2022, Level beginner Resource Length medium
Metric and goal setting is paramount when formulating business operations. That's why Microsoft Metrics (previously known as "Goals") make it possible to keep every member of a team striving toward a singular, unified key objective and ensures a higher probability of positive outcomes. By Jocelyn Porter.
Tags cloud cio management monitoring
-
Guide to enterprise open source: Why your organization needs it now
Posted on June 6, 2022, Level beginner Resource Length medium
There are some universal truths about open source software (OSS). It has revolutionized our world and become the foundation of our digital society, the backbone of our digital economy, and the basis of our digital existence. By @linuxfoundation.
Tags cloud miscellaneous cio open-source
-
The future of computer vision
Posted on June 5, 2022, Level beginner Resource Length medium
Computer vision is a rapidly growing field in research and applications. Advances in computer vision research are now more directly and immediately applicable to the commercial world. By Richmond Alake.
Tags cloud miscellaneous cio big-data machine-learning data-science
-
IAM policy types: How and when to use them
Posted on June 3, 2022, Level beginner Resource Length long
You manage access in AWS by creating policies and attaching them to AWS Identity and Access Management (IAM) principals (roles, users, or groups of users) or AWS resources. AWS evaluates these policies when an IAM principal makes a request, such as uploading an object to an Amazon Simple Storage Service (Amazon S3) bucket. Permissions in the policies determine whether the request is allowed or denied. By Matt Luttrell and Josh Joy.
Tags infosec cio agile management
-
Guidelines for choosing a Node.js framework
Posted on June 2, 2022, Level beginner Resource Length long
With lots of frameworks to choose from, and all those strong opinions, it's easy to feel a little lost. Comparing frameworks based on the features they list can be a headache, and features are only part of the picture. It would be awesome if you had a clear checklist you could evaluate Node.js frameworks against. By Simon Plenderleith.
Tags javascript how-to app-development learning cio agile management