[go: up one dir, main page]

Skip to content
View odarym's full-sized avatar

Highlights

  • Pro

Block or report odarym

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

Hello! I'm Moses Odari.

About Me

I'm a software engineer with a relish for low-level languages and systems programming. I thrive on diving deep into the intricacies of code, optimizing performance and understanding how hardware and software interact. My journey so far has led me to explore languages like C, C++ and assembly, where I’ve honed my skills in memory management, data structures, algorithm design and efficient problem-solving. Understanding how CPUs work and being able to read and understand compiler generated assembly is also fun and fascinating.

I’m always exploring new technologies and paradigms. Whether it’s digging into different assembly language types, experimenting with microcontrollers, malware development and analysis, or studying compiler design, I thrive on continuous learning.

Tools and Languages

C  CPP  Py3  Go  JS  HTML5  CSS  SQL  Docker  VSCode  VisualStudio 

🚀 Projects and Contributions:

  1. Printf - A custom implementation of the C standard library’s printf function.
  2. Simple Shell - A simple UNIX command line interpreter.

Currently working On:

ALX Software Engineering Certification (Backend):

  • HTML/CSS: Crafting beautiful and responsive web interfaces.
  • JavaScript: Adding interactivity and dynamic behavior to websites.
  • SQL: Proficient in managing and querying relational databases.
  • Python: Server-side scripting, web development, and data analysis.
  • Apache: Serving web pages and handling HTTP requests as a web server.
  • Nginx: Nginx: Managing web traffic efficiently as a web server, reverse proxy, and load balancer.

Contact info

   

Pinned Loading

  1. alx-low_level_programming alx-low_level_programming Public

    C

  2. binary_trees binary_trees Public

    Dealing with binary trees

    C

  3. printf printf Public

    An implementation of the c printf function

    C 1

  4. simple_shell simple_shell Public

    A simple unix command interpreter

    C