Best of Atomic SpinApril 2024

  1. 1
    Article
    Avatar of atomicobjectAtomic Spin·2y

    5 Tailwind CSS Anti-Patterns to Avoid

    Tailwind CSS has been a game-changer for developers, but there are anti-patterns to avoid when working with it. Avoid relying solely on the built-in color palette, under-utilize theme customization, and use a component-based framework. Additionally, avoid using the `@apply` directive and using Tailwind in domain-level components.

  2. 2
    Article
    Avatar of atomicobjectAtomic Spin·2y

    Programmer Skills That Make a Difference

    Developers should focus on mastering essential tools, processes, and soft skills instead of collecting programming languages.

  3. 3
    Article
    Avatar of atomicobjectAtomic Spin·2y

    Create a Time-Tracking CLI Tool with Go, OAuth2, and Google Calendar API

    Learn how to create a time-tracking CLI tool with Go that fetches events from Google Calendar and organizes them into time chunks suitable for a time-tracking system's API.

  4. 4
    Article
    Avatar of atomicobjectAtomic Spin·2y

    When to Use PUT and When to Use PATCH

    Learn the difference between PUT and PATCH in API development and when to use each. Understand how to update an object's attribute value using PATCH.