<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Engineering notes for pros</title>
  <subtitle>Notes on web development, Python internals, and practical testing.</subtitle>
  <link href="https://1st.github.io/feed.xml" rel="self" />
  <link href="https://1st.github.io/" />
  <updated>2026-02-02T14:40:20+00:00</updated>
  <id>https://1st.github.io/</id>
  <author>
    <name>Engineering notes for pros</name>
  </author>
  
  <entry>
    <title>Jekyll + GitHub Actions in 3 Steps</title>
    <link href="https://1st.github.io/devops/jekyll-github-actions-basics" />
    <id>https://1st.github.io/devops/jekyll-github-actions-basics</id>
    <updated>2026-02-02T00:00:00+00:00</updated>
    <summary>If you want a Markdown-first blog on GitHub Pages with automatic builds, Jekyll plus Actions is the shortest path. Here is the core setup you need.

</summary>
  </entry>
  
  <entry>
    <title>Can two Python objects share the same ID?</title>
    <link href="https://1st.github.io/python/can-two-python-objects-share-the-same-id" />
    <id>https://1st.github.io/python/can-two-python-objects-share-the-same-id</id>
    <updated>2026-01-20T00:00:00+00:00</updated>
    <summary>In Python, the id() of an object is its memory address (or a unique identifier for that object during its lifetime). Whether two objects can share the same id() depends on when and what objects we are talking about.

</summary>
  </entry>
  
  <entry>
    <title>Software Test Types</title>
    <link href="https://1st.github.io/testing/software-test-types" />
    <id>https://1st.github.io/testing/software-test-types</id>
    <updated>2026-01-15T00:00:00+00:00</updated>
    <summary>Testing is a cornerstone of modern software development, ensuring that applications work as intended, remain reliable, and deliver a smooth user experience. Without proper testing, small coding mistakes can slip into production, leading to bugs, security vulnerabilities, performance issues, or even complete system failures.

</summary>
  </entry>
  
</feed>
