Updated: Jul 3, 2025
Search...

K

About meEducationExperienceRoadmap
Photo of Michael Peter

Michael Peter

I'm committed to building appealing apps and helping people learn how to code.

Programming languages

    TypeScript

    TypeScript

    C

    C

    Python

    Python

    JavaScript

    JavaScript

Frameworks, libraries & devtools

    Next.js

    Next.js

    React

    React

    Expressjs

    Expressjs

    Nestjs

    Nestjs

    FastAPI

    FastAPI

Contact

@michaelhpet

michaelhpet@gmail.com

©2025 Michael Peter

printf

An inferior clone of the C standard library printf function, which takes a string and a variable sized list of other values and produce as output a string that corresponds to the format specifier and given input values.

  • C

alx-low_level_programming

An assembly of C programs and code snippets to learn and practice data structures and algorithms. This also includes rewrites of many C standard library functions, all for the purpose of understanding computer programming from ground-up.

  • Shell

  • C

  • Assembly

  • Python

monty

A command-line interpreter for monty bytecodes files, written in C, which features the creation and manipulation of stacks/queue data structures.

  • C

  • MATLAB

  • Forth

  • M

  • Brainfuck

binary_trees

Building, traversing, manipulating, and managing the binary tree data structure from scratch with the C programming language.

  • C

srs-cli

A CLI program for simple Student Record System in C that allows users to manage student information and grades

  • C

  • Makefile