Skip to content
View Ultra-Code's full-sized avatar
🎯
Zig ^ Rust = programming love
🎯
Zig ^ Rust = programming love

Highlights

  • Pro

Block or report Ultra-Code

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
Ultra-Code/README.md

Born To Learn & Grow

Akwaaba πŸ‘‹, I'm ✨ Bernard Assan ✨

A passionate Systems Engineer

bernardassan

πŸ‘¨β€πŸ’» About me:

  • ⚑ I love Systems Programming and am interested in AI/ML, Compiler Development, Graphics Programming and WebAssembly
  • πŸ”­ Currently working on recblock, network programming, kitwacc and modernc
  • πŸ‘― Looking to collaborate on Zig, C, Rust, C++, Python and Lua projects.
  • πŸ“« Reach me @themalpha on telegram and @mega.alpha on discord

Connect with me

bernardassan https://www.linkedin.com/in/bernard-assan-a2744b254/ https://stackoverflow.com/users/12007740/mega-alpha https://www.kaggle.com/megaalpha bernardassan100

πŸ› οΈ Languages & Tools

My Skills

πŸ”₯ Stats

Language stats Repos stats
ultra-code

Pinned Loading

  1. awesome-neovim awesome-neovim Public

    Awesome Configurations for C/C++, Zig, Rust, Python, Shell, Web and Lua development in NeoVim

    Lua 173 73

  2. datascience_exploration datascience_exploration Public

    Using Python, SQL, Jupyter, Power BI and Excel for Datascience and Machine Learning

    Jupyter Notebook 7 2

  3. archsway archsway Public

    Archlinux on river/sway from scratch with the most minimal dependencies. DIY is awesome

    Shell 9 3

  4. recblock recblock Public

    Blockchain for a record management and money transfer system

    Zig 5 2

  5. kitwacc kitwacc Public

    small and elegant c compiler in zig

    Zig 1

  6. River Window Manager Configurator in... River Window Manager Configurator in Zig
    1
    const std = @import("std");
    2
    const builtin = @import("builtin");
    3
    const debug = std.debug;
    4
    const mem = std.mem;
    5
    const posix = std.posix;