<?xml version="1.0" encoding="UTF-8" ?>
  <rss version="2.0">
    <channel>
        <title>My Blog</title>
        <link>https://loic-bodolec.vercel.app/blog</link>
        <description>This is my blog RSS feed</description>
        
        <item>
          <title>Robot Framework: End-to-End Testing Made Simple</title>
          <link>https://loic-bodolec.vercel.app/blog/robot-framework-introduction</link>
          <description>Learn how to use Robot Framework for UI and API testing, integrate it into CI/CD pipelines using GitHub Actions or Jenkins, and compare it with tools like Cypress, Postman, and Playwright. This guide includes hands-on examples, test structure, and best practices.</description>
          <pubDate>Sun, 08 Jun 2025 00:00:00 GMT</pubDate>
        </item>

        <item>
          <title>Jenkins: Automation and CI/CD</title>
          <link>https://loic-bodolec.vercel.app/blog/jenkins-overview</link>
          <description>Explore the fundamentals of Jenkins, an open-source automation server used for continuous integration and delivery (CI/CD). This guide covers installation, pipelines, Jenkinsfile syntax, plugin system, agents, automated triggers, Git integration, security, parallel execution, modularization, and best CI/CD practices. Practical examples are included to help streamline your development workflow.</description>
          <pubDate>Sat, 10 May 2025 00:00:00 GMT</pubDate>
        </item>

        <item>
          <title>Web Accessibility: The Main Principles for Developers</title>
          <link>https://loic-bodolec.vercel.app/blog/accessibility-main-principles</link>
          <description>Understand the principles of web accessibility (a11y), why it matters, key standards like WCAG, how to implement it in HTML/CSS/JS, use ARIA properly, and test accessibility effectively. This guide is tailored for developers looking to build inclusive web applications.</description>
          <pubDate>Sun, 27 Apr 2025 00:00:00 GMT</pubDate>
        </item>

        <item>
          <title>Understanding Next.js: The All-in-One React Framework</title>
          <link>https://loic-bodolec.vercel.app/blog/understanding-nextjs</link>
          <description>Next.js is a popular React framework developed by Vercel that enables developers to build fast, SEO-friendly, and production-ready web applications. It supports hybrid rendering (SSR, SSG, ISR), has built-in routing, and provides powerful tools for both frontend and full-stack development.</description>
          <pubDate>Sat, 12 Apr 2025 00:00:00 GMT</pubDate>
        </item>

        <item>
          <title>Exploring TypeScript: The First Concepts</title>
          <link>https://loic-bodolec.vercel.app/blog/exploring-typescript</link>
          <description>Dive into the first 30 essential TypeScript concepts, ranging from the basics of static typing to more advanced types such as interfaces, generics, utility types, classes, modules, and decorators. It will help you write safer, more readable, and maintainable code while preparing you to use TypeScript in modern JavaScript applications.</description>
          <pubDate>Sat, 22 Mar 2025 00:00:00 GMT</pubDate>
        </item>

        <item>
          <title>Exploring Node.js: The First Concepts</title>
          <link>https://loic-bodolec.vercel.app/blog/exploring-nodejs</link>
          <description>Explore 25 core Node.js concepts, ranging from testing frameworks like jest and mocha, to securing applications with tools like helmet and rate-limiting. Learn about performance optimization using benchmarking tools like autocannon, profiling with Chrome DevTools, and handling project architecture with patterns such as MVC and Clean Architecture. Discover how to create CLI tools with Node.js, design REST APIs, implement real-time communication with WebSockets, and deploy applications using platforms like Heroku and pm2. Gain insights into working with TypeScript, integrating useful libraries like axios, and applying best practices for error handling and worker threads in production environments.</description>
          <pubDate>Sat, 15 Feb 2025 00:00:00 GMT</pubDate>
        </item>

        <item>
          <title>React: Fundamentals</title>
          <link>https://loic-bodolec.vercel.app/blog/react-fundamentals</link>
          <description>Explore the core concepts of React, including JSX, components, props, state management with useState, side effects with useEffect, conditional rendering, lists and keys, routing with react-router-dom, dynamic parameters, programmatic navigation, global state management with useContext, lifting state up, complex state management with useReducer, performance optimization with useMemo and useCallback, portals, custom hooks, lazy loading, data fetching, and server components. This guide provides practical examples to help you build dynamic and efficient user interfaces with React.</description>
          <pubDate>Sat, 11 Jan 2025 00:00:00 GMT</pubDate>
        </item>
    </channel>
  </rss>