Published Jul 5, 2016

Nulls, Procs, and Imposter Syndrome

    Join the hosts of Coding Blocks as they dive into the intersection of gaming and programming, debate the merits of stored procedures versus ORMs, and explore JavaScript tools that boost developer efficiency, all while candidly addressing the personal and gendered impacts of imposter syndrome in tech.
    Episode Highlights
    Coding Blocks logo

    Popular Clips

    Episode Highlights

    • JavaScript Tools

      JavaScript development is made easier with tools like Webstorm and GitHub Chrome plugins. Alan Underwood praises Webstorm for its JS doc feature, which auto-generates documentation and deep links parameters, enhancing code readability and maintenance 1. Joe Zack highlights a GitHub Chrome plugin that allows developers to navigate code like in a static language, improving efficiency in browsing repositories 2.

      You install this chrome plugin, and now when you're looking at a GitHub project, you can right-click on a variable or a function name, and it will zip you over to the file and let you see that.

      --- Joe Zack

      These tools streamline the development process, making it more efficient and enjoyable.

         

      Developer Resources

      For developers looking to enhance their skills, several resources are recommended. Joe Zack suggests the website sourcemaking.com for its comprehensive coverage of design patterns, which is often hard to find 3. Additionally, Michael Outlaw mentions the value of community feedback, highlighting how user comments and examples can provide deeper insights into complex topics 4.

      If you go to the website codingblocks.net, episode 42, you can just look at the comments there on that actual post and you'll see a lot of really good information, people sharing really good examples.

      --- Joe Zack

      These resources and community interactions are invaluable for continuous learning and improvement in software development.

    Related Episodes