<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Blog on Lars Schlögel</title><link>https://larsschloegel.de/en/blog/</link><description>Recent content in Blog on Lars Schlögel</description><generator>Hugo</generator><language>en-GB</language><lastBuildDate>Wed, 06 Aug 2025 00:00:00 +0200</lastBuildDate><atom:link href="https://larsschloegel.de/en/blog/index.xml" rel="self" type="application/rss+xml"/><item><title>RAG - Using Local Data with Language Models</title><link>https://larsschloegel.de/en/blog/23-rag-intro/</link><pubDate>Wed, 06 Aug 2025 00:00:00 +0200</pubDate><guid>https://larsschloegel.de/en/blog/23-rag-intro/</guid><description>RAG is a technique to use language models with your own data.</description></item><item><title>Redux - Utilizing State Across Multiple React Components</title><link>https://larsschloegel.de/en/blog/22-react-redux/</link><pubDate>Fri, 07 Mar 2025 00:00:00 +0100</pubDate><guid>https://larsschloegel.de/en/blog/22-react-redux/</guid><description>Redux is an alternative to Context API for utilizing states across multiple React components.</description></item><item><title>React - Forms &amp; User Inputs</title><link>https://larsschloegel.de/en/blog/21-react-forms-user-input/</link><pubDate>Wed, 26 Feb 2025 00:00:00 +0100</pubDate><guid>https://larsschloegel.de/en/blog/21-react-forms-user-input/</guid><description>Consideration of forms and individual user inputs in React, including validation</description></item><item><title>React - Create Custom React Hooks</title><link>https://larsschloegel.de/en/blog/20-react-custom-hooks/</link><pubDate>Fri, 21 Feb 2025 00:00:00 +0100</pubDate><guid>https://larsschloegel.de/en/blog/20-react-custom-hooks/</guid><description>Custom React Hooks to utilize data from the backend across multiple components</description></item><item><title>React - HTTP Requests to Databases/Backend</title><link>https://larsschloegel.de/en/blog/19-react-http-requests/</link><pubDate>Thu, 20 Feb 2025 00:00:00 +0100</pubDate><guid>https://larsschloegel.de/en/blog/19-react-http-requests/</guid><description>I learned how to fetch data from a backend, handle errors, and display loading screens.</description></item><item><title>React - Rendering of Components</title><link>https://larsschloegel.de/en/blog/18-react-optimization-techniques/</link><pubDate>Wed, 19 Feb 2025 00:00:00 +0100</pubDate><guid>https://larsschloegel.de/en/blog/18-react-optimization-techniques/</guid><description>I have learned various techniques and tools to improve React applications</description></item><item><title>React - Handling Side Effects (useEffect)</title><link>https://larsschloegel.de/en/blog/17-react-use-effect/</link><pubDate>Mon, 17 Feb 2025 00:00:00 +0100</pubDate><guid>https://larsschloegel.de/en/blog/17-react-use-effect/</guid><description>I learned how to handle side effects in React.</description></item><item><title>React - Context API</title><link>https://larsschloegel.de/en/blog/16-react-context-reducer/</link><pubDate>Wed, 12 Feb 2025 00:00:00 +0100</pubDate><guid>https://larsschloegel.de/en/blog/16-react-context-reducer/</guid><description>I learned how to use context API to share state across different React components.</description></item><item><title>React - Dialog Windows (Modal)</title><link>https://larsschloegel.de/en/blog/15-react-pop-ups/</link><pubDate>Thu, 06 Feb 2025 00:00:00 +0100</pubDate><guid>https://larsschloegel.de/en/blog/15-react-pop-ups/</guid><description>I have learned how to create dialog windows in React.</description></item><item><title>React - Use State vs. Refs</title><link>https://larsschloegel.de/en/blog/14-react-state-vs-refs/</link><pubDate>Wed, 05 Feb 2025 00:00:00 +0100</pubDate><guid>https://larsschloegel.de/en/blog/14-react-state-vs-refs/</guid><description>I learned what the difference between use State and useRef is</description></item><item><title>React - Styling of React Components</title><link>https://larsschloegel.de/en/blog/13-react-styling-components/</link><pubDate>Tue, 04 Feb 2025 00:00:00 +0100</pubDate><guid>https://larsschloegel.de/en/blog/13-react-styling-components/</guid><description>I have learned about the various ways to style React components.</description></item><item><title>React - Changes to States (Immutably)</title><link>https://larsschloegel.de/en/blog/12-react-update-immutably/</link><pubDate>Wed, 22 Jan 2025 00:00:00 +0100</pubDate><guid>https://larsschloegel.de/en/blog/12-react-update-immutably/</guid><description>I have learned how to not overwrite data.</description></item><item><title>React - Flexible Components (Button Example)</title><link>https://larsschloegel.de/en/blog/11-react-flexbile-component/</link><pubDate>Wed, 22 Jan 2025 00:00:00 +0100</pubDate><guid>https://larsschloegel.de/en/blog/11-react-flexbile-component/</guid><description>I have learned how to create more flexible components.</description></item><item><title>React - Using Rest Props for Flexible Components</title><link>https://larsschloegel.de/en/blog/10-react-forwarding-props/</link><pubDate>Tue, 21 Jan 2025 00:00:00 +0100</pubDate><guid>https://larsschloegel.de/en/blog/10-react-forwarding-props/</guid><description>I learned how to create more flexible components using rest properties.</description></item><item><title>React - Avoid Unnecessary HTML Elements</title><link>https://larsschloegel.de/en/blog/09-react-using-fragements/</link><pubDate>Mon, 20 Jan 2025 00:00:00 +0100</pubDate><guid>https://larsschloegel.de/en/blog/09-react-using-fragements/</guid><description>I learned that JSX code can only have one root element.</description></item><item><title>React - Displaying a List of Data</title><link>https://larsschloegel.de/en/blog/08-react-dynamic-list-content/</link><pubDate>Fri, 17 Jan 2025 00:00:00 +0100</pubDate><guid>https://larsschloegel.de/en/blog/08-react-dynamic-list-content/</guid><description>I have learned how to display a list of data using React components.</description></item><item><title>React - Dynamic Content Display</title><link>https://larsschloegel.de/en/blog/07-react-content-conditionally/</link><pubDate>Fri, 17 Jan 2025 00:00:00 +0100</pubDate><guid>https://larsschloegel.de/en/blog/07-react-content-conditionally/</guid><description>I learned how parts of a React component can be conditionally rendered or how styling can be changed based on interactions.</description></item><item><title>React - Updating the UI with State(s)</title><link>https://larsschloegel.de/en/blog/06-react-states/</link><pubDate>Wed, 15 Jan 2025 00:00:00 +0100</pubDate><guid>https://larsschloegel.de/en/blog/06-react-states/</guid><description>I learned how to update a webpage using React.</description></item><item><title>React - Handling User Interactions (Events)</title><link>https://larsschloegel.de/en/blog/05-react-events/</link><pubDate>Tue, 14 Jan 2025 00:00:00 +0100</pubDate><guid>https://larsschloegel.de/en/blog/05-react-events/</guid><description>I have learned how to respond to user interactions in React.</description></item><item><title>React - Props</title><link>https://larsschloegel.de/en/blog/04-react-props/</link><pubDate>Thu, 28 Nov 2024 00:00:00 +0100</pubDate><guid>https://larsschloegel.de/en/blog/04-react-props/</guid><description>I have learned how to pass data to a React component using Props.</description></item><item><title>React - Components and JSX</title><link>https://larsschloegel.de/en/blog/03-react-komponenten/</link><pubDate>Fri, 20 Sep 2024 00:00:00 +0200</pubDate><guid>https://larsschloegel.de/en/blog/03-react-komponenten/</guid><description>I learned that by creating React components, web applications become more maintainable and structured.</description></item><item><title>JavaScript Refresher</title><link>https://larsschloegel.de/en/blog/02-javascript-refresher/</link><pubDate>Sat, 17 Aug 2024 00:00:00 +0200</pubDate><guid>https://larsschloegel.de/en/blog/02-javascript-refresher/</guid><description>In the context of the Udemy course, I also refreshed and expanded my JavaScript knowledge, see the last blog post for more details.</description></item><item><title>What is React and for what is it used?</title><link>https://larsschloegel.de/en/blog/01-react-die-anfaenge/</link><pubDate>Fri, 16 Aug 2024 00:00:00 +0200</pubDate><guid>https://larsschloegel.de/en/blog/01-react-die-anfaenge/</guid><description>React is a &amp;ldquo;library&amp;rdquo; that simplifies the creation of user interfaces. In this article, I will show what I have learned about React.</description></item></channel></rss>