//

Tabnine Blog Archive | Page 12

//
How AI code assistants simplify the SDLC
May 23, 2024
/
7 -min read
AI code assistants aren’t coming to take away software development jobs. But they can help developers spend more time doing interesting work.
Unit testing in Java: Quick tutorial and 4 critical best practices
May 19, 2024
/
7 -min read
Unit testing is a critical part of the development process, which allows you to catch bugs early and fix them before they reach production.
Code debugging: Definition, techniques, and automating with generative AI
May 19, 2024
/
7 -min read
Code debugging is a systematic process that involves identifying and removing errors or bugs in a computer program.
OpenAI GPT-4o is now available on Tabnine Chat
May 16, 2024
/
3 -min read
Starting today, you can use the GPT-4o model to power the full capabilities of Tabnine Chat, including code generation, code explanations, documentation generation, and more.
AI for software testing: Benefits, use cases, and 5 amazing tools
May 9, 2024
/
9 -min read
AI technologies are revolutionizing software testing by introducing automation to a range of new tasks. 
Unit testing in C#: The basics and a quick tutorial
May 8, 2024
/
6 -min read
Unit testing is a method of testing that breaks down software into the smallest possible units of code, which are then tested individually for correctness.
Tabnine + Atlassian: AI-enabled software development
May 1, 2024
/
4 -min read
We're proud to be a launch partner for Atlassian’s soon-to-be-released AI integrations, dubbed Atlassian Rovo.
Tabnine’s vision for the future: The Atlassian Jira-to-code AI agent
April 30, 2024
/
3 -min read
Today we’re offering a glimpse of a fully autonomous version of Tabnine — an AI agent that can implement a Jira ticket and create a fully functioning application.
Unit testing with Python: The basics and a quick tutorial
April 25, 2024
/
6 -min read
Unit testing with Python primarily involves writing test cases for these individual units, running these tests, and examining the results.