Product Death Cycle
Did this so much in the past. The easy - and wrong - way to do product management
Did this so much in the past. The easy - and wrong - way to do product management
👑LinkedIn has a daily game called Queens.
Everyday you get a new map with 8 coloured areas and you have to place 8 queens such that there is one queen per row, one queen per column, one queen per colour and no two queens can be adjacent.
The post below …
There is an interesting parallel between AI and written scripts.
Logographic scripts, like Chinese or Japanese Kanji, there is a separate 'glyph' to represent each word. If you can read the script, you can understand the meaning even if you don't know how to pronounce the word.
Phonetic scripts, like …
I was listening to a podcast today and Brian Holt was asked to pick something that everyone should check out. Normally folks pick the new hot thing that they are excited about. Brian picked Excel.
💯great pick.
Every alternate post on my timeline is about how Excel is obsolete, AI …
I often say that developers should always attend local meetups and conferences. It's not for the knowledge. You can get knowledge anywhere - Internet, YouTube, blogs. Even most conferences themselves will release the talk videos.
The main point of attending a conference is to meet other developers. Developing connections in the …
The most annoying key on the keyboard is the Caps Lock. Does anyone actually use this key? It seems to get activated at the most inopportune moments (eg: when typing a password) without our knowledge.
But there are times when you want to type a small word in caps. Especially …
What is more important in software development? Having better quality team members? Or having the team members work together in a better way?
I was reading a post today explaining about how team performance in software development is more important than individual performance. And one part of the post said …
A recent news report says that Swedish schools are ditching tablets and back to books.
"Sweden’s Minister of Schools, Lotta Edholm, said children’s ability to read has deteriorated and their writing skills have weakened, and there are many reasons, the most important of which is their increased reliance …
Mindstorms is a book by Seymour Papert that was first published in 1980. Seymour Papert is the inventor of the LOGO programming language, and the book lays down the motivation for creating LOGO as a teaching aid for children.
When we talk about teaching aid, we probably conjure up something …
The idea of doing a computation within a special context isn't unique to quantum computing. Functional programming has a concept called the monad that does something similar. This is how it works: you have an input value and you want to perform a sequence of calculations within a certain special …