Repository History
7 repositories tagged with software-development

clean-code-javascript: Applying Clean Code Principles to JavaScript Development
The clean-code-javascript repository by ryanmcdermott offers a comprehensive guide to applying Robert C. Martin's Clean Code principles specifically for JavaScript. It provides practical examples and explanations to help developers write more readable, reusable, and refactorable JavaScript code. This resource is invaluable for improving software quality and fostering better development practices.

Programming Talks: A Curated List of Awesome Programming Discussions
Discover 'Programming Talks', a comprehensive GitHub repository curated by hellerve, featuring an extensive collection of insightful and engaging discussions on various programming topics. This valuable resource brings together talks from renowned experts across diverse languages and theoretical computer science domains, offering a rich learning experience for developers of all levels. It's an invaluable hub for anyone looking to deepen their understanding and stay updated with the latest in software development.
build-your-own-x: Master Programming by Recreating Technologies from Scratch
The build-your-own-x repository is an extensive collection of well-written, step-by-step guides for mastering programming by rebuilding popular technologies from scratch. It encourages deep understanding through practical application, offering tutorials across various domains from operating systems to web servers. This resource is perfect for developers looking to enhance their skills by tackling challenging, hands-on projects.

Competitive-Programming-Resources: Your Comprehensive Guide to Coding Excellence
The Competitive-Programming-Resources repository by Kunal Kushwaha is an extensive collection designed for competitive programming, system design, and interview preparation. It offers a curated list of tutorials, problems, and platforms to help developers enhance their algorithmic and problem-solving skills. This resource is ideal for anyone looking to excel in coding challenges and technical interviews.

AutoGen: A Programming Framework for Agentic AI
AutoGen is a versatile programming framework from Microsoft designed for building multi-agent AI applications. It empowers AI agents to operate autonomously or collaborate seamlessly with human users, streamlining the execution of complex tasks. The framework offers a layered, extensible design, providing both high-level APIs for rapid prototyping and low-level components for fine-grained control.

Agentless: An Agentless Approach to Solve Software Development Problems
Agentless is an innovative open-source project that offers an agentless approach to automatically solve software development problems. It streamlines the bug-fixing process through localization, repair, and patch validation phases. This tool aims to enhance efficiency in addressing software issues, particularly demonstrated by its performance on benchmarks like SWE-bench lite.

Hypothesis: Property-Based Testing for Python
Hypothesis is a powerful property-based testing library for Python, designed to help developers write more robust and reliable code. It automatically generates diverse test inputs, including challenging edge cases, to uncover bugs that traditional testing methods might miss. When a bug is found, Hypothesis simplifies debugging by providing the simplest possible failing example.