Best of Open SourceJanuary 2024

  1. 1
    Article
    Avatar of phProduct Hunt·2y

    Preline UI v2.0 - Open Source Tailwind CSS Component Library

    Preline UI v2.0 is an open-source Tailwind CSS component library with colorful calls, Thanos snap, and epic updates for bots.

  2. 2
    Video
    Avatar of t3dotggTheo - t3․gg·2y

    Don't Contribute to Open Source

    Contributing to open source should be driven by real problems you encounter and understand, rather than as a means to get a job. Open source contributions demonstrate your problem-solving skills and involvement in the community, not just the act of contributing itself. Starting with issues and using projects you are familiar with is key. Setting effective goals in programming is important for growth and success.

  3. 3
    Article
    Avatar of devtoDEV·2y

    How to become a pro-level developer by working on simple projects.

    Learn how to become a pro-level developer by actively participating in open-source projects and working on simple projects that provide industry-standard experience.

  4. 4
    Video
    Avatar of t3dotggTheo - t3․gg·2y

    The Most Hyped JavaScript Of 2023

    2023 was a year of big changes and improvements in the JavaScript and open source world. Chad C UI, a collection of UI components, stood out as one of the most popular projects. Other successful projects included Bun, Excalidraw, Next.js, and Zustand. The year also saw advancements in server components for React and the rise of new state management tools like Jotai and Pico. Additionally, innovations in build tools, static site generators, and desktop applications were notable.

  5. 5
    Article
    Avatar of communityCommunity Picks·2y

    React, where are you going?

    The post highlights concerns about ownership and complexity in React and suggests the idea of a community-driven framework with an independent steering committee.

  6. 6
    Article
    Avatar of phProduct Hunt·2y

    Domain Digger - Full Open-Source Toolkit for Next-Level Domain Analysis

    Domain Digger is a full open-source toolkit for next-level domain analysis. It was created by [creator]. This is its first launch.

  7. 7
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    How to Use Git Cherry Pick and Avoid Duplicate Commits

    Learn how to use Git's cherry-pick command effectively and avoid duplicate commits. Discover strategies for cherry-picking commits and maintaining clean commit history.

  8. 8
    Article
    Avatar of communityCommunity Picks·2y

    Rust is the latest open source project to face burnout

    Burnout epidemic affects the Rust open source project, with high numbers of people leaving or close to burnout. Contributors face challenges finding easy issues to work on and lack mentorship. Burnout manifests in various ways, and self-care is crucial.

  9. 9
    Article
    Avatar of tilThis is Learning·2y

    Beginner-friendly Open Source projects to learn Web Development

    A GitHub organization has been launched to host community projects for learning web development through open source. Anyone can contribute and there are already projects in React.js and Qwik.

  10. 10
    Article
    Avatar of hnHacker News·2y

    I quit my job to work full time on my open source project

    The author quit their job to work full time on Atuin, an open-source project that supercharges productivity by storing shell history in a database. They hope to add new premium hosted features and support business usage. The author made money to cover server bills through GitHub sponsors.

  11. 11
    Article
    Avatar of cloudnativenowCloud Native Now·2y

    The Best Kubernetes Tools for 2024

    Kubernetes has become the industry standard for container orchestration. This post explores the best Kubernetes tools for deployment, monitoring, CLI, security, development, gateway solutions, components, and cost management.

  12. 12
    Article
    Avatar of wincmdWindows Command Line·2y

    Windows Terminal Preview 1.20 Release

    Windows Terminal Preview 1.20 release introduces changes such as automatic deferral of package updates, colorful and crazy line styles, improved search result highlighting, usability updates, bug fixes, performance improvements, and accessibility improvements.

  13. 13
    Article
    Avatar of medium_jsMedium·2y

    LLaVA: An open-source alternative to GPT-4V(ision)

    LLaVA is an open-source alternative to GPT-4V(ision) that allows users to discuss and describe images. It has features that improve upon other open-source solutions and is faster and cheaper to train. LLaVA can be used online or installed locally on a computer or laptop. The post provides an overview of LLaVA and explains its technical characteristics. It also includes instructions on how to program with LLaVA using a chatbot application built with HuggingFace libraries on Google Colab.

  14. 14
    Article
    Avatar of hnHacker News·2y

    ZX Spectrum Next Issue 2 ships out, chip shortages be damned

    The ZX Spectrum Next, a modern recreation and improved version of the classic British home computer, is shipping out despite chip shortages. The project's founder discusses the challenges faced, including the switch to a more expensive FPGA chip. There are plans for a third production run in the future.

  15. 15
    Article
    Avatar of tilThis is Learning·2y

    Fantastic JSON Schemas and where to find them

    Discover the origin of JSON schemas used in common tools, learn how to contribute to JSON schemas, and find out about SchemaStore.

  16. 16
    Article
    Avatar of newstackThe New Stack·2y

    2024 Predictions by JavaScript Frontend Framework Maintainers

    The post discusses the plans and goals of JavaScript frontend frameworks like Angular, Next.js, React, and Solid for the year 2024. It highlights improvements in fine-grained reactivity and optional Zone.js for Angular, caching and performance improvements for Next.js, adoption of React Server Components, and the upcoming releases of SolidStart and Solid.js 2.0 for Solid.

  17. 17
    Article
    Avatar of collectionsCollections·2y

    pgroll: Zero-Downtime Schema Migrations for PostgreSQL

    pgroll is a powerful tool for zero-downtime, reversible schema migrations in PostgreSQL. It ensures data integrity, allows coexistence of old and new schema versions, and is widely praised for its ease of use and reliability.

  18. 18
    Article
    Avatar of communityCommunity Picks·2y

    When "Everything" Becomes Too Much: The npm Package Chaos of 2024

    In 2024, an npm package called 'everything' was launched, causing chaos and system resource exhaustion due to its millions of transitive dependencies. The creator's prank highlighted the challenges in package management and the importance of mindful package creation and consumption.

  19. 19
    Article
    Avatar of venturebeatVenture Beat·2y

    Browser alternatives Brave, Arc, add new AI integrations

    Two privacy-focused web browsers, Arc and Brave, have announced new generative AI powered features. Arc has added the Perplexity generative AI search engine as a default browser search bar option, while Brave's AI assistant, Leo, is being upgraded with Mixtral 8x7B, an open source LLM developed by Mistral.

  20. 20
    Article
    Avatar of ossphsOSSPH·2y

    Top 5 Essential Open-Source Android Apps for Boosting Productivity

    Discover the top 5 open-source Android apps for boosting productivity, including AnkiDroid Flashcards, Catima, GitJournal, K9 Mail, and Loop Habit Tracker.

  21. 21
    Article
    Avatar of communityCommunity Picks·2y

    What is Prometheus?

    Prometheus is an open-source monitoring solution written in Go that collects metrics data and stores it in a time series database. It uses PromQL, a powerful query language, and offers features like multi-dimensional data, alerting rules, and data visualization through integrations with tools like Grafana. Prometheus is a reliable tool for monitoring various parts of an application and infrastructure, but it's not suitable for long-term data storage, 100% accuracy, or automatic setup in complex environments.

  22. 22
    Article
    Avatar of medium_jsMedium·2y

    Visualizing Queues in RabbitMQ, our experience with VisionMQ v1.0

    Visualizing Queues in RabbitMQ with VisionMQ v1.0 - An observability tool for building, tracking, and testing RabbitMQ.