What would I have for lunch today? I am out of ideas. Any suggestions?
@matigo Same here, but I am more concerned about black ice that is created when the road is wet when the temperature drops. That is something that you cannot see and that is the most dangerous thing at this time of the year.
@matigo I am not concerned about the car being cold, it’s the slippery roads that worry me. 😉
@matigo Yeah, it is. But not so nice if you would need to drive in the morning… 😬
Speaking of chilly mornings (ping @matigo), it was –3°C this morning here. Winter is coming…
@matigo It could be like that, but I have apparently been convincing enough to make everyone happy.
// @sumudu
@sumudu More or less. Though I am not a project manager or coordinator, but I effectively work as one in my current role. I am in the middle of everything and am the one who manages expectations of all parties involved in the project.
@sumudu Kind of, though I don’t code that much nowadays. I am managing the project, providing technical architecture support, etc. I originally joined my current employer as a backend developer over 7 years ago, but I have done backend development maybe 1 month in total during this time as I got tasked to do mainly Android development first with some short stints on iOS projects every now and then.
I have been doing Apple’s SwiftUI Tutorial [developer.apple.com] this past week whenever I have had a small timeslot between work things. I have been doing it ”the hard way”, meaning that instead of copy-pasting the code from the tutorial steps I have copied it by typing it myself (with autocomplete, when applicable).1
I must say that the SwiftUI approach is a lot better than the old Storyboard approach. Also, it has the preview feature where you can see the changes you make pretty much in real time. That will make one’s life a lot easier.
Once I have finished this tutorial, I might end up doing the Jetpack Compose tutorial for Android. I have seen some Compose stuff in the app we do, and it looks pretty amazing as well.
There were couple of cases where the code block to be added was tens of rows long, and in those cases I cheated and copy-pasted the code in.