Chayan SinghforGeekyAnts Tech Blogtechblog.geekyants.com·Oct 20, 2023Exploring Optical Character Recognition (OCR): An Experiment with OpenCV and PyTesseractThe utility of OCR extends beyond its applications in various domains, from document digitization to text extraction in images. In this blog, we are exploring the performance and reliability of OCR using OpenCV and PyTesseract on a diverse set of ima...Discuss·40 readsexperiment
Mowa Ijasanmicodlog.hashnode.dev·Aug 1, 2023A/B Testing: Building Better Products Through ExperimentsOne of the primary goals of product managers is to build exceptional experiences for customers and drive business growth. However, getting the desired outcomes or successes can be challenging without the right strategies. Building a product involves ...Discuss·5 likes·58 readsab testing
Pavel Shadrinpavelshadrin.hashnode.dev·May 10, 2023FeaturedHow to run experiments properlyInnovation comes from trial and error. Scientific breakthroughs are often a result of countless experiments. Successful inventions are born out of countless attempts – just like the Edison light bulb. It looks like the same principle can be applied ...Sandeep Panda and 2 others are discussing this3 people are discussing thisDiscuss·119 likes·271 readssoftware development
Rudraksh Nanavatyrudrakshnanavaty.hashnode.dev·Apr 7, 2023Hello, World!Hello, fellow techies! 👋 👨💻 I am Rudraksh Nanavaty, and I'm here to share my journey of learning and discovery with you. As a Computer Science sophomore from India, I'm no stranger to the challenges of mastering new technologies. But instead of j...Discuss·1 like·105 readstechnology
Bwiza Charlottebwiza.hashnode.dev·Jan 1, 2023The Power of Continuous ExperimentationContinuous experimentation is a method of conducting experiments in a continuous and ongoing manner, rather than one time when a product is starting off. It allows for quick feedback and the ability to make rapid changes based on the results of the e...Discussexperiment
Esteban Maldonadohappyfails.dev·Sep 11, 2022Unity Object Pooling - Pt. 2Context In my last article, I showed you how about I set up a scene to test Unity's object pooling features, which added in version 2021. I also created a simple solution to allocate game objects with and without object pooling, in order to compare t...Discuss·289 readsUnity ExperimentsUnity Engine
Artemy Egorovblog.artegoser.ru·Aug 15, 2022ONLang: json based programming languageRecently, a person gave me the idea of creating a programming language that runs on json. I really liked this idea. I thought it would be interesting to create such a language. Idea Everything starts with an idea. It was necessary to figure out how...Discuss·1 like·85 readsprogramming languages