Sinopsis
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.
Episodios
-
240: Video Game Update: Introducing The TUCUT Library.
06/08/2018 Duración: 09minYou can join an actual game development session almost every Saturday. This schedule might change in the future. But until then, you can find me working on a video game almost every Saturday.
-
239: What 20 Percent Of Topics Should You Focus On?
23/07/2018 Duración: 06minThere is a lot you can learn about programming. But do you need to know it all?
-
238: Filesystem: Recent WordPress Attack Lets Editors Take Over.
09/07/2018 Duración: 09minThis is a real example of how the filesystem can be used to take over a Wordpress website.
-
237: Filesystem: How To Avoid Security Vulnerabilities. Part 3.
25/06/2018 Duración: 09minAvoid being predictable. This advice applies to almost everything you do as a programmer. This episode will focus on the filesystem and how being predictable can make it much easier for an attacker to gain control.
-
236: Filesystem: How To Avoid Security Vulnerabilities. Part 2.
10/06/2018 Duración: 08minRun your program with the least permissions possible.
-
235: Filesystem: How To Avoid Security Vulnerabilities. Part 1.
28/05/2018 Duración: 09minWhen it comes to security, it is better to learn from examples.
-
234: Filesystem: Journaling Keeps Your Filesystem Intact.
14/05/2018 Duración: 08minJournaling records extra information in case there are problems.
-
232: Filesystem: Linking Explained: Symbolic, Soft, Hard, Junction.
23/04/2018 Duración: 12minFilesystems allow you to refer to refer to your content with different names.
-
231: Filesystem: Metadata Holds More Information.
16/04/2018 Duración: 10minMetadata provides information about your files.
-
230: Filesystem: What Can They Do? Part 4.
09/04/2018 Duración: 14minThere is a special type of filesystem used to swap memory.
-
229: Filesystem: What Can They Do? Part 3.
02/04/2018 Duración: 13minAccess control lists provide more security options.
-
228: Filesystem: What Can They Do? Part 2.
26/03/2018 Duración: 09minSecurity is a big part of filesystems.
-
227: Filesystem: What Can They Do? Part 1.
19/03/2018 Duración: 14minThere are many different types of filesystems with different capabilities. Once you understand these capabilities, you’ll not only be able to select the proper filesystem for your needs but will understand, for example, how your computer knows when you download applications from the internet so it can warn you when you try to run them. […]
-
226: Filesystem: CHS vs. LBA Modes.
12/03/2018 Duración: 12minCylinder, Head, Sector or CHS vs. Logical Block Addressing or LBA give you two ways to find data on a disk.
-
225: Filesystem: Partitions Allow You To Divide Your Disks.
05/03/2018 Duración: 08minDividing your disks into partitions allows you to use each partition for separate tasks.
-
224: Filesystem: Drive Letters, Mounting, And Paths. Part 2.
26/02/2018 Duración: 09minHow are filesystem organized with multiple drives?
-
223: Filesystem: Drive Letters, Mounting, And Paths. Part 1.
19/02/2018 Duración: 10minHow are filesystem organized with multiple drives?
-
222: Filesystem: Why Should You Learn To Use It?
12/02/2018 Duración: 10minUnderstanding how to use the filesystem will allow you to add common and expected features to your apps.
-
221: Be Careful Of Changes In Code Abstraction.
05/02/2018 Duración: 06minThe code you write should follow a similar level of detail.
-
220: One Of These Things Is Not Like The Others.
29/01/2018 Duración: 06minFinding differences will help you make sense of your code.