this post was submitted on 22 Jan 2024
30 points (100.0% liked)
CSCareerQuestions
946 readers
15 users here now
A community to ask questions about the tech industry!
Rules/Guidelines
- Follow the programming.dev site rules
- Please only post questions here, not articles to avoid the discussion being about the article instead of the question
Related Communities
- [email protected] - a general programming community
- [email protected] - general question community
- [email protected] - for questions targeted towards experienced developers
Credits
Icon base by Skoll under CC BY 3.0 with modifications to add a gradient
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I average 7-8 hours, but it varies wildly. Sometimes I'll be at my computer for 10 hours straight getting tons of work done, and other times I'll not be getting much done and just be done for the day at noon.
Last Friday I discovered some bullshit in how the Outlook APIs handle online meetings. If you directly create an online meeting you can then make a GET request for the meeting id and password. However, if you create an event with the online meeting parameter set to true then whatever is backing the GET request no longer works. This all completely ignores that the credentials should be returned as a response to the initial request to create the meeting. Needless to say that was a leave at noon day.