Log in

goodpods headphones icon

To access all our features

Open the Goodpods app
Close icon
headphones
Cloud Gossip

Cloud Gossip

Annie Talvasto, Karl Ots

Cloud Gossip is a technology podcast dedicated to discovering the world of cloud computing. Join us as we dive deep into interviews with leading industry experts, taking you on a journey that does not stop at the technology itself, but also explores the people behind the products and tools we all know, use, and love.
bookmark
Share icon

All episodes

Best episodes

Seasons

Top 10 Cloud Gossip Episodes

Goodpods has curated a list of the 10 best Cloud Gossip episodes, ranked by the number of listens and likes each episode have garnered from our listeners. If you are listening to Cloud Gossip for the first time, there's no better place to start than with one of these standout episodes. If you are a fan of the show, vote for your favorite Cloud Gossip episode by adding your comments to the episode page.

Cloud Gossip - Hyperscale Datacenters
play

02/02/18 • 10 min

Today on the show - hyperscale datacenters. After this episode, you'll know what they are, what makes them special and why are they important for the cloud.

#Epsiode transcript:#

##Prologue##
As use of computers grew rapidly in the 1990s, so did the need for servers and datacenters. Back in the day, network connections were slow and expensive. Therefore, the datacenters had to be built close to the companies and users using them. Usually that meant building the datacenters into the office building’s basement.
There was this Nordic company and their business model heavily relied on using a lot of servers. So naturally, they also had to have quite a massive basement. This essentially meant the basement was business-critical for them. If the computers were to be harmed, the company would lose their reputation, business, everything. The office was in an area with low natural disaster risks. For example, there had been no recorded earthquakes in modern history.
However, the basement of this company's office was flooded few years ago. This wasn’t just an inconvenience for the office workers. The flooding was a serious threat for the future of the company, as the server room was completely flooded. As everyone knows computers and water don't mix well together. The situation seemed dire: the company could lose all their data, and their business could go under. At this darkest of the hours, the friendly neighborhood sysadmin jumped in and saved the day by swimming to the servers and rescuing them.
In the end it affected their business, but they avoided a catastrophe. So how could this situation have been avoided? That's what we're discussing in today's episode: --Hyperscale Datacenters.

##Introduction##
Hi, and welcome to Cloud Gossip. I'm Annie and I am a cloud marketing expert and a startup coach. Hey, my name is Teemu. I'm Cloud developer, Devops trainer and an international speaker. And I'm Karl and I'm a cloud & security consultant for enterprise customers, and I also moonlight as an international speaker. Today on the show - hyperscale datacenters. After this episode, you'll know what they are, what makes them special and why are they important for the cloud. This podcast is part of a 4-part series, which you can find either on Apple Podcast, Android podcast apps or on our website CloudGossip.net.

##History of datacenters##
Hi, this is Karl again. So, what is cloud? Cloud - as we know it - is a network of modern, hyper-scale datacenters. These hyper-scale datacenters of today are different from the datacenters we've had previously. Let's look at the history of datacenters leading up to the cloud. Before modern hyper-scale datacenters, we used a single server at a time.
The first datacenters - actually had only single server -- that was filling the whole room. Once we got further, the server size came down and we started to have data centers: multiple servers connected to each other.
The idea was that pretty much every company with computing needs would build their own datacenter. A datacenter is a specifically-made space to host multiple servers and take care of all their needs, such as electricity, heating, ventilation, air conditioning and network.

As all the companies were building their own datacenters, they had to maintain the physical security. This meant installing locks, keycard readers or any other security measures that the customers required. The physical location had to be carefully picked and deals with energy providers had to be made.
When companies were running their own datacenters, it was a big deal that they were responsible of building, installing, updating and "end of lifing all the servers in their use. End-of-lifing means that when the physical server is so old that it's no longer feasible to replace the broken parts and rather cheaper to buy a new server, the old server is disposed in a secure way.
The hard drives are wiped clean in a secure way, so that there's no way that somebody could recover our data from them. After that they are physically destroyed.
When the servers would eventually have hardware failures, the servers would be out of use. This is called an outage. Preparing for outages involves taking care of the spare parts for the servers. The datacenter owner had to purchase enough spare parts for their own use, or make sure they had access to the needed parts when needed.
These tasks of running a datacenter required a lot of personnel. Once up and running, a typical datacenter could have one administrator per two dozen servers. A typical midsize company could easily have 1000 servers in their datacenter. This meant having over 40 people on payroll just to keep the lights on and servers running.

##Problems with traditional datacenters##
Hi, it’s Annie again. Running their own datacenter caused a lot of headache to the companies. A major problem was outages. When an outage ...

bookmark
plus icon
share episode
Cloud Gossip - Containers?!

Containers?!

Cloud Gossip

play

01/16/18 • 8 min

Today on the show: why containers? Where do they come from, and which problems do they solve?

Epsiode transcript:

Prologue

Hi, Karl here. Let me tell you a story from a couple of years back.
Imagine a team of quite stressed out developers. This team at Nokia Research Center had been preparing for a Demoday, to showcase their new applications to an excited audience. Luckily the team had already finished building their application -- or so they thought.
During the evening before the Demoday, they started to prepare the application to be showcased in the demo. This meant moving the application into a server that was located on the second floor of the office. Yet, the size of the application was huge, so the file transfer took all night.
In the morning, half an hour before the demo, the project manager asked for a small change to the application: could the developers change the color of one of the buttons from blue to green. This wasn't a hard task: The developer was able to make the change in a minute, and he could show the result on his computer to the project manager.
But how could they make the change apply to the server? They had no other solution than to grab a USB stick and start running...
These types of problems could be solved with a technology called -- containers :)

Introduction

Hi, and welcome to Cloud Gossip. I'm Annie and I am a cloud marketing expert and a startup coach. Hey, my name is Teemu. I'm Cloud developer, Devops trainer and an international speaker. And I'm Karl and I'm a cloud & security consultant for enterprise customers, and I also moonlight as an international speaker.
Today on the show: why containers? -- Where do they come from, and which problems do they solve? And by the way, no worries if you didn't understand all of the terms used in the beginning, that is why this podcast exists. Glad to have you with us! This podcast is part of a 4 part series, which you can find either on Apple Podcast, Android podcast apps or on our website CloudGossip.net.

Terminology

Okay, so in the intro we highlighted the problems of software development. Now -- we will do a rundown of terminology, and the history leading to containers. Things in real life are more complicated and things will have more layers to it. But here we have tried to simplify and find the best definitions and examples to get you started and grasp the basics.

Let's talk about application development process, which is essentially the process of how applications are built and made available to the users. The process starts with developers building applications on their own computers. And finally, when applications are finished, they are moved to the servers.

We call this deploying to production, which is a fancy name for essentially releasing an application. The biggest difference between development and production phase is that, on the latter the application is continuously running on the server to serve a lot of people -- not just the developer.

So, what are servers? They are expensive computers that are specially made to serve thousands of users at the same time and are never meant to be powered off. Where computers are made for personal use and normally turned off after use.

As an example, a regular computer might store your holiday pictures, your favorite games or you might browse Facebook with it.

Servers are the infrastructure that all internet services run on top of, like a house is built on a foundation. Servers typically house software that thousands of users can use at the same time. For example, Facebook itself, or any of Google's sites are housed on servers.

Hey, did you know?! Previously, we had servers so big, that they filled entire rooms. They would also cost a lot of money, in the realm of hundreds of thousands of euros.

Servers have evolved over the years to be smaller and nowadays you can fit them under your desk. This is very much the same process as what happened with mobile phones; evolving from old and clunky phones, into the small smartphones we currently use.

Let's switch gears and talk about operating systems. On both regular computers and servers, we have an operating system, otherwise known as the OS. The OS is a collection of software that communicates between computers and applications. Operating system makes these all work together.

For example, developer's computer might have a MacOS operating system, and the server might have Windows Server operating system. If an application has been built on top of one operating system and is then placed on a server with a different operating system, things can get a bit messy.

Why does this happen, you might ask? Well, if the application has been built and is used in another system it might not function properly in the new environment – the same way if an athlete trains in a high-altitude environment, ...

bookmark
plus icon
share episode
Cloud Gossip - Adventures in open source with Tom Kerkhove
play

01/14/21 • 46 min

We’re going to learn about KEDA and CNCF Sandbox projects, what they are and how they work, and learn about some of Tom’s insights in the industry.

He’s going to talk about how GitHub is helping the world of Open Source projects and how he uses the platform to engage with the users.

We’re going to hear his opinions about the future of tech as well as discussing how we can use what we already have in a better way.

Enjoy the episode and don’t miss the links and resources that Tom shared with us, you can find them at the bottom of the page.

Guest Bio:

Tom Kerkhove is the creator of Promitor.io​ , he works for Codit as an Azure Architect and he’s​ also a maintainer of KEDA and Arcus as well as a GitHub Star and a CNCF Ambassador.

On top of this, he’s also a member of the AZUG crew and he has been a Microsoft Azure MVP & Azure Advisor since 2014.

He’s very passionate about Open Source Projects and Tech in general and he’s very committed to constantly improving them going forward.

You can find Tom on GitHub where he’s very active and you can read the articles that he posts on his blog on blog.tomkerkhove.be where he shares his expertise with the community.​

Quote

“Let’s not worry about the next big thing, but let’s make sure we use the current technology at its best .”Tom Kerkhove

Timestamps:

  • (0:00) Episode Summary
  • (1:42) Tom Introduces himself
  • (3:07) Tom's Role and his clients
  • (5:05)What is Keda?
  • (9:46) How is to work on Open-Source projects
  • (12:55) How to contribute to Open-Source projects
  • (17:49) Learning about CNCF Sandbox projects
  • (20:24) How Tom manages his time
  • (25:07) The engagement with users explained
  • (28:30) Github improvements for support
  • (32:10) Tom talks about the changes in Tech
  • (38:08) Tom’s favorite Sci-Fi Tech
  • (39:58) Talk about diversity and inclusion
  • (41:32) Advice to empower others
  • (43:20) Community shout out
  • (44:58) Episode wrap up and goodbyes

Connect with Tom on:

Promitor and KEDA projects in Github:

Links mentioned in the Episode:

Connect with Cloud Gossip on:

Connect with Annie on:

Connect with Karl on:

Thanks for listening to Cloud Gossip! You can find us from our website CloudGossip.net.

Please leave us a review and subscribe to us at iTunes, Google, or Spotify!

bookmark
plus icon
share episode
Cloud Gossip - Working on Kubernetes with Lucas Käldström
play

05/05/21 • 76 min

Guest Bio:

Lucas Kaldström is a Kubernetes upstream contributor, KubeCon keynote speaker and a CNCF ambassador.In 2015 he got inspired by Google to work on containers and started contributing to the open-source Kubernetes community.

He currently works with Weaveworks as a contractor, sharing his tech solutions and expertise. He received several offers to move to the Bay Area but he is aiming at studying more and keep growing in his native country of Finland.

Lucas is very passionate about diversity and inclusion, ethics, and sustainability and he’s currently learning more about how to implement those to the best degree possible.

He will share his in-depth knowledge of Kubernetes, as well as plenty of anecdotes about its past, present, and future.

Timestamps:

  • 0:44Speakers introduction
  • 1:34 Lucas' background story
  • 3:10 Lucas' role
  • 5:45 Who are the Kubernetes contributors?
  • 9:56 What do the Kubernetes contributors do?
  • 12:54 Special interest group
  • 19:39 Working groups
  • 22:43 The decision-making process
  • 27:28 Lucas' past work
  • 29:55 How Kubernetes works
  • 33:06 Joining the Kubernetes community
  • 35:19 Kubernetes core values
  • 39:19 Future of Tech
  • 56:37 Top 3 upcoming CNC projects
  • 1:03:00 Sci-fi Tech
  • 1:05:00 Diversity and Inclusion
  • 1:13:00 Community shout-outs
  • 1:15:00 Episode Wrap up

Connect with Lucas:

Links mentioned in the episode:

People mentioned in the episode:

Connect with Cloud Gossip on:

Connect with Annie on:

Connect with Karl on:

Thanks for listening to Cloud Gossip! You can find us from our website CloudGossip.net.

Please leave us a review and subscribe to us at iTunes, Google, or Spotify!

bookmark
plus icon
share episode
Cloud Gossip - What is the cloud?

What is the cloud?

Cloud Gossip

play

03/15/18 • 9 min

Today on the show: Infrastructure as a Service, Platform as a Service, Software as a Service. What are these cloud service models and how do they compare? Nice of you to join us!

Prologue##

The famous cloud advocate David Chappell has defined three most important events of post-dotcom boom IT world. The first event was the IPO of Salesforce Dot Com in 2004. It proved that the Software-as-a-Service is a serious business model.

The second event was the launch of Amazon Web Services in 2006, which was the first public cloud platform.

And the third event was the release of the original Apple iPhone in 2007. It started the mobile-first era with the phones eventually becoming tiny computers in our pockets.

The common enabler behind all these 3 important events was the cloud. So, the cloud in all its forms has been instrumental in major developments in the IT world.

So, it's important to understand what exactly the cloud is and what are its different variations.

##SaaS, PaaS or IaaS
We will start the episode by defining the terms and needed concepts an then we will move onto how they have shaped the world. Software-as-a-Service or SaaS is a business model where software companies sell their products for a monthly subscription instead of a one-time purchase. Examples of Software-as-a-Service cloud services are Salesforce Dot Com, Google Gmail, Dropbox and Microsoft Office 365.

But why is it called Software as a Service? It means that we don't install the software ourselves. We don't have to worry about the servers, we don't have to worry about updating the software. We just use the service. We can add our own files and account details, and even change the background color to our liking. The amount of customization that we can do or administration that we have to do is limited. Software-as-a-Service cloud model is about getting ready-made software that we can start using right away. If we want to change how the software behaves, we are limited to what the cloud service provider allows us to customize.

So how does Platform-as-a-Service model differ from Software-as-a-Service? In Platform-as-a-Service cloud model the cloud service provider gives us a set of so-called "building blocks" and we can build virtually any software with those building blocks. For example, a Platform-as-a-Service cloud provider can let us host websites on their platform. We just have to write the code that puts the building blocks together. This is the key difference: in the Platform-as-a-Service model we have to build the software ourselves, whereas in the Software-as-a-Service model we just use the existing application as it is.

In Infrastructure-as-a-Service model we have even more control. This means that the cloud provider is taking care of the datacenter: physical venue, servers, network capacity, electricity, heating, ventilation and cooling. The Infrastructure-as-a-Service cloud provider takes care of the physical hosting for us. We just get remote access to the virtual machines, and storage. We can do essentially anything with the servers: we can install any operating system or any software in them. We can build our own software on top of them.

As a developer, I like Platform-as-a-Service, because that makes me most productive and I don’t have to worry about the virtual machines as in Infrastructure-as-a-Service. I only have to take care of the coding.

Challenges

So why did people start moving to Software-as-a-Service in growing numbers since 2004 & Salesforce? One of the reasons arises from comparing the on-premises and cloud worlds -- the speed of change. Previously, if a company wanted to use email, they had to install the email systems to their own data center. Even if they outsourced the data center to a hosting provider, the steps would still be numerous: plugging in a new server, installing the operating system and finally installing and configuring the email software.

This clearly will take up quite a bit of time. And that's not all! Getting the software in place is not enough. With any software that we are responsible of, there comes the need to update. We would need security updates at least once a month. If there is a new version of the email software, an upgrade or "migration" would have to be made, for example every 5 years. All of these tasks take a lot of time and expertise.

On the cloud world, the cloud provider is doing the difficult work of installing and validating updates and keeping the services running. With that, the IT organization can have more time on their hands. So, they can actually start thinking on how to use these tools better. Regardless of who is responsible of the software maintenance, it's actually all about change management. When you perform any number of updates in an existing software, you essentially change things.

And as long as there are changes, there are always...

bookmark
plus icon
share episode
Cloud Gossip - Evolution of DevOps with Martyn Coupland
play

03/08/21 • 57 min

Martyn Coupland is a Principal Solution Architect at Ensono, Azure MVP, and DevOps Ambassador at DevOps Institute, as well as an author, speaker, and blogger.

Martyn is a regular speaker at conferences and user groups, published author, and has previously worked for a Microsoft Azure managed service provider leading engineering teams.

He works with clients on their Microsoft Azure deployments, works on creative solutions to unleash the power of cloud for clients, and speaks to them about the adoption of DevOps.

He’s been in technology all of his working life, ever since leaving college, he has worked in various industries and worked in a number of roles from a Service Desk Analyst, Programmer, Systems Engineer, Consultant, Architect, and Senior Manager.

Martyn's his career, like many others, started on the service desk in IT, performing first-line support.

Quote

“Whoever you are, whatever your background is, whether you’re male, female, whatever your religion is, it doesn’t matter...whatever you identify yourself as you’ll build yourself a successful and strong career by being yourself. Because being yourself is what makes you “you” at the end of the day .” - Martyn Coupland

Timestamps

  • 0:44 Guest introduction
  • 2:19 DevOps Institute
  • 4:02 Martyn's clients
  • 5:43 Mainframes
  • 6:59 Martyn's definition of DevOps
  • 11:21 The evolution of the DevOps
  • 16:45 The impact of DevOps in the industry
  • 22:41 The impact of DevOps on Software Developers
  • 27:12 The impact of DevOps on Technology
  • 31:20 Cloud-Native Philosophy
  • 39:56 Future of tech
  • 44:53 Martin's favorite Sci-Fi Tech
  • 46:54 Diversity and Inclusion
  • 51:39 How to improve equality
  • 53:42 Community
  • 56:36 Episode wrap-up

Connect with Martyn on Twitter: @mrcoups

Links mentioned in the Episode:

Connect with Cloud Gossip on:

Connect with Annie on:

Connect with Karl on:

Thanks for listening to Cloud Gossip! You can find us from our website CloudGossip.net.

Please leave us a review and subscribe to us at iTunes, Google, or Spotify!

bookmark
plus icon
share episode
Cloud Gossip - How to buy cloud intelligently
play

04/30/18 • 11 min

Today on the show: we give you the vocabulary and tools to buy cloud in an intelligent way.

Prologue

So, you have decided to buy cloud! Good decision. Cloud provides a lot of benefits such as flexibility, evergreen versions and cost effectiveness. If you look around - surf the internet or visit an expo - you'll find that there are so many options for a cloud provider. Each and every one of them claims to be the best in some metric, and they are the one you should choose. However, how can you evaluate them? You might be wondering, which provider should I trust? What should I ask them? What should I keep in mind when purchasing cloud.

In this episode, we give you the vocabulary and ammunition to buy cloud in an intelligent way. To get to the bottom of purchasing cloud, we will first have to discuss and figure out what the cloud actually is. Usually the cloud is categorized into 3 different sections. They are Software as a service also known as SaaS, Platform as a service known as PaaS and Infrastructure as a service, IaaS.

See the pattern? It’s no longer about old-school servers, now it’s all about services. The choice is between level of control and responsibilities: This means that in Infrastructure as a service we get most control but have more responsibilities than in the Platform as a service or Software as a service models. A handy way of thinking about this is that with Software as a Service you buy ready made solution, like a stuffed bear or a Star Wars figure. With platform as a service you build the figure from building blocks -- like you would build up a Lego set from given blocks. And with Infrastructure as a Service you literally build the blocks yourself, for example by 3d printing them and then building the toy from the blocks that you built yourself.

Understanding the differences in cloud areas is particularly important to avoid cloud washing! That happens when a company is selling traditional datacenter capacity as cloud, meaning that you don’t get the benefits of the cloud. So you gotta be careful! Most companies who are "in the cloud" use Software as a Service: for example Google Gmail for email service in the cloud, Dropbox for storing your files in the cloud or Microsoft Office 365 for emails and file storage. You can learn more about cloud service models in the episode - What is the cloud. For this episode, we are ready to get to the juicy stuff.

Cloudwashing, contract length and migration readiness

We are going to highlight some of the biggest obstacles companies might face. They are cloudwashing, contract length and migration readiness. We will begin by looking into the first notorious obstacle, cloudwashing, through an example.

In this case a company was facing the end of their email software lifecycle: they needed to upgrade their email software. Last time they upgraded, it took them 6 months and multiple failures to get the new system running. And on top of that, their best email administrator had since retired. They wanted to move into an “evergreen” system - meaning that the email service is always upgraded to the latest version. They chose to go to a traditional service provider who promised them all the power of the cloud without the downsides. However, it turned out that the email service provided was actually the same version that the company was trying to move away from. And the service provider had a larger customer using the same email service. The larger customer had their own business reasons to upgrade in a slower pace. So the company got stuck with the old version until the other customer allows the service provider to upgrade the email service. Our unfortunate company is a victim of cloud washing: they had paid for a cloud service, but got traditional it solutions.

Let's look into the second obstacle, contract length. A company might have an existing contract that lasts for multiple years. During that time, even if they stopped using the service, they would still pay the same amount. This means that even if they would have migrated their software to the cloud, they wouldn’t achieve the cost effectiveness of the cloud. They would essentially pay for two contracts at the same time.

And about the third obstacle: migration readiness. Migration means the movement of software from one server to another. This is a huge change, so it requires careful planning in order to keep daily business running. The company needs to ensure their IT professionals have the right skill set to perform the migration. Once the migration is completed, the end-users need to be trained in order to be productive in the new environment.

Best Practices

So now that we know what pitfalls to avoid, we can move on towards the good tips you can use. Let's list some best practices! These are the things you should ask from potential vendors and companies you are considering. We have 4 questions for you to ask, a...

bookmark
plus icon
share episode
Cloud Gossip - Software & scaleups with Mike Martin
play

11/26/20 • 58 min

Mike Martin is going to talk to us about his role in the company, how ISVs and the Microsoft OCP operate, his thoughts on the future of tech, and the importance of diversity and inclusion in IT and outside of it.

He’s also going to share some key advice to future startups and scale-ups and he’ll explain his approach to software creation and what he believes are the key factors companies should focus on.

Mike’s going to talk about how he communicates with his team and how to provide constructive criticism in a way that encourages others.

We’re also going to learn more about Mike’s favorite communities, the importance of Ecology, and some of his personal experiences working with ISVs.

Guest Bio:

Mike Martin​ works for Microsoft Western Europe as Cloud Solution Architect for ISV's with a focus​ on the Microsoft Cloud Platform.

He’s been active in the IT industry for more than 20 years and has performed almost all types of job profiles, going from coaching and leading a team to architecting and systems design and training.

Today he’s primarily into the Microsoft Cloud Platform and Application Lifecycle Management. He’s not a stranger to both dev and IT Pro topics. On April 1st 2013 he also became a Microsoft Azure MVP, an award he managed to get 5 years in a row.

Quote

"Think about how your business model should evolve and what you need to do next inside of your business model. Thinking of features it's not hard. Thinking of the next move in becoming a large enterprise......that's the hardest part.​" Mike Martin

Timestamps:

  • (1:31) Guest Introduction
  • (2:02) Mike's job role and tasks
  • (3:43) What is OCP and what are ISVs
  • (6:34) Things that Mike doesn’t do in his role
  • (7:45) The current trends in the industry
  • (11:54) How Mike's partners changed their use of tech
  • (14:58) A story about one of Mike’s ISVs
  • (20:24) Advice to future scale-ups and start-ups
  • (26:24) What to focus on when creating software
  • (34:22) Constructive criticism within the team
  • (40:51) Predictions on the future of tech
  • (49:35) Mike's thoughts on inclusiveness and diversity
  • (55:59) Some of Mike's favorite communities

Links:

Connect with Cloud Gossip on:

Thanks for listening to Cloud Gossip! You can find us from our website CloudGossip.net.

Please leave us a review and subscribe to us at iTunes, Google, or Spotify!

Connect with Mike on:

Connect with Annie on:

Connect with Karl on:

bookmark
plus icon
share episode
Cloud Gossip - Data, Data & Data with Adi Polak
play

12/09/20 • 48 min

Adi Polak is going to share her expertise and thoughts on Machine Learning, Big Data, and the future trends in the industry. She’s also gonna talk about how these complex things work, the challenges they present, and some of the buzzwords typical of her industry.

Adi’s gonna share with us which tasks she performs on a daily basis, which personality traits are beneficial for her work, and the differences between the different job roles in her field.

We’re also are gonna learn more about Adi’s involvement in the community, her approach to teaching and learning, and how this can make a difference in people’s lives.

Guest Bio:

Adi Polak is​ a senior software engineer and a developer advocate at Microsoft working on​ Azure, where she focuses on distributed systems, big data analysis, machine learning at scale, and functional programming. She does extensive work in the Big Data and Functional programming communities.

Adi has an extensive background in software development. She holds an M.sc in Software and Information Systems Engineering from Ben Gurion University, during her studies she worked with IBM and Deutsch Telekom Research labs on various projects where she gained expertise in ML.

Adi was nominated to be 1 of 25 influential women in Software Development by Apiumhub.

Quote

"It takes some dedicated work, but It takes strategic work sometimes as well. So it's not alwaysabout working hard, it's also about being strategic on the things that you decide to pursue.​" Adi Polak

Timestamps:

  • (0:44) Speakers and podcast introduction
  • (3:05) Microsoft activity in the Open Source field
  • (4:25) How Adi deals with Open Source work
  • (8:05) Differences between big data and machine learning
  • (12:33) The newest things in the industry
  • (15:43) Versioning challenges
  • (17:15) Different Job Roles and what makes them unique
  • (21:35) How Adi approaches learning
  • (26:05) How Adi teaches others
  • (29:08) How Covid-19 has changed things
  • (33:11) Personality traits that Adi finds beneficial in her role
  • (36:19) 3 things in tech that Adi's is excited about now
  • (37:42) Adi's favorite fantasy technology
  • (39:57) Adi's involvement in diversity projects
  • (43:33) How to help and encourage others
  • (46:46) Adi's shout-out to a special community

Links:

Thanks for listening to Cloud Gossip! You can find us from our website CloudGossip.net.

Please leave us a review and subscribe to us at iTunes, Google, or Spotify!

Connect with Cloud Gossip on:

Connect with Adi on:

Connect with Annie on:

Connect with Karl on:

bookmark
plus icon
share episode
Cloud Gossip - Growing strong communities with Isidora Katanic
play

12/21/20 • 37 min

Isidora Katanic is going talk to us about how to grow a strong community, how successful events are organized, her tips and tricks to give great online presentations, and the importance of diversity and inclusion.

She’s also going to share her opinion on how Covid-19 affected the conference world, and how these 2020 changes encouraged more people to join tech and use it in everyday life.

Isidora is going to talk about some of her future goals and share with us her favorite Community Projects as well as explaining to us what the “Head in the Cloud, Heart in the Community” video series is all about.

Guest Bio:

Isidora Katanic ​is a Microsoft Most Valuable Professional (MVP) and Co-Host of the video series "Head in the cloud, Heart in the community".

She’s also the Co-Founder of the event management company districtUP - organizing IT community conferences Experts Live Europe and Experts Live Switzerland focused on Microsoft cloud, data center, security, and modern workplace technologies.

Isidora engages with the Microsoft community and travels around the world to organize, speak, and attend conferences to learn, connect, and share with others.

In 2020 Isidora has been awarded the #AzureHeroes badge in the category of Inclusive Leadership. She has also been selected as the 1st Cloud Community Champion, a community-driven initiative.

Quote

“When you think about it, community stands for a common-unity. So I think the importance is to find people who actually have something in common, the power and success are to get those people to work together. To form a unity together.”​​Isidora Katanic

Timestamps:

  • (0:00) Episode Summary
  • (1:43) Guest Intro
  • (2:51) The meaning of Community
  • (3:42) How to build a successful tech community
  • (5:12) The power of storytelling
  • (7:13) How to grow a Twitter community
  • (10:50) How to keep people interested in your event
  • (13:32) What Isidora finds appealing in an event
  • (16:38) The conference world post-Covid-19
  • (19:53) Tips on doing online presentations
  • (23:40) Top 3 tech things Isidora is passionate about
  • (26:49) Isidora's favorite fantasy tech
  • (28:58) Diversity and Inclusion
  • (31:54) How to empower others
  • (33:07) Isidora's future community projects
  • (34:09) Shout out to the community
  • (35:49) Episode wrap up and goodbyes

Links:

Connect with Isidora on:

Lists of female speakers:

Connect with Cloud Gossip on:

Tech calender: https://festivetechcalendar.com/

Connect with Annie on:

Connect with Karl on:

bookmark
plus icon
share episode

Show more best episodes

Toggle view more icon

FAQ

How many episodes does Cloud Gossip have?

Cloud Gossip currently has 15 episodes available.

What topics does Cloud Gossip cover?

The podcast is about Cloud, Aws, Kubernetes, Cloud Computing, Software Development, Podcasts, Big Data, Technology, Business and Careers.

What is the most popular episode on Cloud Gossip?

The episode title 'Software & scaleups with Mike Martin' is the most popular.

What is the average episode length on Cloud Gossip?

The average episode length on Cloud Gossip is 37 minutes.

How often are episodes of Cloud Gossip released?

Episodes of Cloud Gossip are typically released every 30 days, 2 hours.

When was the first episode of Cloud Gossip?

The first episode of Cloud Gossip was released on Jan 16, 2018.

Show more FAQ

Toggle view more icon

Comments