home.social

#platformeng — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #platformeng, aggregated by home.social.

  1. JOB UPDATE!!

    I am happy to announce I signed an offer for a new Senior SRE position, starting April 6!

    THANK YOU ALL for the support and encouragement, I could not have made it through this ordeal without my community!!

    ++++++++++++

    Conference over. My talk was a success.

    But it pays nothing. Nobody is banging on my front door with jobs because I gave a talk at a big conference.

    I desperately need a job, coming up on 9 months unemployed.

    I am looking for Incidents, SRE, or Platform work. I have been judged as overqualified for Senior roles, so my focus is Staff+ and such.

    My LI profile is as good as anything for understanding my work history, so here it is:

    linkedin.com/in/mattcookedavis/

    #FediHire #sre #platformeng #devex

  2. JOB UPDATE!!

    I am happy to announce I signed an offer for a new Senior SRE position, starting April 6!

    THANK YOU ALL for the support and encouragement, I could not have made it through this ordeal without my community!!

    ++++++++++++

    Conference over. My talk was a success.

    But it pays nothing. Nobody is banging on my front door with jobs because I gave a talk at a big conference.

    I desperately need a job, coming up on 9 months unemployed.

    I am looking for Incidents, SRE, or Platform work. I have been judged as overqualified for Senior roles, so my focus is Staff+ and such.

    My LI profile is as good as anything for understanding my work history, so here it is:

    linkedin.com/in/mattcookedavis/

    #FediHire #sre #platformeng #devex

  3. JOB UPDATE!!

    I am happy to announce I signed an offer for a new Senior SRE position, starting April 6!

    THANK YOU ALL for the support and encouragement, I could not have made it through this ordeal without my community!!

    ++++++++++++

    Conference over. My talk was a success.

    But it pays nothing. Nobody is banging on my front door with jobs because I gave a talk at a big conference.

    I desperately need a job, coming up on 9 months unemployed.

    I am looking for Incidents, SRE, or Platform work. I have been judged as overqualified for Senior roles, so my focus is Staff+ and such.

    My LI profile is as good as anything for understanding my work history, so here it is:

    linkedin.com/in/mattcookedavis/

    #FediHire #sre #platformeng #devex

  4. JOB UPDATE!!

    I am happy to announce I signed an offer for a new Senior SRE position, starting April 6!

    THANK YOU ALL for the support and encouragement, I could not have made it through this ordeal without my community!!

    ++++++++++++

    Conference over. My talk was a success.

    But it pays nothing. Nobody is banging on my front door with jobs because I gave a talk at a big conference.

    I desperately need a job, coming up on 9 months unemployed.

    I am looking for Incidents, SRE, or Platform work. I have been judged as overqualified for Senior roles, so my focus is Staff+ and such.

    My LI profile is as good as anything for understanding my work history, so here it is:

    linkedin.com/in/mattcookedavis/

    #FediHire #sre #platformeng #devex

  5. JOB UPDATE!!

    I am happy to announce I signed an offer for a new Senior SRE position, starting April 6!

    THANK YOU ALL for the support and encouragement, I could not have made it through this ordeal without my community!!

    ++++++++++++

    Conference over. My talk was a success.

    But it pays nothing. Nobody is banging on my front door with jobs because I gave a talk at a big conference.

    I desperately need a job, coming up on 9 months unemployed.

    I am looking for Incidents, SRE, or Platform work. I have been judged as overqualified for Senior roles, so my focus is Staff+ and such.

    My LI profile is as good as anything for understanding my work history, so here it is:

    linkedin.com/in/mattcookedavis/

    #FediHire #sre #platformeng #devex

  6. Consider how powerful an AI agent is at creating applications when it's easy to create a feedback loop and using TDD.
    It's much harder to create proper feedback loops when dealing with infrastructure and the AI assistance gets much less effective, likely requiring human-in-the-loop.

    This is an area which I think is crucial for platform teams to consider. A platform can provide homogenous environments which are well defined, being able to provide both prepared SKILL.md and AGENTS.md for users.

    A great enabler for AI agents is to use well documented CLI:s for the agent to use.
    For example gh (Github CLI) or bd (beads).

    Any internal developer platform should come with a CLI which not only has a useful human readable help, but has commands which outputs up to date instructions for an agent to use. (If you haven't checked out beads - do it to see how such an integration could work!)

    github.com/steveyegge/beads

    #opencode #PlatformEng #aicli