Nature repeatedly coalesces in spiral patterns; from galaxies to snail shells to weather patterns. The Fibonacci sequence is the series of numbers with each new number is the sum of the previous two: 0, 1, 1, 2, 3, 5, 8,… Read More ›
Interview
ML: How do you explain Machine Learning?
Do you need to explain how does Machine Learning (ML) works? Machine Learning (ML) is about getting data (a lot of it), finding patterns in that data, and using those patterns to predict future. Questions to consider: Should human learning be… Read More ›
Patterns: What top OOP Design Patterns book and Hilma af Klint art have in common?
Have you ever been concerned that you’ll be replaced by a robot/computer at work? Please try my test… and see the question I asked at the end. I think you’ll realize how powerful your brain is! My question is about… Read More ›
OOP: How do you explain Object Oriented Programming?
Do you need to explain Object Oriented Programming (OOP)? Object–oriented programming (OOP) is a programming organized around Objects (models) rather than Functions (actions). Bookshop Sample Bookshop goal is to Sell Books. As a book seller, you can concentrate on Selling (actions) or Books (objects). Objects… Read More ›