Skip to content
View ImKairat's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

Block or report ImKairat

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
ImKairat/README.md

Welcome to Kairat's GitHub Profile!

Hello! I'm Kairat, an enthusiastic software engineer. This repository contains my personal projects, experiments, and resources shared with the community.

About Me

  • ๐Ÿ‘จโ€๐Ÿ’ป Current Role: Software Engineer at CAIAG
  • ๐ŸŒ Location: Kyrgyzstan
  • ๐Ÿš€ Focus: Backend development with Rust ๐Ÿฆ€, Python ๐Ÿ, and Go ๐Ÿฆฆ
  • ๐Ÿ“š Learning: Physics, Computer Science, Renewable Energy, and more

Technologies & Tools

I work with various tools and technologies, including:

  • Web Development: Actix-web(Rust), FastAPI(Python), Gin (Go)
  • Databases: PostgreSQL
  • Tools: VSCode, RustRover, Zed, Vim, Git
  • Cloud & Infrastructure: Docker
  • Linux: Fedora Linux, Debian, Arch Linux

Thanks for visiting!

Pinned Loading

  1. rs_enums rs_enums Public

    rs_enums is a Python module inspired by Rust's powerful Option and Result enums.

    Python 1

  2. rustlings rustlings Public

    Forked from rust-lang/rustlings

    ๐Ÿฆ€ Small exercises to get you used to reading and writing Rust code!

    Rust

  3. configs configs Public

    This project offers an automated solution for installing and managing custom configuration files for the Linux terminal and the Vim text editor.

    Makefile

  4. The_Rustacean-s_way The_Rustacean-s_way Public

    Exploring the art of systems programming with Rust. ๐Ÿฆ€ Tips, tricks, and insights for Rustaceans of all levels.

  5. flex_json flex_json Public

    flex_json is a Python utility that converts JSON files into the JSON Lines (JSONL) format. It reads a standard JSON file, which typically contains a list or array of objects, and outputs a correspoโ€ฆ

    Python