Best of ToolsOctober 2024

  1. 1
    Article
    Avatar of communityCommunity Picks·2y

    A CheatSheet of 128 CheatSheets for Developers

    This post is a curated list of 128 cheat sheets and tutorials covering various programming languages, frameworks, tools, and other tech-related topics. It includes resources for languages like Java, Python, and JavaScript, frameworks such as Angular and React, and tools like Git, Docker, and Bash. The list aims to be clear, interactive, and beginner-friendly. A link to the author's GitHub repository where the list is maintained is also provided.

  2. 2
    Article
    Avatar of communityCommunity Picks·2y

    Why Linux Is the Best Place to Learn Coding

    Linux is ideal for learning to code due to its range of free programming tools, familiar environment through WSL for Windows and other OS users, professional development ecosystem, access to open-source code, plentiful documentation, and community support. Using Linux, beginners can benefit from the same tools and environment that professionals use.

  3. 3
    Article
    Avatar of hnHacker News·2y

    Building a game with the Real Engine

    The author chose to create a game using handcrafted dioramas instead of traditional 3D modeling tools like Blender, due to difficulties working with artists and personal preferences. They describe the detailed process, including prototyping, camera setup, and the challenges faced in building and photographing dioramas. The game, set in a mountainous abbey, promises a unique art style and innovative approaches to common game development problems. Expected release is in 2025 or 2026.

  4. 4
    Article
    Avatar of communityCommunity Picks·2y

    10 game-changing tools that level up Svelte developers in 2025 💪

    The post highlights ten game-changing tools for Svelte developers in 2025, each tailored to enhance productivity and maintain simplicity. From Warp's modern terminal to Skeleton's comprehensive design system, these tools are aligned with Svelte's core philosophy. Other notable mentions include Manifest for backend integration, Superforms for streamlined form management, and Svelte Headless UI for flexible, unstyled components. Tools like Layer Cake, Hoppscotch, Svelte Heros, Carta, and Elder.js also make the list, each contributing to a more efficient and streamlined development workflow.

  5. 5
    Article
    Avatar of communityCommunity Picks·2y

    Productivity Tools for Web Developers

    Scott and Wes dive into a variety of productivity tools that web developers can utilize to streamline their workflows. They discuss everything from password management and to-do lists to mind mapping, snippet managers, note taking, writing scripts, and keeping email under control.

  6. 6
    Article
    Avatar of taiTowards AI·2y

    6 AI Tools You Need Right Now

    Discover six must-have AI tools that can enhance your productivity, creativity, and efficiency. ChatGPT, for instance, proves to be a reliable brainstorming and problem-solving assistant. Learn how these tools can unlock new levels of potential in both work and personal projects.

  7. 7
    Article
    Avatar of hnHacker News·2y

    yellow-footed-honeyguide/facad: A modern, colorful directory listing tool for the command line 🗃️

    Facad is a modern, colorful directory listing tool for the command line that features emoji-based icons, sorted output with directories first, support for symlinks and executable files, a compact grid display, customizable column widths, and unicode-aware formatting. It can be cloned from GitHub and built using Meson and Ninja or installed system-wide. Contributions are encouraged.

  8. 8
    Article
    Avatar of game_developersGame Developers·2y

    Random weapon generator

    The author describes creating a random weapon generator out of boredom, acknowledges a minor but fixable bug, and asks readers for feedback on its usefulness in games.