Spatial KNN Benchmark: From SQL to Rust
Comparing languages and libraries with a spatial nearest neighbour problemPhoto by Emile Perron on UnsplashIntroductionIn my previous article, I presented how to solve the nearest neighbour problem using SQL and the Python libraries Geopandas and Scikit-learn.I’ll review the previous solutions and present new ones using other libraries and languages this time.
Read moreHow You Can Build Your Team’s Confidence (and Why You Should)
A simple approach to creating a culture of appreciation and supportPhoto by Towfiqu barbhuiya on UnsplashI once worked under a manager who was excellent at developing engineering talent. He willingly took on interns and made it a point to challenge, celebrate, and offer constructive feedback during their journey.While working with him, I transitioned
Read moreAnalyze “Jeopardy Pavlovs” with Python
Using Python and data analytics to test the strength of Jeopardy PavlovsContinue reading on Better Programming »
Read moreHow To Disagree With Someone More Powerful Than You
Disagreements can save time and energy by preventing critical mistakes and course correcting before it’s too lateContinue reading on Better Programming »
Read moreAstro JS: The New Kid On The Block
A new static site generator for performance-driven web developersContinue reading on Better Programming »
Read moreExciting Vue 3 Features in 2023: A Look into the Future of Web Development (Part 2)
In the first part of this overview, we looked at the React exciting new features in 2023Continue reading on Better Programming »
Read moreSupercharge Your AWS Lambda Game With Lambda Powertools
So you’ve figured out how to run serverless code in AWS. Now what?Continue reading on Better Programming »
Read moreExploring Well-Known Path-Finding Algorithms With SFML Graphics Library
In my last article, I showed you how to unify the implementation of the most well-known graph-traversal algorithms. Now, let’s look into performance differences and ways to make it more visually appealingBehind the ScenesA few years ago, Yandex organized a contest called Robots Couriers with an enticing prize: a ticket to
Read moreGeometric mean on unit circle
Warm up The geometric mean of two numbers is the square root of their product. For example, the geometric mean of 9 and 25 is 15. More generally, the geometric mean of a set of n numbers is the nth root of their product. Alternatively, the geometric mean of a
Read moreDear developer, are you one AI model away from being replaced?
From nerdy excitement to existential dread, LLMs evoke so many emotions in developers. Is one of them fear? Should you be worried about…Continue reading on Better Programming »
Read more