Earning Your Team’s Trust
The new manager’s guide to onboarding with humility and curiosityContinue reading on Better Programming »
Read more7 Query Strategies for Navigating Knowledge Graphs With LlamaIndex
Exploring NebulaGraph RAG Pipeline with the Philadelphia PhilliesContinue reading on Better Programming »
Read more20+ Tools for Node.js Development in 2023
This guide will introduce you to the top tools for Node.js development to you can streamline your workflow and create high-performance apps. Continue reading 20+ Tools for Node.js Development in 2023 on SitePoint.
Read moreHow I build a Rust backend service
Here’s everything I’ve learned since the start of 2021Continue reading on Better Programming »
Read moreWriting an Interpreter in Rust: Bytecode and Stack-Based VM (Part 3)
Let’s dive into the concept of Bytecode, stack-based VMs, and the implementation within the Coconut interpreterContinue reading on Better Programming »
Read moreSimplifying Blockchain Development by Using Abstraction
Finally, the concept of abstraction is finding a place in web3 and should help make blockchain development less confusing and intimidatingBlockchain can potentially revolutionize how we interact with the digital world. It promises security, transparency, and decentralization. However, for most people, getting started with blockchain can be confusing and intimidating.
Read moreHow To Craft Effective Questions
One of the most important skills I’ve developed in my professional career is crafting effective questionsContinue reading on Better Programming »
Read moreRegular solids and Monte Carlo integration
Monte Carlo integration is not as simple in practice as it is often introduced. A homework problem might as you to integrate a function of two variables by selecting random points from a cube and counting how many of the points fall below the graph of the function. This would
Read moreWhich Backend Technology to Choose in 2023: Node vs Python?
This article compares Node.js and Python for backend development, discussing their key differences, advantages, and real-world use cases. Continue reading Which Backend Technology to Choose in 2023: Node vs Python? on SitePoint.
Read moreCross-platform way to enter Unicode characters
The previous post describes the hoops I jumped through to enter Unicode characters on a Mac. Here’s a script to run from the command line that will copy Unicode characters to the system clipboard. It runs anywhere the Python module pyperclip runs. #!/usr/bin/env python3 import sys import pyperclip cp =
Read more