Best of LobstersDecember 2023

  1. 1
    Article
    Avatar of lobstersLobsters·2y

    Advent of Code 2023

    Advent of Code 2023 is an annual programming event that lasts for a certain period of time.

  2. 2
    Article
    Avatar of lobstersLobsters·2y

    Let’s learn how modern JavaScript frameworks work by building one

    Learn how to build a modern JavaScript framework by implementing reactivity and DOM rendering. Explore the foundational ideas of modern frameworks and understand how reactivity is used to update the DOM when state changes.

  3. 3
    Article
    Avatar of lobstersLobsters·2y

    Introducing FireDBG for Rust

    Debugging programs is hard, but FireDBG, a Time Travel Visual Debugger for Rust, aims to make it easier. It allows programmers to step backward through source code to understand program execution. FireDBG uses a call tree visualization to display state transitions and supports the capturing of function parameters and return values.

  4. 4
    Article
    Avatar of lobstersLobsters·2y

    charmbracelet/huh: A simple, powerful library for forms and prompts in the terminal 🤷🏻‍♀️

    A simple and powerful library for forms and prompts in the terminal. The library supports building interactive forms, prompts, and supports screen readers. It can be used in standalone applications or integrated into Bubble Tea applications.

  5. 5
    Article
    Avatar of lobstersLobsters·2y

    trippy

    Trippy is a network diagnostic tool that combines the functionality of traceroute and ping. It allows users to analyze networking issues and supports ICMP, UDP, and TCP protocols. Trippy can be installed on different platforms using various installation methods.