Best of GitHubFebruary 2025

  1. 1
    Article
    Avatar of frontend_developerFrontend developer·1y

    A list of developer portfolios for your inspiration

    A curated list of developer portfolios is available to inspire your work. Developers are encouraged to contribute their portfolios by submitting a pull request to the repository. The list is categorized alphabetically by developer name.

  2. 2
    Article
    Avatar of devsquadDev Squad·1y

    I Built This GitHub README to Showcase My Skills & Get an Internship at a Software Company!

    Discover how to design an impressive GitHub profile README to showcase your skills, projects, and achievements. This interactive guide highlights professional overviews, pinned projects, tech stacks, dynamic visuals of GitHub stats, and personal snapshots to attract recruiters and tech enthusiasts.

  3. 3
    Article
    Avatar of thegithubersThe Githubers·1y

    Master Git & GitHub in Just 7 Days: A Step-by-Step Roadmap

    A structured roadmap focused on fast-paced learning and essential Git and GitHub concepts, supplemented with practical tasks for hands-on experience.

  4. 4
    Article
    Avatar of medium_jsMedium·1y

    Wrong Country? No Flutter for You!

    Fedor shares his experience of being unexpectedly banned from contributing to Flutter after proposing an improvement to a community plugin. Despite acting as an independent developer, his suggestions were met with harsh rejection and his account banned without clear justification. He highlights issues with maintainers' conduct and expresses concern about the community's lack of influence on the project. He fears that this approach may discourage contributions and brings into question Flutter's decision-making process.

  5. 5
    Article
    Avatar of hnHacker News·1y

    klara-research/klarity: See Through Your Models

    Klarity is a tool designed to analyze uncertainty in generative model outputs. It combines raw probability analysis with semantic understanding for deeper insights. Key features include dual entropy analysis, semantic clustering, JSON output for generation patterns, and AI-powered analysis. Compatible with Hugging Face Transformers, supports models like Qwen2.5-7B, and offers comprehensive generative text analysis.

  6. 6
    Article
    Avatar of collectionsCollections·1y

    Semaphore Open Source CI/CD: The Next Generation CI/CD Platform

    Semaphore Open Source CI/CD is a newly launched open-source platform offering continuous integration and deployment solutions. Announced on February 27th, 2025, it is available under the Apache 2.0 license and provides three editions: Cloud, Community, and Enterprise. The project invites developers to contribute via GitHub and Discord, aiming to foster a collaborative environment that drives innovation and collective improvement in CI/CD workflows.

  7. 7
    Article
    Avatar of phProduct Hunt·1y

    ToolJet - Build Custom AI-Powered Apps & Agents Using AI

    ToolJet allows users to build custom AI-powered apps and agents without coding. It offers integration with tools like GitHub and emphasizes ease of use for developers and non-developers alike. Since its first launch, it has been featured in the Developer Tools category.

  8. 8
    Article
    Avatar of frontendtribeFront-end Tribe·1y

    Guess I'm moving my free repos, bye Bitbucket.

    The author is moving their free repositories from Bitbucket, expressing disappointment in recent changes to Bitbucket's free plan. They are considering trying a self-hosted alternative before migrating to GitHub.

  9. 9
    Article
    Avatar of habrhabr·1y

    How to Sync Obsidian Notes Across Devices for Free Using GitHub

    Learn how to sync your Obsidian notes across multiple devices for free using GitHub and Git. This guide provides a step-by-step process, including creating a GitHub repository, installing Git, setting up SSH authentication, and configuring the Git plugin in Obsidian. Follow these simple instructions to ensure your notes are always up to date on both your computer and mobile devices.

  10. 10
    Article
    Avatar of webdevelopementWeb Developement·1y

    Master Git & GitHub in Just 7 Days: A Step-by-Step Roadmap

    This roadmap outlines a plan to master Git and GitHub within a week, breaking down complex concepts into daily, manageable tasks for efficient learning.

  11. 11
    Article
    Avatar of devtoDEV·1y

    GitHub Webhook CI/CD: Step-by-step guide

    A detailed guide on setting up CI/CD using GitHub Webhooks. The post explains the basics of CI/CD and walks through the steps of creating a repo, setting up a POST-webhook route, and configuring repo settings to automate code deployment. Examples include the necessary code and configurations to successfully deploy updates automatically.

  12. 12
    Article
    Avatar of phProduct Hunt·1y

    Aviator Agents - An LLM framework for large scale code migrations

    Aviator Agents is a framework designed to facilitate large scale code migrations using large language models (LLM). Developed by and featured on February 27th, 2025, it aims to aid developers by providing tools for efficient code transformation.

  13. 13
    Article
    Avatar of aiAI·1y

    I made an AI Agent project recommender so you can relieve your coding itch.

    Evoke is a Multi-AI Agent designed to suggest project ideas based on user prompts by generating and querying relevant GitHub repositories. Using Gemini 2.0 Flash Experimental and Microsoft's AutoGen, this tool employs multiple agents to fetch and recommend repositories that match the user's query. Future plans include migrating to Streamlit for a better user experience and adding an agent to create unique projects from saved repositories.

  14. 14
    Article
    Avatar of devtoDEV·1y

    15 Git Command-Line Tricks Every Developer Should Know

    Git is a crucial tool for developers for version control and collaboration. This post covers 15 essential Git command-line tricks to enhance productivity, including stashing changes, interactive rebase, cherry-picking commits, viewing commit history, and creating alias shortcuts. These tricks facilitate better control and efficiency in development workflows.