The Women in Tech Show: A Technical Podcast show

The Women in Tech Show: A Technical Podcast

Summary: A women in tech podcast featuring technical interviews with prominent women in technology. The interviews explore topics in software engineering, software design, artificial intelligence, research, entrepreneurship, career strategy, machine learning, security, and more. Hosted by Edaena Salinas, Software Engineer at Microsoft.

Podcasts:

 Cover (YC W16) with Natalie Gray | File Type: audio/mpeg | Duration: Unknown

Many industries are using technologies to improve their processes and to provide better services to people. Natalie Gray, Co-founder and Lead of Product Design at Cover, explained the bottlenecks in the insurance process and how technology can simplify it. We talked about a mobile-first solution that addresses these problems. Natalie talked about the product design process and how ideas can be evaluated. We also talked about Stylekick, a fashion e-commerce app that she co-founded that was later acquired by Shopify.

 Data-Driven Security with Barbara Kay | File Type: audio/mpeg | Duration: Unknown

Security threats are everywhere. To tackle these threats we can gather and analyze information about potential attacks. Barbara Kay, Senior Director of Security Product at ExtraHop, explained internal and external threats that systems can be exposed to. We talked about different types of threats and how these can be identified using machine learning. Barbara also explained the product development strategy for products in security. Prior to working ExtraHop, Barbara led security operations market research and product strategy for McAfee and was responsible for the threat intelligence and analytics solutions, as well as the security information and event management.

 Containers and Cloud Computing Lakshmi Sharma | File Type: audio/mpeg | Duration: Unknown

Creating and deploying applications to the cloud has gotten a lot easier. With advancements in containers and networking capabilities organizations can adopt a hybrid cloud approach. Lakshmi Sharma, Director of Product Management and Networking at Google explained what the hybrid cloud and the role of containers in cloud computing. We also talked about Ingress, a tool on Google Cloud that makes containers a first-class citizen in the cloud. Lakshmi also explained the process of deciding what tools to build and how some internal tools from Google developed into products that are released to the public.

 Impostor Syndrome with Maureen Zappala | File Type: audio/mpeg | Duration: Unknown

Maureen Zappala, former Engineer at NASA explained what it meant to conduct jet propulsion research at the NASA Lewis Research Center, now known as the NASA Glenn Research Center. We talked about the different experiments that could be conducted there. Maureen also explained the ways in which she experienced Impostor Syndrome and what this consists of. We talked about examples of symptoms and strategies to combat it. Maureen is the author of Pushing Your Envelope: How Smart People Defeat Self-Doubt and Live with Bold Enthusiasm.

 Edge Computing with Maria Gorlatova | File Type: audio/mpeg | Duration: Unknown

We are surrounded by a lot of devices. These devices can be connected to other devices forming the Internet of Things. Maria Gorlatova, Assistant Professor at Duke University Department of Electrical Engineering and Computer Engineering explains what the Internet of Things consists of. Maria also talked about what Edge computing is, and how we can bring intelligence from the cloud to devices that are installed close to the users. We discussed the architecture components for edge computing and how it can be used for machine learning.

 Blockchain Technology with Jin Wei-Kocsis | File Type: audio/mpeg | Duration: Unknown

Blockchain technology is being used in different industries. NASA is using it to improve their communications systems. The finance industry is exploring it in how they do transactions. Jin Wei-Kocsis, Assistant Professor in Electrical & Computer Engineering at University of Akron explains what blockchain technology is. We talked about the components of blockchain and examples of applications using it. Jin explained the implications of decentralized processing and tools we can use to use this technology.

 Big Data with Holden Karau | File Type: audio/mpeg | Duration: Unknown

Data is constantly flowing through a system. From telemetry data to data from IoT devices, as the amount of data increases, challenges emerge on how to process it. Holden Karau, Open Source Big Data Developer Advocate at Google, talked about how data can be processed and analyzed in batches or in streams. Holden explained the infrastructure needed to process data at scale and fundamental performance improvements for these systems.

 Poppy (YC W16) with Avni Patel | File Type: audio/mpeg | Duration: Unknown

When you’re working on a product, an important part of the process is to understand how your customers use it. This helps drive improvements. Avni Patel, CEO and Founder of Poppy explained the role of consumer psychology in analyzing products. Avni also explained the process of launching a tech startup as a solo founder. We talked about how she built and launched the first version without having a background in software development and programming. Avni explained her experience at YC and how she handled rejection the first time she applied.

 Math and Data Science with Hanna Landrus | File Type: audio/mpeg | Duration: Unknown

A data-driven approach is becoming more common across companies from different sectors. These companies have people that are focused on getting insights from data, such as data analysts and data scientists. Hanna Landrus, Data Scientist at Usermind explains the difference between data analyst and data scientist. Hanna has experience in both these roles. She explained the types of problems that she explored as a data analyst and as a data scientist. We also talked about the mathematical concepts present in this area, and the workflow and technologies she uses.

 Intro to Deep Learning with Erika Menezes | File Type: audio/mpeg | Duration: Unknown

As the amount of data has increased, we have been able to apply other machine learning methods like deep learning. Erika Menezes, Software Engineer at Microsoft explains what deep learning is and the problems it has been able to tackle. We talked about artificial neural networks and how these are the core component in deep learning architectures. Erika also explained how a deep learning project is structured and the different steps in the pipeline.

 Computational Creativity with Maya Ackerman | File Type: audio/mpeg | Duration: Unknown

What does it mean for a machine to be creative? Maya Ackerman, CEO of WaveAI, addresses this question. We talked about the challenges of building systems that have creativity. Maya explained how she began exploring the idea of computational creativity by building a system that makes songwriting accessible to more people. This system, called ALYSIA, plays the role of a creative partner and helps a person write music. We talked about how the system was built using machine learning and the ways in which it is creative.

 Developer Productivity with Simina Pasat | File Type: audio/mpeg | Duration: Unknown

The workflow of a software developer has evolved a lot throughout the decades. With these advancements we have become more productive and focus on building things that are core to the business that we work on. Simina Pasat, Senior Program Manager at Microsoft, explains what developer productivity consists of. We talked about the developing pipeline for building mobile apps and the components that can be automated. Simina also explained the bottlenecks in developing a mobile app and how to monitor apps and learn from data.

 AI and Engineering with Camille Eddy | File Type: audio/mpeg | Duration: Unknown

Technology is a broad field that touches many other fields. Camille Eddy, Mechanical Engineer explained different areas in technology that she has worked on. We begin the discussion with machine learning. Camille explained different machine learning systems we interact with, how bias can be present in these systems, and ways to combat it. We then talked about Mechanical Engineering and discussed the process of building a robotic hand. Camille explained the design and prototype process. We also talked about the hardware and software engineering components of this process.

 Machine Learning at Netflix with Julie Pitt | File Type: audio/mpeg | Duration: Unknown

When we open Netflix we get pretty good recommendations for content that we may like. This is one example that shows the data-driven mentality at Netflix. Julie Pitt, Director of Machine Learning Infrastructure at Netflix, explained other ways in which Netflix is using data and machine learning. We talked about using data for creating content, and for changes in the infrastructure. Julie explained how her team is working on improving the workflow of data scientists. We talked about the bottlenecks and the major interface between data scientists and a Machine Learning platform.

 System Performance with Kay Ousterhout | File Type: audio/mpeg | Duration: Unknown

Web and mobile applications can become more popular than we had anticipated. If we’re not prepared, our application can have downtime. If we are prepared, it means that our application can scale. Scaling an application comes with numerous challenges. One of those is how we reason about system performance and how that influences architecture changes we make to our system. Kay Ousterhout, Software Engineer at LightStep explains what performance means and why users struggle to reason about it in today’s systems. Kay discussed her work on Apache Spark and how jobs were decomposed to provide clarity about performance to users. We also talked about detecting bottlenecks in a system.

Comments

Login or signup comment.