Published onSeptember 13, 2025Why to use RAG with AI?pythonretrieval-augmented-generationstudy-notesragsoftware-engineeringai-engineeringgenerative-aillmintroartificial-intelligenceWhat does RAG solves and more depth on why to use it
Published onJuly 28, 2025OOP in python - The pythonic waypythonprogrammingfield-notesOOPsoftware-engineeringLess boilerplate, more expressiveness. What I learned in python coming from a C/C++ journey.
Published onJuly 24, 2025What is NLP (and why context is everything)pythonretrieval-augmented-generationstudy-notesragsoftware-engineeringai-engineeringgenerative-ailangchainllmnlpartificial-intelligenceEasy to grasp summary of NLP and how it walks together with context engineering
Published onJuly 11, 2025What are Generative AI modelspythonretrieval-augmented-generationstudy-notesragsoftware-engineeringai-engineeringgenerative-aillmintroartificial-intelligenceSummarized content about what is Gen AI, the good, and the bad. All taken from my study notes.
Published onJune 26, 2025How to optimize Python code for resource-constrained environmentspythonsoftware-engineeringfield-notesgeneratorsresource-optimizationhow-toawslambdamemoryA few tips for those looking to optimize their Python code if their lambda reaches memory constraints