Repository History
39 repositories tagged with development

agent-skills: Production-Grade Engineering Skills for AI Coding Agents
agent-skills is a comprehensive GitHub repository offering production-grade engineering skills for AI coding agents. It provides structured workflows, quality gates, and best practices that senior engineers use to build reliable software. These skills help AI agents consistently follow robust development processes across all phases.

Awesome AI Agents 2026: The Ultimate List of AI Tools and Frameworks
This repository, `awesome-ai-agents-2026`, is a comprehensive and frequently updated collection of over 340 AI agents, frameworks, and tools across more than 20 categories. It serves as an essential resource for developers and researchers looking to explore the rapidly evolving landscape of artificial intelligence in 2026, covering everything from coding agents to creative AI and governance.

httmock: A Powerful Mocking Library for Python Requests
httmock is an essential Python library designed for mocking HTTP requests made by the popular `requests` library. It allows developers to easily simulate API responses, making it ideal for testing applications that interact with external services. With httmock, you can control network interactions, ensuring reliable and repeatable tests without relying on actual network calls.
Model Mommy: A Legacy Python Fixture Factory, Migrate to Model Bakery
Model Mommy was a popular Python library designed to simplify the creation of smart test fixtures and realistic test data. This project is no longer actively maintained, and its users are strongly advised to migrate to its successor, Model Bakery. The renaming to Model Bakery was a conscious decision to avoid reinforcing gender stereotypes within the technology community.

Faker: Generate Realistic Fake Data for Your Python Projects
Faker is a powerful Python package designed to generate realistic fake data. It's an essential tool for bootstrapping databases, creating test data, filling persistence layers for stress testing, or anonymizing sensitive production data. With support for various data types and localization, Faker streamlines development and testing workflows.

pyparsing: A Python Library for Creating PEG Parsers
pyparsing is a Python library that offers an alternative to traditional lex/yacc or regular expressions for creating simple grammars. It allows developers to construct parsers directly in Python code, leveraging a Parsing Expression Grammar (PEG) approach. This library simplifies handling common parsing challenges like whitespace, quoted strings, and embedded comments, making text processing more intuitive.
python-nameparser: A Robust Python Module for Parsing Human Names
python-nameparser is a powerful Python module designed to accurately parse human names into distinct components like title, given, middle, family, and suffix. It offers immutable results, flexible configuration, and supports locale-specific parsing, making it an essential tool for text processing and data normalization tasks. The module recently released version 2.0, enhancing its capabilities while maintaining backward compatibility for most existing code.

Awesome Awesomeness: A Curated List of Amazing Resources
The `awesome-awesomeness` repository by bayandin is a meta-list, serving as a comprehensive directory of other 'awesome' lists across various domains. It provides a centralized hub for discovering high-quality, curated resources on topics ranging from programming languages to general development tools and concepts. This makes it an invaluable starting point for anyone looking to explore specific areas or broaden their knowledge.

TypeScript Deep Dive: The Definitive Free and Open Source Guide
TypeScript Deep Dive is a comprehensive, free, and open-source guide to professional TypeScript development. Authored by Basarat, it distills common issues and best practices from the TypeScript community, Stack Overflow, and DefinitelyTyped. This resource is widely praised for its clarity, precision, and in-depth explanations, making it an invaluable tool for both new and experienced TypeScript developers.

CompetitiveCode: A Repository for Competitive Programming Problems
CompetitiveCode by Vishruth-S is a valuable GitHub repository dedicated to competitive programming. It offers a collection of interesting problems and their solutions, primarily in C++, making it an excellent resource for learning and practicing algorithms. With a strong community and a focus on well-documented solutions, it fosters a collaborative environment for developers.

awesome-learn-by-playing: Learn Tech Skills Through Games
awesome-learn-by-playing is a curated collection of tech resources designed to make learning new skills enjoyable and engaging. This repository gathers various games and interactive platforms that allow users to acquire programming, web development, and security knowledge through playful experiences. It demonstrates that mastering complex technical concepts doesn't have to be a boring process.

awesome-dotnet: A Curated List of Essential .NET Resources
awesome-dotnet is a highly popular and community-driven GitHub repository that compiles an extensive collection of .NET libraries, tools, frameworks, and software. It serves as an invaluable resource for developers looking to discover high-quality solutions across various categories within the .NET ecosystem. With over 21,000 stars, it is a trusted guide for modern .NET development.