Logo

    There's no room for The Idea Guy

    enFebruary 12, 2016
    What was the main topic of the podcast episode?
    Summarise the key points discussed in the episode?
    Were there any notable quotes or insights from the speakers?
    Which popular books were mentioned in this episode?
    Were there any points particularly controversial or thought-provoking discussed in the episode?
    Were any current events or trending topics addressed in the episode?

    About this Episode

    Author: David Heinemeier Hansson

    Read By: Ryan MacAllan

    Original Source: https://signalvnoise.com/posts/2188-theres-no-room-for-the-idea-guy

    Startups need people able and willing of doing the actual work. They need programmers, designers, and eventually folks to do marketing, support, and more. What they don’t need, though, is someone who’s just going to be The Idea Guy.

    Recent Episodes from ReadOrListen

    A Developer Must Help Their Client Learn To Be a Product Owner

    A Developer Must Help Their Client Learn To Be a Product Owner

    As a freelance developer, my relationship with clients extends far beyond coding. The engagement is educational, helping clients become efficient product owners, understand the value of iterative development, and adopt a proactive approach to Quality Assurance (QA). Also on my end making sure I really understand their domain, their goals and help break down those goals into realistic achievable features. 

    While I may get paid to code, my ultimate goal is to build the right features. And this is rarely if ever exactly what the Product owner expected.

    Read more https://alnutile.medium.com/a-developer-must-help-their-client-learn-to-be-a-product-owner-e178435899d1

     

    We Code in the Context of our Quoting

    We Code in the Context of our Quoting

    Author: Alfred Nutile

    Read By: Alfred Nutile

    Original Source: https://medium.com/@alnutile/we-code-in-the-context-of-our-quoting-dab391fe0881#.6a1k99bu1

    Whether you are working Waterfall, or Agile we still need to quote out the time it will take for new features . We still need to give the product owners, or the people with the money, a sense of timing. And it is this skill or lack thereof that drives the experience we are going to have when we code.

    ReadOrListen
    enMarch 16, 2017

    Remote Behat Testing with Laravel

    Remote Behat Testing with Laravel

    Author: Alfred Nutile

    Read By: Alfred Nutile

    Original Source: https://alfrednutile.info/posts/177

    This document will cover how to use a Behat specific API to setup a site for testing. What this includes is setting up a Scenario so that it has the data you need to run a test. This makes it possible not to rely on Seed data for this. This will allow us to run behat tests from remote machines as well as run tests in parallel.

    ActiveRecord and the Beauty Lost in Translation

    ActiveRecord and the Beauty Lost in Translation

    Author: Matthew Machuga

    Read By: Alfred Nutile

    Original Source: http://matthewmachuga.com/blog/2015/activerecord-and-the-beauty-lost-in-translation.html

    Sometime in 2014, PHP-land started to debate whether Active Record was a tolerable ORM pattern, and whether one should use Active Record or Data Mapper ORMs. In PHP, this comes down to something like Laravel’s Eloquent ORM as an Active Record implementation vs. Doctrine, the reigning mainstream (and probably only) PHP data mapper implementation. After a surge of interest in Domain-Driven Design (DDD) and Hexagonal Architecture in the Laravel, and overall PHP communities, people began to detest one of the very things that drew them to the framework in the first place. This was fueled by a number of vocal and notable Laravel community members learning Doctine, talking about it heavily, and some evangelizing it. With outside influence from the PHP world providing the same judgement against the impure Active Record pattern, the pitchforks started to come out from all over.

    Feature Flags In Laravel

    Feature Flags In Laravel

    Author: Alfred Nutile

    Read By: Alfred Nutile

    Original Source: https://alfrednutile.info/posts/175

    We are working on using FeatureFlags or Toggles in our applications. For one we are aiming to do all our work on mainline branch at all times so this would be a key coding discipline to use FeatureFlags so we can hide a feature in progress knowing it will not interfere with the application. For example if a hotfix or another feature is ready to go to production we can push that with no worries of the in progress feature.

    Git Pull Causes a Merge

    Git Pull Causes a Merge

    Author: Lorna Jane Mitchell

    Read By: Lorna Jane Mitchell

    Original Source: http://www.lornajane.net/posts/2015/git-pull-causes-a-merge

    If you type git pull and expect a fast-forward update, but get a merge instead, don't panic! This usually happens when we're collaborating on a branch with other people, and we've made changes on our local version of a branch, and someone else (or the other you, if you use git to sync between multiple dev platforms) has made changes to the remote version of a branch in the meantime. It also happens really frequently in teams where all commits are to the master branch ... yet another reason to have a decent branching strategy.

    Logo

    © 2024 Podcastworld. All rights reserved

    Stay up to date

    For any inquiries, please email us at hello@podcastworld.io