Skip to content
View kvzidev's full-sized avatar
βœ”οΈ
Verified
βœ”οΈ
Verified

Block or report kvzidev

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
kvzidev/README.md

banner

Hello, I'm Kevin πŸ‘‹πŸΌ! Systems Engineer driven by a curiosity for how things work under the hood.

Lets connect

LinkedIn Mail

Skills

Static Badge Static Badge Typescript JavaScript HTML5 CSS3 Tailwind CSS ReactJS MySQL PostgreSQL Git CMake Linux GoogleTest Cloudflare Docker

Projects

Libraries

zkint.h β†—

Header-only library for handling big integers from 128 up to 1024 bits wide.

  • Supports arithmetic, comparison, and bitwise operations.
  • Zero external dependencies for quick integration.
  • Native interfaces for both C and C++ codebases.

Asynchronous logging library designed for high-performance applications.

  • Non-blocking backend to minimize thread latency.
  • Configurable log formats and output sinks.
  • Distinct APIs for both C and C++ applications.

Websites

Metalanguage for designing context free programming languages. This new metalanguage allows you to:

  • Analyze undefined, unreachable, cyclic, and recursive grammar rules.
  • Visualize the rules through a railroad diagram.
  • Generate random code based on the grammar rules.

Additionally, you can download and upload grammars in JSON format.

Demo website for a theater workshop. Key features:

  • Responsive landing page for presenting the workshop.
  • Showcase posts of current and past theatrical plays.
  • Actor profiles (current and former) with bios.

Presidente β†—

Campaign website for a presidential candidate to share political platforms and updates.

  • Categorized proposals page outlining the candidate's agenda.
  • Directory listing campaign team members and their roles.
  • Campaign blog for sharing announcements.

Pinned Loading

  1. zkint.h zkint.h Public

    A header-only library for 128, 256, 512, and 1024-bit integers in C and C++.

    C 1

  2. async-logger async-logger Public

    High-performance, thread-safe asynchronous logger with a modern C++23 API and C compatibility. Zero overhead, zero dependencies.

    C++ 1

  3. kv-meta-sintaxis kv-meta-sintaxis Public

    TypeScript 1

  4. huffman-coding-cpp huffman-coding-cpp Public

    Huffman Coding implementation in C++

    C++ 2