HN user

controlledchaos

59 karma

I am a software developer specializing in Oracle databases, Python, and C#.

Posts3
Comments47
View on HN

As a North American who travels in the UK multiple times per year, I really need you to elaborate. My experience has been nothing less than amazing, in comparison to the complete lack of rail options at home.

My company has developed a spreadsheet based on actual historical effort that spits out a SWAG (Scientific Wild-Ass Guess). Things are split up into different categories, as building with one technology could be more costly than building with another. It has been remarkably accurate as long as we can stay within the original scope.

My opinion is that dev docs should always start with common use cases that drill into related SDKs/APIs. I find that they are oddly separated more often than I’d like them to be. Microsoft seems to be getting the picture with their .NET 6 documentation.

For me, the dopamine hit when I solve a difficult problem solved can be amazing. Though, I find that if I don’t balance it out with other stuff (like golf, travelling, etc.) I tend to burn out a bit. As someone who has solved some incredibly difficult problems, how do you maintain a balance?

I’ve got a LOT of different strategies for to do lists… can’t say I’ve found a single one that my ADD hasn’t found a way around.

In all seriousness, I use the Reminders app on my iPhone to add personal/work items to one or more shared outlook task lists. That way I’ve got everything in one place.

Honestly, I think you need to find a team that is willing to hire you as an apprentice or junior dev. Books and courses are great, but if you find a company that is willing to train you up, that is gold.

When I’ve worked with APIs that implemented pagination using cursors (Square), I really loved the ease of integration with my app. Writing a while loop that checks if the cursor is populated was better/faster than checking if the number of results from the last request was less than the requested number of rows.