Log in

goodpods headphones icon

To access all our features

Open the Goodpods app
Close icon
headphones
Ladybug Podcast

Ladybug Podcast

Emma Bostian, Kelly Vaughn

1 Creator

1 Creator

Back after a two-year hiatus, engineering leaders Emma Bostian and Kelly Vaughn return for Season 7 of the Ladybug Podcast, giving you a deep dive into all things engineering leadership. With nearly 1 million total listens, Ladybug Podcast covers tech, career, and code, bringing unique viewpoints from a variety of guests and co-hosts. Check out our website!
profile image
profile image

4 Listeners

bookmark
Share icon

All episodes

Best episodes

Seasons

Top 10 Ladybug Podcast Episodes

Goodpods has curated a list of the 10 best Ladybug Podcast episodes, ranked by the number of listens and likes each episode have garnered from our listeners. If you are listening to Ladybug Podcast 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 Ladybug Podcast episode by adding your comments to the episode page.

Ladybug Podcast - A Day in the Life of a Software Engineer
play

10/04/21 • 61 min

What is a typical day in the life like for a software engineer? To close out Season 6, we thought it’d be a great idea to give you some insight into our workdays, as we all have very different roles and are in different stages of our careers.

Show Notes

  • [02:54] Morning routines
  • [16:09] Beginning of the workday
  • [28:15] The rest of the workday
  • [49:03] Evenings and weekends
  • [53:57] Top 3 tools for productivity

Resources

Transcript

Here is this week's transcript

profile image
profile image

2 Listeners

bookmark
plus icon
share episode
Ladybug Podcast - Data Structures and Algorithms
play

02/03/20 • 53 min

Computer science concepts like data structures and algorithms can be super intimidating, especially if you’re cramming the night before an interview.

In this episode, we’ll discuss common algorithms and data structures and give you some tips for your next whiteboarding challenge.

01:44 - Our experience with data structures and algorithms

05:00 - What are algorithms?

06:17 - What is Big O notation?

13:57 - Sorting algorithms

17:55 - Graph traversal

19:20 - Searching algorithms

20:04 - What are data structures

23:05 - Arrays

26:03 - Linked Lists

29:15 - Sets

30:22 - Objects, maps, heaps

34:50 - Binary Trees

35:47 - Stacks and queues

40:08 - Graphs

41:00 - Common interview questions

43:27 - Tips for interviews and where to learn more

1 Listener

bookmark
plus icon
share episode

Episode Notes

Coding bootcamps aim to help students gain the skills they need to land their first job in web development in months instead of years. Today we’ll be diving into some of the benefits and drawbacks of coding bootcamps, and we’ll explore our personal experiences learning from them and teaching at them.

Shownotes

  • [3:01] Our Bootcamp experiences
  • [9:58] What are bootcamps
  • [21:05] Benefits and drawbacks of bootcamps
  • [42:29] What comes after the bootcamp
  • [46:31] Shoutouts

Resources

Transcript

https://github.com/ladybug-podcast/ladybug-website/blob/master/transcripts/61-bootcamps.md

1 Listener

bookmark
plus icon
share episode
Ladybug Podcast - It Doesn't Have to Be Crazy at Work
play

04/01/20 • 52 min

bookmark
plus icon
share episode
Ladybug Podcast - So You've got a Job Offer, Now What?
play

04/05/21 • -1 min

You studied a bunch, landed the interview, passed the whiteboarding exercises, nailed the behavioral interview, and finally got the job. Congratulations on your new position! So now what? Today we’re sharing some of our experiences to help your job transition happen smoothly. Let’s get into it.

Show Notes

  • [01:54] Salary Negotiation
  • [11:43] What to do in the first two weeks
  • [50:42] Shoutouts

Resources

Transcript

https://github.com/ladybug-podcast/ladybug-website/blob/master/transcripts/70-so-you-got-a-job.md

bookmark
plus icon
share episode
Ladybug Podcast - Getting Hooked on React Part 2
play

03/22/21 • -1 min

React is a JavaScript library for building user interfaces and is one of the most widely used libraries to date. Last season we discussed the basics of React and today we’re going to dive into the more advanced aspects of the library. Let’s get started.

Episode Notes

  • [04:16] React Hooks
  • [22:28] State Management
  • [26:43] Design Patterns
  • [40:39] Performance
  • [49:33] Testing
  • [51:15] Prop types and TypeScript
  • [55:21] Shoutouts

Resources

Transcript

https://github.com/ladybug-podcast/ladybug-website/blob/master/transcripts/69-intermediate-react.md

bookmark
plus icon
share episode
Ladybug Podcast - Advice to our Past Selves
play

05/04/20 • 46 min

Welcome to season 3 of the LB podcast. This season we’ll cover topics ranging from advanced JavaScript to networking. We’ll chat about Git & GitHub, making money outside your 9-5 job, and many more topics.

For our first episode of this new season, we’ll be reminiscing about our coding history and discussing some advice we wished we had when learning to code ranging from asking more questions to negotiating job offers.

Show notes

01:50 - Our stories 09:29 - Find a community 10:43 - Take breaks - you don’t have to code all the time 13:36 - Ask questions 16:50 - Overcome imposter syndrome 18:09 - Sharing your learning journey can help not only yourself but others too 20:24 - Surround yourself with people who support you 21:33 - Don’t get stuck in the cycle of tutorials 23:28 - Get comfortable with being uncomfortable 25:02 - Ask for feedback early and often 26:23 - Stop being such a perfectionist 28:06 - Document your learning journey 30:00 - Learn how to Google 31:45 - Different ways to learn 32:32 - Try to be honest w/ ur manager 34:42 - Celebrate your small wins 35:20 - Interview to challenge yourself 36:54 - Talk to people who have your dream job 38:04 - Negotiate offers 40:20 - You can be a people person in tech 41:40 - Don’t fall into shiny object syndrome 42:21 - You belong in the industry

Resources

Transcript

We provide transcripts for all of our episodes. You can find them here!

bookmark
plus icon
share episode
Ladybug Podcast - Cryptography

Cryptography

Ladybug Podcast

play

03/08/21 • 35 min

Cryptography is a method of protecting information and communication through the use of code so only those for whom the information is intended can read and process it. Cryptography is used for many things from online banking to GitHub commits. Today we’ll dive into the basics of cryptography. Let’s get started!

Show Notes

  • [0:25] Our experience with cryptography
  • [03:08] What is cryptography?
  • [04:21] Four objectives of cryptography
  • [09:44] Types of cryptography
  • [23:34] Historical Cryptography
  • [30:54] How to learn cryptography
  • [32:34] Shoutouts

We got this note about RSA private/public keys from a listener:

"The point of having public and private keys is that the public key can only encrypt a message, and only the private key can decrypt the message. So the public key is safe for anyone to have, since you can’t use it to read anyone else’s message. The private key needs to stay private so only you can read messages encrypted by the public key"

Thanks for the clarification, Brad!

Resources

Transcript

https://github.com/ladybug-podcast/ladybug-website/blob/master/transcripts/67-cryptography.md

bookmark
plus icon
share episode
Ladybug Podcast - Financial Planning

Financial Planning

Ladybug Podcast

play

03/01/21 • 45 min

It’s no secret that a major perk to working in development is the salary. Developers are often paid higher than the average salary, and as you move up in a company, you can see significant growth in your income. We all know financial literacy is often skipped in early education, which is why this week we’re talking all things financial planning with our special guest, Shannon Lee Simmons, to teach you what you need to know about managing your finances as a high earner.

Show Notes

  • [0:41] Tell us about yourself and what you do
  • [02:00] Where to find a financial advisor?
  • [03:48] What does it mean to be a high earner?
  • [06:47] One of the biggest questions I see asked is whether you should save your money or pay off your debt first. How do you decide what to do with your money?
  • [10:57] What benchmarks exist for net worth? Should we care? Where should you keep your money? How much should be kept in cash vs. investments?
  • [19:14] How should you balance your lifestyle with wealth building? How do you recommend avoiding lifestyle creep but on the flip side, how do you make sure you’re allowing yourself to enjoy your money while also saving for the future?
  • [23:09] We have an international audience so without getting too specific about different types of retirement accounts, what general advice can you give to those looking to save for retirement? When is the right time to see a financial advisor
  • [28:27] What are your thoughts of the FIRE movement?
  • [32:28] What are options and restricted stock units/RSUs? When should I consider taking equity for a lower salary?
  • [36:04] Do you have any thoughts/ advice to any of these Wall Street Bets people investing in GME stocks? What tools do you recommend to people to help manage their finances?
  • [41:42] Shoutouts
  • [44:29] Where can our listeners find you on the internet?

Resources

Transcript

https://github.com/ladybug-podcast/ladybug-website/blob/master/transcripts/66-personal-finance.md

bookmark
plus icon
share episode
Ladybug Podcast - An Introduction to E-Commerce
play

03/15/21 • -1 min

2020 was one of the biggest years in the history of e-commerce. In fact, the pandemic spurred such a growth in e-commerce that the industry as a whole moved forward about 10 years in 3 months’ time. Whether you’re interested in starting your own store or learning how to develop for e-commerce, this week on the podcast we’re breaking it all down for you.

Episode Notes

  • [02:40] Platforms
  • [07:22] Why e-commerce over brick & mortar
  • [11:08] Starting your own store
  • [41:16] Developing for e-commerce
  • [49:03] Shoutouts

Resources

Transcript

https://github.com/ladybug-podcast/ladybug-website/blob/master/transcripts/68-ecommerce.md

bookmark
plus icon
share episode

Show more best episodes

Toggle view more icon

FAQ

How many episodes does Ladybug Podcast have?

Ladybug Podcast currently has 83 episodes available.

What topics does Ladybug Podcast cover?

The podcast is about Podcasts, Technology, Business and Careers.

What is the most popular episode on Ladybug Podcast?

The episode title 'A Day in the Life of a Software Engineer' is the most popular.

What is the average episode length on Ladybug Podcast?

The average episode length on Ladybug Podcast is 46 minutes.

How often are episodes of Ladybug Podcast released?

Episodes of Ladybug Podcast are typically released every 7 days.

When was the first episode of Ladybug Podcast?

The first episode of Ladybug Podcast was released on Jul 1, 2019.

Show more FAQ

Toggle view more icon

Comments