Building Production-Ready LLM Apps with LlamaIndex: Document Metadata for Higher Accuracy Retrieval
The importance of document metadata in quality retrievalContinue reading on Better Programming »
Read moreXcode 15: Welcome String Catalogs
Apple has introduced a new file format in which we can manage our localization files easier than before. Let’s see what we havePhoto by AbsolutVision on UnsplashNote: String Catalogs work with Xcode 15. They don’t have a minimum version required and work on any OS.For this article, I created a new app called
Read moreTracking and the Euler rotation theorem
Suppose you are in an air traffic control tower observing a plane moving in a straight line and you want to rotate your frame of reference to align with the plane. In the new frame the plane is moving along a coordinate axis with no component of motion in the
Read moreAlert Rules Deployment with Bicep Made Easy
Image generated using DALL-EAre you a site reliability engineer looking to enhance alerting on your platform? Or are you intrigued by the possibilities of Bicep? Regardless of your background and experience level, this article is tailored to guide you through defining and deploying Alert Rules resources to Log Analytics Workspaces using
Read moreUsing WordNet to create a PAO system
NLP software infers parts of speech by context. For example, the SpaCy NLP software can determine the parts of speech in the poem Jabberwocky even though the words are nonsense. More on this here. If you want to tell the parts of speech for isolated words, maybe software like SpaCy
Read moreA Beginner’s Guide to the Serverless Application Model (SAM)
Want to get started with SAM but don’t know what to do first? You’re in the right placeImage from freepikWhen moving to the cloud, be it in a migration or greenfield project, a responsibility you might not be accustomed to is declaring your infrastructure as code. Infrastructure as code is exactly as
Read moreCreate UserDefaults Helper Using “dynamicMemberLookup” and KeyPath
A UserDefaults sugar syntaxPhoto by Pisit Heng on UnsplashPeople who have read Swift by Sundel’s Combining dynamic member lookup with key paths post must have tasted the syntax sweetness from the combo. Below is a use case when my teammate and I wanted to create a helper for user default.There are two things
Read moreProcess that Empowers
Photo by Glenn Carstens-Peters on UnsplashAt one point in my career, I joined a company with a lot of process in place. There were document templates for any kind of proposal you could create and spreadsheets to track progress all activities. Hiring, onboarding, strategic planning, project planning, software acceptance, sprint reviews,
Read moreMemorizing four-digit numbers
The Major mnemonic system is a method of converting numbers to words that can be more easily memorized. The basics of the system can be written on an index card, but there are practical details that are seldom written down. Presentations of the Major system can be misleading, intentionally or
Read moreHow to Use the CSS gap Property
Learn how to use the CSS gap property, which makes it super easy to add space between elements without the need for hacky margin solutions. Continue reading How to Use the CSS gap Property on SitePoint.
Read more