DEV Community

Alexandra Kochetkova profile picture

Alexandra Kochetkova

Content maker | IT company

Joined Joined on  github website
Time to refactor legacy with OOP

Time to refactor legacy with OOP

Comments
15 min read

Want to connect with Alexandra Kochetkova?

Create an account to connect with Alexandra Kochetkova. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
.NET Digest #3

.NET Digest #3

4
Comments
5 min read
Clean code: blessing or curse? Act I. Confrontation

Clean code: blessing or curse? Act I. Confrontation

Comments
25 min read
PVS-Studio 7.32: enhanced analysis, new plugins and more

PVS-Studio 7.32: enhanced analysis, new plugins and more

Comments
5 min read
How to develop code analyzer in 48 hours

How to develop code analyzer in 48 hours

2
Comments 1
22 min read
Flax Engine. Exploring game engine & analyzing its source code

Flax Engine. Exploring game engine & analyzing its source code

4
Comments 1
11 min read
Get me two! PVS-Studio plugin update for SonarQube

Get me two! PVS-Studio plugin update for SonarQube

Comments 1
2 min read
Even great mathematicians make mistakes

Even great mathematicians make mistakes

1
Comments
13 min read
How to find job for Rescue Rangers: analyzing Godot Engine

How to find job for Rescue Rangers: analyzing Godot Engine

2
Comments
18 min read
.NET Digest #2

.NET Digest #2

5
Comments
5 min read
Search query for bugs in Apache Solr

Search query for bugs in Apache Solr

Comments
13 min read
Fixing bugs in your AI: let's analyze bugs in OpenVINO

Fixing bugs in your AI: let's analyze bugs in OpenVINO

1
Comments
18 min read
How to train your cat to code: bizarre learning approaches

How to train your cat to code: bizarre learning approaches

1
Comments
9 min read
Authorization pitfalls: what does Keycloak cloak?

Authorization pitfalls: what does Keycloak cloak?

4
Comments
12 min read
An insect is sitting in your compiler and doesn't want to leave for 13 years

An insect is sitting in your compiler and doesn't want to leave for 13 years

2
Comments
5 min read
Code whisperers and rubber duck sorcery: do developers have superstitions?

Code whisperers and rubber duck sorcery: do developers have superstitions?

1
Comments
11 min read
.NET Digest #1

.NET Digest #1

11
Comments 1
6 min read
Compilation of C# conference talks from 2023-2024

Compilation of C# conference talks from 2023-2024

8
Comments
3 min read
12 moments of typos and copy-paste, or why AI hallucinates: checking OpenVINO

12 moments of typos and copy-paste, or why AI hallucinates: checking OpenVINO

1
Comments
17 min read
Bitwise operators in Java: unpacking ambiguities

Bitwise operators in Java: unpacking ambiguities

2
Comments
9 min read
I _____ hate arrays in C++!

I _____ hate arrays in C++!

4
Comments
14 min read
How template method can ruin your Java code

How template method can ruin your Java code

1
Comments
9 min read
How much UB is in my compiler?

How much UB is in my compiler?

2
Comments
14 min read
Volatile, DCL, and synchronization pitfalls in Java

Volatile, DCL, and synchronization pitfalls in Java

2
Comments
11 min read
Error on verge of extinction, or why I put if (x = 42) in Red List of C & C++ bugs

Error on verge of extinction, or why I put if (x = 42) in Red List of C & C++ bugs

5
Comments
5 min read
What errors are lurking in LLVM code?

What errors are lurking in LLVM code?

4
Comments
12 min read
C++: freeing resources in destructors using helper functions

C++: freeing resources in destructors using helper functions

3
Comments
7 min read
Garnet. Does Microsoft's cache -store also store bugs?

Garnet. Does Microsoft's cache -store also store bugs?

Comments
9 min read
Let's check the qdEngine game engine, part three: 10 more bugs

Let's check the qdEngine game engine, part three: 10 more bugs

1
Comments
10 min read
Eleven moments of ReactOS: user mode gets better?

Eleven moments of ReactOS: user mode gets better?

2
Comments 1
14 min read
Let's check the qdEngine game engine, part two: simplifying C++ code

Let's check the qdEngine game engine, part two: simplifying C++ code

2
Comments
8 min read
Compilation of gripping C++ conference talks from 2023

Compilation of gripping C++ conference talks from 2023

3
Comments
4 min read
Let's check the qdEngine game engine, part one: top 10 warnings issued by PVS-Studio

Let's check the qdEngine game engine, part one: top 10 warnings issued by PVS-Studio

1
Comments
13 min read
Nephalem's nightmare. Exploring errors in Diablo 3 server emulator code

Nephalem's nightmare. Exploring errors in Diablo 3 server emulator code

2
Comments
11 min read
21 bugs in 21st version of Apache NetBeans

21 bugs in 21st version of Apache NetBeans

2
Comments
13 min read
Static analyzer nudges you to write clean code

Static analyzer nudges you to write clean code

3
Comments 1
4 min read
Bugs that buzzed a lot

Bugs that buzzed a lot

2
Comments
6 min read
Code of game engine written in Java: what does it hide?

Code of game engine written in Java: what does it hide?

4
Comments
9 min read
How not to check array size in C++

How not to check array size in C++

6
Comments 1
9 min read
Simple & quick search for bugs in Unity games (for C# developers)

Simple & quick search for bugs in Unity games (for C# developers)

Comments
8 min read
Setting up static analysis for Unreal Engine project

Setting up static analysis for Unreal Engine project

Comments
6 min read
Invincible null: digging into nopCommerce source code

Invincible null: digging into nopCommerce source code

Comments
9 min read
Don't fix anything — cultivate acceptance instead: bugs in games that have become features

Don't fix anything — cultivate acceptance instead: bugs in games that have become features

5
Comments 1
10 min read
Let's check Blender

Let's check Blender

2
Comments
16 min read
Why it is bad idea to check result of malloc call with assert

Why it is bad idea to check result of malloc call with assert

1
Comments 3
4 min read
OOP in real-life cases

OOP in real-life cases

4
Comments
12 min read
PVS-Studio extension for Visual Studio Code: searching for errors in Java code

PVS-Studio extension for Visual Studio Code: searching for errors in Java code

Comments
8 min read
Shall we check pointer for NULL before calling free function?

Shall we check pointer for NULL before calling free function?

4
Comments
9 min read
Qt Creator* in search of Qt Creator bugs

Qt Creator* in search of Qt Creator bugs

1
Comments
20 min read
Off we go! Digging into the game engine of War Thunder and interviewing its devs

Off we go! Digging into the game engine of War Thunder and interviewing its devs

Comments
14 min read
Introducing SAST into the development process

Introducing SAST into the development process

1
Comments 1
1 min read
Bugs and suspicious places in .NET 8 source code

Bugs and suspicious places in .NET 8 source code

5
Comments
8 min read
A hard quiz to crack for C++ programmers by Sergei Kushnirenko

A hard quiz to crack for C++ programmers by Sergei Kushnirenko

3
Comments
3 min read
PVS-Studio 7.28: support for ARM, .NET 8, analysis of Unreal Engine projects without Unity Build, and more

PVS-Studio 7.28: support for ARM, .NET 8, analysis of Unreal Engine projects without Unity Build, and more

2
Comments
5 min read
Operation K. Looking for bugs in the IntelliJ IDEA code

Operation K. Looking for bugs in the IntelliJ IDEA code

3
Comments 1
6 min read
30 years of DOOM: new code, new bugs

30 years of DOOM: new code, new bugs

2
Comments
22 min read
Few words about Java code hygiene

Few words about Java code hygiene

4
Comments
6 min read
Day when Skynet becomes self-aware, and 69 reasons to chill out with colleagues. Part 1.

Day when Skynet becomes self-aware, and 69 reasons to chill out with colleagues. Part 1.

4
Comments
10 min read
Return to Grove Street. Checking the Grand Theft Auto: San Andreas engine in Unity

Return to Grove Street. Checking the Grand Theft Auto: San Andreas engine in Unity

5
Comments
8 min read
Games! How they write code for SDL (+ interview with the creator)

Games! How they write code for SDL (+ interview with the creator)

2
Comments 2
7 min read
loading...