Informações:
Sinopse
Take Up Code is a podcast that explains computer programming topics through fun and engaging examples that you can relate to. The guided format allows you to gain valuable understanding of topics that will reinforce your studies, allow you to train new skills that you can apply on your job, and change your thinking about what it takes to become a professional programmer. The episodes are as short as possible so you can squeeze them into your daily routine.
Episódios
-
219: C++ RAII Sounds Complicated But Simplifies Your Code.
22/01/2018 Duração: 08minResource allocation is initialization or RAII for short may be hard to pronounce but will help you write better and simpler code.
-
218: C++ Used To Program Video Games.
15/01/2018 Duração: 08minWhy is C++ such a good choice for writing games?
-
217: How To Start Building a Video Game. Part 7.
08/01/2018 Duração: 07minWork on the toughest problems first. And if you cannot solve them, then find a way around.
-
216: How To Start Building a Video Game. Part 6.
01/01/2018 Duração: 10minHow is a video game different than any other application?
-
215: How To Start Building a Video Game. Part 5.
25/12/2017 Duração: 06minWe all want to think big. But to get there, we need to think small.
-
214: How To Start Building a Video Game. Part 4.
18/12/2017 Duração: 08minYou can take advantage of libraries and frameworks.
-
213: How To Start Building a Video Game. Part 3.
11/12/2017 Duração: 09minWhat role will data play in your game?
-
212: How To Start Building a Video Game. Part 2.
04/12/2017 Duração: 10minHow do you make your idea more specific?
-
211: How To Start Building a Video Game. Part 1.
27/11/2017 Duração: 11minYou have a vague idea for a new video game. Where do you begin?
-
210: Shiny Projects And Distractions.
20/11/2017 Duração: 10minWhen is it okay to switch to a different project?
-
209: CSS: Cascading Style Sheets Tutorial. Part 2.
13/11/2017 Duração: 11minCascading Style Sheets let you manage how your HTML looks so you can keep your HTML focused on the content.
-
208: CSS: Cascading Style Sheets Tutorial. Part 1.
06/11/2017 Duração: 08minCascading Style Sheets let you manage how your HTML looks so you can keep your HTML focused on the content.
-
207: Trees: AST: Abstract Syntax Tree. A Simple Example.
30/10/2017 Duração: 16minAn abstract syntax tree can help your code make sense of what a user provides.
-
206: Collections: Stack.
23/10/2017 Duração: 06minYou can use a stack when you need to remember something and only ever need the last thing.
-
205: Trees: What Can You Do With Them?
16/10/2017 Duração: 14minWhat other things can trees help you to solve?
-
204: This Is Terrible, You Gotta Start Anyway.
09/10/2017 Duração: 10minHave you ever created something and then thought about how bad it was? What did you do?
-
-
202: Graphs vs. Trees vs. Hierarchies: Compared.
25/09/2017 Duração: 12minBefore exploring HTML and CSS further, you are going to need to understand graphs, trees, and hierarchies.
-
201: HTML: Caching Generated Output For Speed.
18/09/2017 Duração: 10minNow that you can generate HTML, why would you ever want to go back to the old way of unchanging HTML?
-
200: HTML: Can Be Generated By A Web Server.
11/09/2017 Duração: 07minA modern website is more than just a collection of some HTML pages.