Best of Atomic SpinJuly 2025

  1. 1
    Article
    Avatar of atomicobjectAtomic Spin·45w

    3 TypeScript Tips You Should Know About

    Three TypeScript utility techniques to improve code readability: Pick and Omit for creating derived types by selecting or excluding properties from existing types, and Prettify for flattening complex type intersections in IDE hover displays. These utilities help maintain type relationships and make complex type definitions more readable during development.

  2. 2
    Article
    Avatar of atomicobjectAtomic Spin·44w

    A Guide to Browser DevTools – The Debugger

    Browser DevTools' Sources tab provides powerful debugging capabilities for web developers. You can set breakpoints by clicking next to line numbers, then use debugging controls to step through code execution. The debugger allows you to pause JavaScript execution, inspect variable values in real-time, and navigate through functions using Step Over, Step Into, and Step Out commands. This enables efficient troubleshooting and code analysis directly within the browser environment.

  3. 3
    Article
    Avatar of atomicobjectAtomic Spin·45w

    Build a 3D Product Configurator with Babylon.js

    A comprehensive guide to building interactive 3D product configurators using Babylon.js, covering the complete workflow from creating 3D models in Blender to implementing custom viewers with TypeScript. The tutorial demonstrates converting SVG logos to 3D models, optimizing bundle sizes, and building beyond basic model viewers to create full product configuration tools with rotation, customization, and interactive features.

  4. 4
    Article
    Avatar of atomicobjectAtomic Spin·44w

    Habits & Tools for a Smoother Digital Life

    A comprehensive guide to digital productivity habits and tools that reduce friction in daily computer use. Covers launcher apps like Alfred, plain text workflows with Obsidian and Git, clipboard management, AI integration, self-hosted solutions including Tailscale and Home Assistant, and various productivity apps for note-taking, task management, and information organization. Emphasizes the philosophy of reducing digital friction to maintain focus and momentum.