-
What’s Next for CLion: The 2025.1 Roadmap
We’ve begun work on our next major release, 2025.1, which we’ll introduce early next year. After reading through your valuable feedback and feature requests, and taking into account our own strategic goals, we’ve prioritized the following areas for development: 🚀 The CLion Nova language engine 🛠️ The debugger 🤖 Embedded development 🏗️ Project formats and…
-
Fleet 1.44 Is Here With New UI, Zig Language Support, and More Enhancements
Explore our latest release, which introduces many new features designed to improve your development experience. You can update to this version using Toolbox App. Let’s take a closer look at the highlights. Download Fleet 1.44 New features Improvements Bug fixes We’ve also fixed several bugs: See the full release notes for more details about Fleet…
-
Introducing klibs.io: A New Way to Discover Kotlin Multiplatform Libraries
Kotlin Multiplatform is growing rapidly, with its ecosystem expanding and the number of libraries increasing by 35% in 2024 alone. However, with more libraries available than ever, finding the right one for your use case and target platforms can still be a challenge. Whether you’re looking for a solution to handle permissions on iOS and…
-
AI Inspires Learners, IDEs Drive Them: Computer Science Education Trends 2024
Computer science education and literacy are skyrocketing in demand worldwide. To understand the latest trends, challenges, and motivations driving learners, as well as other factors shaping the field, we conducted the 2024 Computer Science Learning Curve Survey. More than 23,991 learners from 16 countries and seven broader regions completed our detailed questionnaire – equivalent to…
-
Testing Spring Boot Applications Using Testcontainers
Testing is a crucial part of software development, verifying that a system functions as intended. Developers create unit tests to validate the behavior of individual components, isolating them from external dependencies such as file systems, databases, message brokers, and third-party APIs. However, since many applications rely on these external components, developers write integration tests to…
-
7 Reasons You Should Use dbt Core in PyCharm
dbt Core is a modern data transformation framework. It doesn’t extract or load data and is only responsible for the T in the ELT (extract-load-transform) process. dbt connects to your data warehouse and helps you prepare your data so it can later be used to answer business questions. In this blog post, we’ll talk about…
-
GitHub’s top blogs of 2024
Explore GitHub’s top blogs of 2024, featuring new tools, AI breakthroughs, and tips to level up your developer game. The post GitHub’s top blogs of 2024 appeared first on The GitHub Blog. As 2024 wraps up, we’re revisiting the highlights of a year packed with innovation, learning, and community. From unlocking the power of AI…
-
Announcing CodeQL Community Packs
We are excited to introduce the new CodeQL Community Packs, a comprehensive set of queries and models designed to enhance your code analysis capabilities. These packs are tailored to augment… The post Announcing CodeQL Community Packs appeared first on The GitHub Blog. We are excited to introduce the new CodeQL Community Packs, a comprehensive set…
-
Inside the research: How GitHub Copilot impacts the nature of work for open source maintainers
An interview with economic researchers analyzing the causal effect of GitHub Copilot on how open source maintainers work. The post Inside the research: How GitHub Copilot impacts the nature of work for open source maintainers appeared first on The GitHub Blog. I’m excited to share an interview with two researchers that I’ve had the privilege…
-
OpenAI’s latest o1 model now available in GitHub Copilot and GitHub Models
The December 17 release of OpenAI’s o1 model is now available in GitHub Copilot and GitHub Models, bringing advanced coding capabilities to your workflows. The post OpenAI’s latest o1 model now available in GitHub Copilot and GitHub Models appeared first on The GitHub Blog. Hey devs! We have some exciting news for ya. So, backstory…