• 0 Posts
  • 31 Comments
Joined 1 year ago
cake
Cake day: July 21st, 2023

help-circle








  • We use a mono repo for a new cloud based solution. So far it’s been really great.

    The shared projects are all in one place so we don’t have to kick things out to a package manager just to pull them back in.

    We use filters in azure pipelines so things only get built if they or dependent projects get changed.

    It makes big changes that span multiple projects effortless to implement.

    Also running a local deployment is as easy as hitting run in the ide.

    So far no problems at all.












  • I have type 1 diabetes and on bad days really struggle with brain fog.

    Make sure you have all your tasks written down and organised, ideally in some form of project management software.

    Things get easier the more programming you do. Once you’ve called a method for the 10,000s time you won’t need to think about it.

    I find ChatGPT is really good for reminding you of syntax and things like that. No matter how many times I do it I can’t remember the ordering in a c# switch expression so I just ask for the syntax.