Published Jun 22, 2014

What do you want to be when you grow up?

Joe Zack, along with Alan Underwood and Michael Outlaw, delivers laughs through developer humor while diving into software engineering tips, from SQL management and unit test structuring to innovative home automation with drones and wearable tech, making this episode a blend of entertainment and insight for tech enthusiasts.
Episode Highlights
Coding Blocks logo

Popular Clips

Episode Highlights

  • SQL Tips

    shares valuable tips for managing databases using SQL Server Management Studio. He highlights a lesser-known feature where you can highlight a table name, hold down 'alt', and press 'F1' to bring up a list of columns and descriptive information about the table 1. Another tip involves dragging the columns folder into your editor to automatically generate a comma-delimited list of all columns, simplifying tasks like 'SELECT' or 'INSERT INTO' operations 1.

    Autocomplete sometimes works because there's no describe function. Yes, this is actually the kind of trick for describe.

    ---

    These tips enhance efficiency and streamline database management tasks 2 3.

       

    Unit Testing

    introduces Specflow, a tool that bridges the gap between business requirements and unit testing. Specflow allows business owners to define application criteria in a 'given-when-then' format, which can be translated into unit tests 4. This approach not only streamlines the testing process but also ensures that tests are aligned with business needs.

    It was pseudo readable English type business cases that got turned into unit tests. It was really neat.

    ---

    Additionally, Specflow can generate test structures for both JavaScript and C#, making it a versatile tool for developers 5.

Related Episodes