Debugging Embedded Rust
Setting up a debug workflow from scratchPhoto by Christopher Gower on UnsplashIn my last article, I explored what it’s like to code a simple IoT application for the ESP32 series using rust bindings for the ESP-IDF. This time, I wanted to dive deeper into an aspect I did not discuss: debugging, specifically
Read moreThe Career-Paths Trident
A model to help you decide on a career path to followPhoto by Kedar Gadge on UnsplashIn previous articles, I talked about personal growth plans for individual contributors and how we can help our team members achieve their goals.There’s an analogy I use with my team members before they commit to a career
Read moreExploring TypeScript Types vs Interfaces
Let’s deep dive into the nuances of types and interfacesContinue reading on Better Programming »
Read moreFine-Tuning Your Embedding Model to Maximize Relevance Retrieval in RAG Pipeline
NVIDIA SEC 10-K filing analysis before and after fine-tuning embeddingsContinue reading on Better Programming »
Read moreHTML5 Template: A Basic Boilerplate for Any Project
Tired of building HTML5 templates from scratch? Learn the key elements of an HTML5 document, and grab our free, ready-to-use boilerplate. Continue reading HTML5 Template: A Basic Boilerplate for Any Project on SitePoint.
Read moreRecovering From an Emotional Outburst At Work
You can’t go back in time and fix your overreaction, but you can certainly build emotional agility — move on with curiosity, courage and…Continue reading on Better Programming »
Read moreHyperellipsoid surface area
Dimension 2 The equation for the perimeter of an ellipse is where a is the semimajor axis, e is eccentricity, and E is a special function. The equation is simple, in the sense that it has few terms, but it is not elementary, because it depends on an advanced function, the
Read moreWhat is Functional Testing? Definition, Key Concepts, & Types
Learn about the ins and outs of functional testing: its definition, purpose, and the incredible value it offers. Continue reading What is Functional Testing? Definition, Key Concepts, & Types on SitePoint.
Read moreSolve for ellipse axes given perimeter
I posted some notes this morning on how to find the perimeter of an ellipse given its axes. The notes include a simple approximation, a better but more complicated approximation, and the exact value. So given the semi axes a and b, the notes give three ways to compute the
Read moreWhat we talk about when we talk about imposter syndrome
How does our emphasis on imposter syndrome keep us from having bigger, harder conversations about how to improve life for developers?
Read more