GitHub knows that it’s critical for students to be able to easily learn new skills, test out new workflows, and gain credentials. But students often have to do so on a limited budget while they focus on their studies. That’s why we launched the Student Developer Pack 10 years ago to make sure that the […]
In October, we experienced one incident that resulted in degraded performance across GitHub services. October 11 05:59 UTC (lasting 19 hours and 12 minutes) On October 11, 2024, starting at 05:59 UTC, the DNS infrastructure in one of our sites started failing to resolve lookups following a database migration. Attempts to recover the database led […]
At the recent GitHub Universe, Microsoft announced new capabilities and tools that further integrate Microsoft Azure AI services directly into developer tools like GitHub and VS Code. These innovations stem from the company’s mission to create AI-enhanced, end-to-end development environments with robust support from the developer community. With new features in GitHub Copilot for Azure […]
A robust html-to-markdown converter that transforms HTML (even entire websites) into clean, readable Markdown. It supports complex formatting, customizable options, and plugins for full control over the conversion process. Use the fully extendable Golang library or a quick CLI command. Alternatively, try the Online Demo or REST API to see it in action! Here are […]
GitHub is marking a significant evolution of its developer tools with two major announcements: a multi-model upgrade to Copilot and the introduction of Spark, a natural language web development platform. The code hosting giant is expanding Copilot beyond its OpenAI-only architecture to include Anthropic’s Claude 3.5 Sonnet and Google’s Gemini 1.5 Pro models while simultaneously […]
The GitHub Awards celebrates the outstanding contributions and achievements in the developer community by honoring individuals, projects, and organizations for creating an outsized positive impact on the community. We announced these awards live at GitHub Universe 2024, but here’s a recap for those who missed it! Open Source Awards Wonderfully Welcoming Award Home Assistant is […]
ryde is a single person, single file web framework for rust cargo add –git https://github.com/swlkr/ryde use ryde::*; #[router] fn router() -> Router { Router::new().route(“https://github.com/”, get(get_slash)) } #[main] async fn main() { serve(“::1:9001”, router()).await } async fn get_slash() -> Html { html! { <!DOCTYPE html> <html> <head> <title>ryde with rust</title> </head> <body> <div>you are here {url!(get_slash)}</div> […]
Over the past few years, we’ve seen the number of nonprofits leveraging GitHub grow—and grow. Technology is increasingly becoming a critical part of nonprofit’s strategies to drive forward their missions, accelerate human progress, and take big strides toward the Sustainable Development Goals. And we’re here to make this process easier and more accessible for all—from […]
In September, we experienced three incidents that resulted in degraded performance across GitHub services. September 16 21:11 UTC (lasting 57 minutes) On September 16, 2024, between 21:11 UTC and 22:08 UTC, GitHub Actions and GitHub Pages services were degraded. Customers who deploy Pages from a source branch experienced delayed runs. We determined the root cause […]
GitHub is the world’s leading AI-powered platform for developers who share their code, work together, and build amazing things. But out of the more than 100 million developers that call GitHub home, there are a few exceptional talents and technical experts who go above and beyond in helping others in the developer space – the […]