fbpx
239: What 20 Percent Of Topics Should You Focus On?

239: What 20 Percent Of Topics Should You Focus On?

https://www.takeupcode.com/podcast-player/1241/239-what-20-percent-of-topics-should-you-focus-on.mp3Download file | Play in new window | Duration: 6:02 | Recorded on July 23, 2018Subscribe: Apple Podcasts | Google Podcasts | Podbean | StitcherThere’s a lot you...
221: Be Careful Of Changes In Code Abstraction.

221: Be Careful Of Changes In Code Abstraction.

https://www.takeupcode.com/podcast-player/684/221-careful-changes-code-abstraction.mp3Download file | Play in new window | Duration: 6:11 | Recorded on February 5, 2018Subscribe: Apple Podcasts | Google Podcasts | Podbean | StitcherThe code you write should follow a...
221: Be Careful Of Changes In Code Abstraction.

144: Data Types: C++ nullptr Is Not Zero.

https://www.takeupcode.com/podcast-player/555/144-data-types-cpp-nullptr-not-zero.mp3Download file | Play in new window | Duration: 8:05 | Recorded on August 15, 2016Subscribe: Apple Podcasts | Google Podcasts | Podbean | Stitchernullptr represents a null pointer and...
221: Be Careful Of Changes In Code Abstraction.

142: Comments. Focus On Why.

https://www.takeupcode.com/podcast-player/546/142-comments-focus-why.mp3Download file | Play in new window | Duration: 9:46 | Recorded on August 1, 2016Subscribe: Apple Podcasts | Google Podcasts | Podbean | StitcherComments are important but don’t forget that...
221: Be Careful Of Changes In Code Abstraction.

139: Data Types: C++ Decltype. Declared Types.

https://www.takeupcode.com/podcast-player/537/139-data-types-cpp-decltype-declared-types.mp3Download file | Play in new window | Duration: 9:06 | Recorded on July 11, 2016Subscribe: Apple Podcasts | Google Podcasts | Podbean | StitcherSometimes you need to declare a...
221: Be Careful Of Changes In Code Abstraction.

132: Data Types: Lambdas.

https://www.takeupcode.com/podcast-player/526/132-data-types-lambdas.mp3Download file | Play in new window | Duration: 11:39 | Recorded on June 28, 2016Subscribe: Apple Podcasts | Google Podcasts | Podbean | StitcherLambdas are a recent addition to C++ and are also...
221: Be Careful Of Changes In Code Abstraction.

130: Data Types: Function Pointers Part 1.

https://www.takeupcode.com/podcast-player/520/130-data-types-function-pointers-part-1.mp3Download file | Play in new window | Duration: 8:52 | Recorded on June 23, 2016Subscribe: Apple Podcasts | Google Podcasts | Podbean | StitcherYou may not always need to work with...
221: Be Careful Of Changes In Code Abstraction.

128: Data Types: Function Objects Part 1.

https://www.takeupcode.com/podcast-player/518/128-data-types-function-objects-part-1.mp3Download file | Play in new window | Duration: 8:52 | Recorded on June 21, 2016Subscribe: Apple Podcasts | Google Podcasts | Podbean | StitcherFunction objects are simple but...
221: Be Careful Of Changes In Code Abstraction.

QA Friday 2016-Jun-17

https://www.takeupcode.com/podcast-player/516/qa-friday-2016-jun-17.mp3Download file | Play in new window | Duration: 6:37 | Recorded on June 17, 2016Subscribe: Apple Podcasts | Google Podcasts | Podbean | StitcherWhat is runtime binding? Runtime binding is a concept...
221: Be Careful Of Changes In Code Abstraction.

106: Multithreading. Call Me Back Please.

https://www.takeupcode.com/podcast-player/479/106-multithreading-call-back-please.mp3Download file | Play in new window | Duration: 11:33 | Recorded on May 12, 2016Subscribe: Apple Podcasts | Google Podcasts | Podbean | StitcherCallback methods can also be either...
221: Be Careful Of Changes In Code Abstraction.

105: Multithreading. Sync vs. Async.

https://www.takeupcode.com/podcast-player/478/105-multithreading-sync-vs-async.mp3Download file | Play in new window | Duration: 9:43 | Recorded on May 11, 2016Subscribe: Apple Podcasts | Google Podcasts | Podbean | StitcherWhat are synchronous and asynchronous...
221: Be Careful Of Changes In Code Abstraction.

72: Design Patterns: Command.

https://www.takeupcode.com/podcast-player/426/72-design-patterns-command.mp3Download file | Play in new window | Duration: 10:47 | Recorded on March 15, 2016Subscribe: Apple Podcasts | Google Podcasts | Podbean | StitcherThe command behavioral pattern allows you to...
221: Be Careful Of Changes In Code Abstraction.

71: Design Patterns: Chain Of Responsibility.

https://www.takeupcode.com/podcast-player/425/71-design-patterns-chain-responsibility.mp3Download file | Play in new window | Duration: 8:21 | Recorded on March 14, 2016Subscribe: Apple Podcasts | Google Podcasts | Podbean | StitcherThe chain of responsibility...
221: Be Careful Of Changes In Code Abstraction.

70: Design Patterns: Proxy.

https://www.takeupcode.com/podcast-player/423/70-design-patterns-proxy.mp3Download file | Play in new window | Duration: 9:24 | Recorded on March 10, 2016Subscribe: Apple Podcasts | Google Podcasts | Podbean | StitcherThe proxy structural pattern introduces another...
221: Be Careful Of Changes In Code Abstraction.

67: Design Patterns: Decorator.

https://www.takeupcode.com/podcast-player/419/67-design-patterns-decorator.mp3Download file | Play in new window | Duration: 10:12 | Recorded on March 7, 2016Subscribe: Apple Podcasts | Google Podcasts | Podbean | StitcherThe decorator structural pattern allows you to...
221: Be Careful Of Changes In Code Abstraction.

QA Friday 2016-Mar-04

https://www.takeupcode.com/podcast-player/418/qa-friday-2016-mar-04.mp3Download file | Play in new window | Duration: 8:45 | Recorded on March 4, 2016Subscribe: Apple Podcasts | Google Podcasts | Podbean | StitcherWhat is the rule of three? And related to this: What...
221: Be Careful Of Changes In Code Abstraction.

66: Design Patterns: Composite.

https://www.takeupcode.com/podcast-player/417/66-design-patterns-composite.mp3Download file | Play in new window | Duration: 8:09 | Recorded on March 3, 2016Subscribe: Apple Podcasts | Google Podcasts | Podbean | StitcherThe composite structural pattern allows you to...
221: Be Careful Of Changes In Code Abstraction.

63: Design Patterns: Abstract Factory.

https://www.takeupcode.com/podcast-player/412/63-design-patterns-abstract-factory.mp3Download file | Play in new window | Duration: 12:40 | Recorded on February 29, 2016Subscribe: Apple Podcasts | Google Podcasts | Podbean | StitcherThe abstract factory creational...
221: Be Careful Of Changes In Code Abstraction.

55: C++ Exceptions. Cannot Be Ignored.

https://www.takeupcode.com/podcast-player/399/55-c-exceptions-cannot-be-ignored.mp3Download file | Play in new window | Duration: 14:22 | Recorded on February 15, 2016Subscribe: Apple Podcasts | Google Podcasts | Podbean | StitcherErrors will happen. The question is...
221: Be Careful Of Changes In Code Abstraction.

54: Recursion. Find Your Base.

https://www.takeupcode.com/podcast-player/394/54-recursion-find-your-base.mp3Download file | Play in new window | Duration: 14:17 | Recorded on February 11, 2016Subscribe: Apple Podcasts | Google Podcasts | Podbean | StitcherRecursion is powerful and takes a bit of...