Rebecca Peltz·Apr 27RAG: Learning the How and WhyHow would you like to add your own data to a Large Language Model’s context without having to upload it for every chat that needed it?A response icon2A response icon2
Rebecca Peltz·Feb 10Docker Model Runner — Wow!The foundation for creating agents and chatbots that use AI is the LM (Language Model). Most developers were introduced to LMs by large…
Rebecca Peltz·Apr 10, 2025Using Windsurf to Create a Flask ServerI just started using the Windsurf Editor. It runs on top of Claude 3.5 Sonnet. I create a lot of web servers and web pages to use in…A response icon3A response icon3
Rebecca Peltz·Nov 19, 2024Stonecutting and Web DevelopmentWhy and How To Add a Domain Name to Your GitHub PagesA response icon5A response icon5
Rebecca Peltz·Oct 22, 2023Using Web APIs to Create a Camera Applicationcode:A response icon2A response icon2
Rebecca Peltz·Dec 18, 2018Code doodling: isPrimeSometimes I like to doodle and I often like to doodle with code.A response icon2A response icon2
Rebecca Peltz·Aug 5, 2018Note: I wrote this story in 2018. I recommend using GitBook instead of this.Publish Your Book Online with GitBookA response icon3A response icon3
Rebecca Peltz·Jun 26, 2018CSS Layout: Evolution Detailed by ExampleI was at a meetup where a fellow attendee described a layout question he got in an interview. He drew a picture of the information given in…A response icon1A response icon1
InTDS ArchivebyRebecca Peltz·Jun 12, 2018R: rank vs. orderIf you’re learning R you’ve come across the sort, rank and order functions. Because there is similarity and even overlap in the semantics…A response icon5A response icon5
Rebecca Peltz·May 28, 2018Map-List: JavaScript Data Structure That Models ApplicationsFront-end developers create data-driven web sites. Whether we render forms or data visualizations, we are trying to communicate and…