In Search of All Possible Scenarios
A comprehensive approach to requirements developmentContinue reading on Better Programming »
Read moreBuild a Digital Collectibles Portal Using Flow and Cadence (Part 1)
Exploring blockchain Flow using the smart contract language, Cadence, by building a website focused on collectiblesIn this tutorial, we’ll learn how to make a website that collects digital collectibles (or NFTs) on the blockchain Flow. We’ll use the smart contract language Cadence and React to make it happen. We’ll also
Read moreSpatial 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 more