Categories

Technology

CodeQL in GitHub Advanced Security: what it actually covers

CodeQL is GitHub's semantic code analysis engine and the heart of the GitHub Advanced Security offering. It succeeded Semmle, which GitHub acquired on September 18, 2019, and its query libraries now cover almost every language a mid-sized company uses: Rust went generally available on October 14, 2025, and Kotlin moved to an official analyzer.

Tools

GitHub Copilot: The Intelligent Code Assistant

GitHub Copilot is a coding assistant from GitHub and OpenAI that suggests code in real time inside the editor, trained on billions of lines of public code. It speeds up repetitive tasks such as tests, boilerplate, and documentation, but its suggestions always need human review before reaching production.

Technology

Programming with GitHub Codespaces

GitHub Codespaces brings the complete development environment to the cloud: editor, dependencies, extensions, and project configuration live in a remote container. It eliminates environment divergence between developers, reduces onboarding from days to minutes, and lets you work from any device without installing anything locally.