Tweet
GitHub Pages only supports the ~/ and ~/docs locations for your site in a repository.

I found that one out the hard way after switching to a monorepo.

#buildinpublic #til
Converted 5 repos into a single repo. Looking for the following results:

• Commits to be more aligned across former repos
• Less directory jumping in IDE/editor
• More focused development (less movement)

#buildinpublic
Studying the differences between GitHub projects and Jira.

- I started using Jira b/c it was familiar (day job).
- Jira may be more than I need.
- GitHub Projects may require more work.

#jira #githubprojects #buildinpublic
Thinking of combining multiple repos into a #monorepo. As a single developer it makes sense to consolidate all things.

#buildinpublic
The goal of the project is to automate the expectations of the runbook-compiler from the command line. It should be just like having a QA tester!
#buildinpublic github.com/kenbrittain/fu…
Sometimes it is all about reading the documentation: WaitForExit(int) says "To ensure that asynchronous event handling has been completed, call the WaitForExit() overload that takes no parameter after receiving a true from this overload." #buildinpublic
Investigating why Process.WaitForExit only sends events when the timeout is -1.
#buildinpublic github.com/kenbrittain/fu…
Initial commit to the `functional-testing` framework for validating `runbook-compiler` commands and system messages. github.com/kenbrittain/fu… #buildinpublic
Today starts a new week (#2) and a new set of goals. Use #Jira to run your own sprints and track development. It's free for <10 users and you are an army of one! #buildinpublic
Shipping the beta is a milestone. You first need to build it before you can make it better. github.com/kenbrittain/ru… #buildinpublic
Releases on GitHub are a fairly simple activity. It does appear I should automate it though. #Jira issues RC-17 was just created for the next sprint. #buildinpublic
Compose a 3 part method name: Method_Scenario_Expectation

- Method is the name of the method that is being tested
- Scenario is why you are writing the unit test
- Expectation is what you are thing is going to happen

#buildinpublic
Stop overthinking about how to write your unit tests. Create an outline for your unit tests first. kenbrittain.com/posts/28-step-… #buildinpublic
Stop overthinking about how to write your unit tests and start writing them. Like everything else you need a plan. kenbrittain.com/posts/28-step-… #buildinpublic
Today starts a new week and a new set of goals. Use #Jira to run your own sprints and track development. It's free for <10 users and you are an army of one! #buildinpublic
Now publishing *runbook-compiler* project docs to runbookcompiler.org from GitHub Pages. #runbooks #buildinpublic
The work required to make a release of a product far exceeds the amount of time spent developing that product. It's not bad just different. The source code is the easy part. github.com/kenbrittain/ru… #runbooks #buildinpublic
Sometimes you need to rerun your GitHub workflows because you never updated your secrets and everything failed ... in public. #buildinpublic