The 6 Figure Developer Podcast show

The 6 Figure Developer Podcast

Summary: The 6 Figure Developer Podcast is a show dedicated to helping developers to grow their career. Topics include Test Driven Development, Clean Code, Professionalism, Entrepreneurship, as well as the latest and greatest programming languages and concepts. Join hosts John Callaway, Clayton Hunt, and Jon Ash as they talk with others. The 6 Figure Developer Podcast - helping others reach their potential.

Join Now to Subscribe to this Podcast
  • Visit Website
  • RSS
  • Artist: The 6 Figure Developer
  • Copyright: © 2019 The 6 Figure Developer

Podcasts:

 Episode 145 – Cecil Phillip: Getting Started with Python | File Type: audio/mpeg | Duration: 34:48

  Cecil is a Cloud Advocate at @Microsoft, Podcaster, Teacher, Swimmer, & Music Lover. Born and Raised in Antigua, he now calls Fort Lauderdale, FL home.   Links https://twitter.com/cecilphillip https://cecilphillip.com/ https://www.linkedin.com/in/cecil-phillip/ https://github.com/cecilphillip   Resources https://channel9.msdn.com/Series/More-Python-for-Beginners https://www.twitch.tv/clarkio https://www.twitch.tv/microsoftdeveloper https://channel9.msdn.com/Shows/On-NET https://channel9.msdn.com/Series/Intro-to-Python-Development https://us.pycon.org/2020/online/#sponsor-workshops   "Tempting Time" by Animals As Leaders used with permissions - All Rights Reserved   × Subscribe now! Never miss a post, subscribe to The 6 Figure Developer Podcast! Are you interested in being a guest on The 6 Figure Developer Podcast? Click here to check availability!  

 Episode 144 – Database Stuff with Brent Ozar | File Type: audio/mpeg | Duration: 37:16

  This week the guys get some free Database Consulting from Brent Ozar. Brent makes Microsoft SQL Server go faster. He got his start in the late 1990s – first as a developer and systems administrator, then as a full time DBA. He's managed performance and reliability for truly tough servers: tens of terabytes, thousands of databases, and thousands of queries per second.   Links https://twitter.com/BrentO https://www.brentozar.com/ https://www.linkedin.com/in/brentozar/ https://www.twitch.tv/brentozar https://github.com/BrentOzarULTD   Resources SQLPerformance.com SQL Server Simple Talk SQL Server Central Stairways SQLBits.com The Secrets of Consulting   "Tempting Time" by Animals As Leaders used with permissions - All Rights Reserved   × Subscribe now! Never miss a post, subscribe to The 6 Figure Developer Podcast! Are you interested in being a guest on The 6 Figure Developer Podcast? Click here to check availability!  

 Episode 143 – Azure Pipelines | File Type: audio/mpeg | Duration: 31:38

  In this episode we talk about Azure Pipelines.   Definitions What is a pipeline Chain of repeatable actions/tasks that transform some input into some output. Its like a function chain. Types of pipelines Build Pipeline This pipeline takes the source code as input and produces deployable artifacts as the output. It may also do some unit testing, linting and static analysis to the code to check the validatiy of the output artifacts. Release Pipleline This pipeline takes the deployable artifacts as input and produces deployed environments as outputs. It may also perform some automated integration tests to test the validity of the deployment Continuous Integration (CI) This is the practice of merging the small batches of developer changes into the main branch continuously instead of all at once at the end of a development cycle. This is facilitated by a good build pipeline. For good or worse CI Pipeline and Build Pipeline are often conflated Continuous Delivery (CD) This is the practice of automatically deploying an artifact to an environment as soon as the artifact is created. This does not mean that the environment production. This is facilitated by a good release pipeline For good or worse CD Pipeline and Release Pipeline are often conflated CI/CD This is when we combine the practice of Continuous Integration with the practice of Continuous Delivery Continuous Deployment This is the practice of extending the automatic deployment of an artifact through all stages until is automatically deployed to production. This requires one or more good release pipelines It often gets confused with Continious Delivery. It is Continuous Delivery but Continuous Delivery is not Continuous Deployment. Azure DevOps Products Azure DevOps A suite of development tools Azure Pipelines Tool for building out the build and release pipelines Alternates Jenkins, Octopus, TeamCity, Circleci, GitLab Excellent GitHub and Azure DevOps Repos integration, but can connect to other remote repositories Excellent Azure integration, but can deploy into most any platfor or environment. Linux, macOS and Windows adjents Supports most lanuages Free for Open Source (10 parallel jobs unlimited minutes) First agent free for closed source Before Creating a Pipeline Consider your branching strategy Recommend, Trunk-based Strategy Team shares single trunk (master) that all development is based off of. Release Flow Creating a Build Pipeline YAML vs Classic Recommend, YAML uses a yaml config stored in the source code repository to define the build pipeline. Classic is good for learning the platform and can be used to figure out the correct yaml. trigger Recommend, based on changes to specified branchs can include or exclude files and folders within the branch can be triggered on a timed schedule define jobs a job us run on an agent and has its own variables and copies of source code etc. jobs can be completed in parallel define steps in jobs

 Episode 142 – Talking Terraform with Ned Bellavance | File Type: audio/mpeg | Duration: 45:31

  Ned is an independent consultant in the world of technology. He focuses on creating content around training, education, and marketing. Among other things, he creates courses for Pluralsight, hosts the Day Two Cloud podcast, and writes content for several tech marketing firms.   Links https://nedinthecloud.com https://twitter.com/Ned1313 https://www.linkedin.com/in/ned-bellavance/ https://www.pluralsight.com/authors/edward-bellavance https://leanpub.com/terraform-certified/   Resources https://www.terraform.io/ https://github.com/hashicorp/terraform https://learn.hashicorp.com/terraform https://www.terraformupandrunning.com/   "Tempting Time" by Animals As Leaders used with permissions - All Rights Reserved   × Subscribe now! Never miss a post, subscribe to The 6 Figure Developer Podcast! Are you interested in being a guest on The 6 Figure Developer Podcast? Click here to check availability!  

 141 – Jennifer Wadella: Users don’t care about your stack | File Type: audio/mpeg | Duration: 37:14

  Jennifer is a software engineer who has been writing code since before she realized it was a credible career path. She currently works as a JavaScript Developer at Bitovi and is a Google Developer Expert. Users don't care about your stack. - Framework zealot - Consider Users - What benefits - Stop being mindless monkeys Setting Boundaries for Project Success and Personal Happiness   * Disclaimer: this episode is a bit more colorful than other's, consider yourself warned.   Links https://jenniferwadella.com https://twitter.com/likeOMGitsFEDAY https://github.com/tehfedaykin   Resources Blog Bitovi Radical Candor Thanks for the Feedback Without Their Permission   "Tempting Time" by Animals As Leaders used with permissions - All Rights Reserved   × Subscribe now! Never miss a post, subscribe to The 6 Figure Developer Podcast! Are you interested in being a guest on The 6 Figure Developer Podcast? Click here to check availability!  

 Episode 140 – Talking Kubernetes with Ralph Squillace | File Type: audio/mpeg | Duration: 48:39

  Ralph is a Principal Program Manager for Microsoft, helping the team supporting Helm, Draft, Brigade, CNAB, and the Visual Studio Code Kubernetes extension in the Cloud Compute Team. He's worked in distributed computing for many years.   Links https://twitter.com/ralph_squillace https://github.com/squillace   Resources https://kubernetes.io/ https://github.com/kubernetes/kubernetes https://tilt.dev/ https://cnab.io/ Installing Kubernetes with Kind Cloud Native Computing Foundation   "Tempting Time" by Animals As Leaders used with permissions - All Rights Reserved   × Subscribe now! Never miss a post, subscribe to The 6 Figure Developer Podcast! Are you interested in being a guest on The 6 Figure Developer Podcast? Click here to check availability!  

 Episode 139 – Talking Go with Erik St. Martin | File Type: audio/mpeg | Duration: 31:37

  Erik is a Principal Cloud Developer Advocate at Microsoft and has over 15 years of experience in the industry. He is also the Organizer for GopherCon and Co-author of Go in Action   Links https://erikstmartin.com/ https://twitter.com/erikstmartin https://www.linkedin.com/in/erikstmartin/ https://github.com/erikstmartin   Resources Communicating Sequential Processes go.dev Gophers Slack K8s Slack   "Tempting Time" by Animals As Leaders used with permissions - All Rights Reserved   × Subscribe now! Never miss a post, subscribe to The 6 Figure Developer Podcast! Are you interested in being a guest on The 6 Figure Developer Podcast? Click here to check availability!  

 Episode 138 – MXChip and IoT with Suz Hinton | File Type: audio/mpeg | Duration: 33:55

  Suz is a front-end developer by trade, and open source contributor and enthusiast in her spare time. She likes the web, robots, accessibility, education, and code.   Links https://noopkat.com https://github.com/noopkat https://twitter.com/noopkat https://www.twitch.tv/noopkat https://www.youtube.com/c/Noopkat https://www.linkedin.com/in/susanmhinton/   Resources https://www.adafruit.com/ https://www.arduino.cc/ https://github.com/noopkat/mxchip-gifs Xbox Adaptive Controller   "Tempting Time" by Animals As Leaders used with permissions - All Rights Reserved   × Subscribe now! Never miss a post, subscribe to The 6 Figure Developer Podcast! Are you interested in being a guest on The 6 Figure Developer Podcast? Click here to check availability!  

 Episode 137 – Mads Torgersen on C# 8 and Beyond | File Type: audio/mpeg | Duration: 41:51

  Mads is the Program Manager for the C# Language. He maintains the language specification and runs the language design process for C#. Many years ago Mads was a professor, and also contributed to a language starting with J.   Links https://twitter.com/madstorgersen https://www.linkedin.com/in/madst/ https://github.com/MadsTorgersen https://channel9.msdn.com/events/speakers/mads-torgersen   Resources https://docs.microsoft.com/en-us/dotnet/csharp/whats-new/csharp-8 https://github.com/dotnet/csharplang/blob/master/proposals/function-pointers.md   "Tempting Time" by Animals As Leaders used with permissions - All Rights Reserved   × Subscribe now! Never miss a post, subscribe to The 6 Figure Developer Podcast! Are you interested in being a guest on The 6 Figure Developer Podcast? Click here to check availability!  

 Episode 136 – Working Remotely | File Type: audio/mpeg | Duration: 28:58

  With recent events, many of us have been or will be told to work from home. Today we are going to discuss tips and techniques to be effective as a remote worker. Staying focused StayFocusd Listen to music Dedicated space Desk Chair Wifi (Dream Machine is awesome!) Others? interacting with coworkers Slack Teams Zoom LogMeIn others? Getting help with code LiveShare Zoom Teams Slack others? Tracking work Azure DevOps (ADO) Trello Asana KanbanFlow Toggl RescueTime GitLab GitHub JIRA (sucks) Take breaks Take a walk Change rooms Change positions Snacks   "Tempting Time" by Animals As Leaders used with permissions - All Rights Reserved   × Subscribe now! Never miss a post, subscribe to The 6 Figure Developer Podcast! Are you interested in being a guest on The 6 Figure Developer Podcast? Click here to check availability!  

 Episode 135 – Akka.NET with Aaron Stannard | File Type: audio/mpeg | Duration: 44:12

  Aaron is the CTO and co-founder of Petabridge, where they are making distributed programming for .NET developers easy by working on Akka.NET and Helios. Prior to Petabridge he founded MarkedUp Analytics, and worked at Microsoft as a Startup Developer Evangelist.   Links https://twitter.com/Aaronontheweb http://www.aaronstannard.com/   Resources https://learnakka.net/ https://petabridge.com/bootcamp/ https://petabridge.com/cluster/ https://getakka.net/ https://www.youtube.com/watch?v=0KnIMDoJpZs   "Tempting Time" by Animals As Leaders used with permissions - All Rights Reserved   × Subscribe now! Never miss a post, subscribe to The 6 Figure Developer Podcast! Are you interested in being a guest on The 6 Figure Developer Podcast? Click here to check availability!  

 Episode 134 – Startup Culture | File Type: audio/mpeg | Duration: 31:07

  The 3 of us have all worked at a startup before. We don't remember it being too terribly chaotic and yet somehow we were still successful. What do you think of when you hear that so-and-so company has a startup culture? - Beer - Ping Pong - Beanbag chairs - 80 hour weeks? - Sweat equity? - Sleeping in the office? - Crazy/unrealistic expectations?   https://twitter.com/martinfowler/status/1229839400990904320   Links http://testobsessed.com/2020/02/momentum-urgency/   Resources Clarity First It Doesn't Have to Be Crazy at Work   Image from the 2018 Wikimedia Hackathon, May 18-20, 2018, Autonomous University of Barcelona (Mhollo / CC BY-SA). "Tempting Time" by Animals As Leaders used with permissions - All Rights Reserved   × Subscribe now! Never miss a post, subscribe to The 6 Figure Developer Podcast! Are you interested in being a guest on The 6 Figure Developer Podcast? Click here to check availability!  

 Episode 133 – Nick Craver: Stack Overflow to .NET Core | File Type: audio/mpeg | Duration: 39:51

  Nick is the Architecture Lead for Stack Exchange. He designs and builds very fast things in hopes of making life easier for millions of developers. His day to day job keeps him fairly busy, keeping Stack Overflow and the rest of the network running. His days consist of being a software developer, sysadmin, DBA, architect, network fixer, hardware installer, data center whatever, all around debugger, and many things in-between.   Links https://nickcraver.com/ https://twitter.com/Nick_Craver https://github.com/NickCraver https://stackoverflow.com/users/13249/nick-craver   "Tempting Time" by Animals As Leaders used with permissions - All Rights Reserved   × Subscribe now! Never miss a post, subscribe to The 6 Figure Developer Podcast! Are you interested in being a guest on The 6 Figure Developer Podcast? Click here to check availability!  

 Episode 132 – EF and EF Core with Brice Lambson | File Type: audio/mpeg | Duration: 37:10

  Brice is a senior software engineer on the Entity Framework team at Microsoft. In his spare time, he enjoys giving back to the community through blogging and open source.   Links https://www.bricelam.net/ https://github.com/bricelam https://stackoverflow.com/users/475031/bricelam https://twitter.com/bricelambs   "Tempting Time" by Animals As Leaders used with permissions - All Rights Reserved   × Subscribe now! Never miss a post, subscribe to The 6 Figure Developer Podcast! Are you interested in being a guest on The 6 Figure Developer Podcast? Click here to check availability!  

 Episode 131 – Distracted Developer with Matthew Jones | File Type: audio/mpeg | Duration: 33:46

  Matthew is a programmer, a dad, a husband, a geek, a blogger, a speaker... lots of things. For the last 10+ years he's been working in business with the .NET framework, and dabbling in other technologies along the way. Currently he works for U-Haul international out of Phoenix, where he and his team build everything you can imagine related to moving. Oh, and he also writes a tech blog called Exception Not Found (www.exceptionnotfound.net) where he tries to be funny, useful, and insightful, and occasionally even manages it. Weird, right?   Links https://www.exceptionnotfound.net/ https://twitter.com/ExceptionNotFnd https://www.linkedin.com/in/matthew-jones-b7879b155/ https://github.com/exceptionnotfound   Resources ADDitude Magazine You mean I'm not lazy, stupid, or crazy? Delivered from Distraction   "Tempting Time" by Animals As Leaders used with permissions - All Rights Reserved   × Subscribe now! Never miss a post, subscribe to The 6 Figure Developer Podcast! Are you interested in being a guest on The 6 Figure Developer Podcast? Click here to check availability!  

Comments

Login or signup comment.