AKAvi Kessnerincontinuouscoding.hashnode.dev·Dec 9, 2022 · 12 min readChatGPT tells us about Continuous Coding.Below is a conversation I had with the OpenAi chat bot. about Continuous Coding and my attempts to get it to write the website for me. Did you learn from the AI? Did the AI give you more information than the prompt? Let me know in the comments. The f...00
AKAvi Kessnerincontinuouscoding.hashnode.dev·Dec 2, 2022 · 7 min readWhy you might benefit from a 4 day sprintThis post has been sitting in my head for a while. But recent news about another 4-day workweek study reminded me that now is the tell to share my tale. A few months ago, I concluded that a 4-day sprint or a 4-day work week is better for us. And it's...00
AKAvi Kessnerincontinuouscoding.hashnode.dev·Dec 2, 2022 · 2 min readLearning from AI is now easy. If you can get the data.I read an article once, that Judges give more lenient judgments after lunch, than before lunch. I also read recently, that it may not true. It became a random disputed factoid in the back of my brain. That was, until I heard about a new API called O...00
AKAvi Kessnerincontinuouscoding.hashnode.dev·Dec 25, 2021 · 2 min readWhy is software singled out as being sociotechnical?I recently finished reading Peopleware by Tom DeMarco. Though the book is dated, and I wouldn't recommend the book except as a glimpse into the past, it does provide some great insights that have since been repeated elsewhere. The main gist of People...00
AKAvi Kessnerincontinuouscoding.hashnode.dev·Nov 17, 2021 · 1 min readCan we separate our dependencies from our data?What if we could distinguish between our dependencies which are injected and the arguments needed for the function? What if we could do this on a per function basis? I'd like to propose a new syntax for JS function myFunction{dependancy1, dependancy2...00