Remove c
Remove Code Remove Database Remove Programming
article thumbnail

MongoDB SSL with self-signed certificates in C#

Scalegrid

If your application connects to the production database over a public network, do reach out to support@scalegrid.io In this blog post, we show you two methods to securely connect to a MongoDB server configured with self-signed certificates for SSL, using the official C# MongoDB driver. Else the code samples will not work.

C++ 244
article thumbnail

Debugging MySQL Core File in Visual Studio Code

Percona

Visual Studio Code (VS) supports memory dump debugging via C/C++ extension: [link]. When MySQL generates a core file, the VS code simplifies the process of debugging. This blog will discuss how to debug the core file in VS code. Installing c/c++ extension We need to install the c/c++ extension.

Code 106
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Kubernetes Observability: Code Profiling With Flame Graphs

Percona

It shows which code paths are more busy on the CPU in given samples. Depending on the application programming language, which is specified as an argument in the command line, the tool launches a compatible image profiler that contains everything it needs to successfully produce the flame graph.

Code 114
article thumbnail

Segmentation Fault – A DBA Perspective

Percona

In order to understand “segmentation fault,” it is a must to know the basic idea of segmentation and its implementation in C programming. When we need to execute any program, it should be loaded into memory first. Here, memory is divided into equal sizes of partitions where the code of a program resides.

article thumbnail

What technology stack to choose for your project?

Tech News Gather

It is a combination of programming languages, frameworks, libraries, patterns, servers, UI/UX solutions, software, and tools used by developers. The three main front-end coding languages are HTML, CSS, and JavaScript, wherein a large number of frameworks are based on JavaScript. But what is a tech stack? Back-End Tech Stack.

article thumbnail

Squashed Bugs, Served Hot and Fresh With Failure Rate Heatmaps

DZone

Debugging is not just about the fix — sometimes it's the drudgery of trying to locate the root cause that kills passion, especially when you have thousands or even millions of lines of code. A former Oracle database developer, who helped maintain Oracle v12.2 A former Oracle database developer, who helped maintain Oracle v12.2

C++ 163
article thumbnail

CheriABI: enforcing valid pointer provenance and minimizing pointer privilege in the POSIX C run-time environment

The Morning Paper

CheriABI: enforcing valid pointer provenance and minimizing pointer privilege in the POSIX C run-time environment Davis et al., code is not given access to excessive capabilities. And this all has to work for whole-system executions, not just the C-language portion of user processes. ASPLOS’19. CHERI implementation.

C++ 61