Pinned Repositories
alexandengstrom
birchrest
A lightweight Python framework for building REST APIs with a controller-based approach. It includes built-in middleware, error handling, auth handling, automatic response management and more.
dice-art-generator
A tool for generating dice art from real images. Created using React with Typescript.
digital-clock
A digital clock created with an Atmega16A microcontroller and assembly language, displaying time on four seven-segment displays using multiplexing and interrupts.
fairytales
An Android app built with Java that uses AI to help kids and their parents to create custom bedtime stories.
nial
An object-oriented programming language, implemented in the Ruby programming language.
not_std
Reinventing the standard library by constructing essential data structures and algorithms in C++ from scratch.
p2p-chat-application
A peer-to-peer chat application developed in C#. Allows users to chat directly with each other over the internet without a central server.
road-network-generator
Python tool for generating undirected weighted graphs representing road networks.
social-network
A social network developed in Node, React, Express, and MongoDB, featuring integrated chat functionality through sockets.
alexandengstrom's Repositories
alexandengstrom/road-network-generator
Python tool for generating undirected weighted graphs representing road networks.
alexandengstrom/birchrest
A lightweight Python framework for building REST APIs with a controller-based approach. It includes built-in middleware, error handling, auth handling, automatic response management and more.
alexandengstrom/dice-art-generator
A tool for generating dice art from real images. Created using React with Typescript.
alexandengstrom/digital-clock
A digital clock created with an Atmega16A microcontroller and assembly language, displaying time on four seven-segment displays using multiplexing and interrupts.
alexandengstrom/fairytales
An Android app built with Java that uses AI to help kids and their parents to create custom bedtime stories.
alexandengstrom/nial
An object-oriented programming language, implemented in the Ruby programming language.
alexandengstrom/p2p-chat-application
A peer-to-peer chat application developed in C#. Allows users to chat directly with each other over the internet without a central server.
alexandengstrom/alexandengstrom
alexandengstrom/campusrunner
Campus Runner is a 2D platformer game created in C++ using the SFML-library.
alexandengstrom/easy-pyc
Simple build script to automate compilation, linking and execution of C++ and C-programs.
alexandengstrom/enigma-machine-simulator
A C++ implementation of a realistic simulation of the historical Enigma encryption machine used by the Nazis during World War II.
alexandengstrom/neural-network
A Python implementation of a basic neural network from scratch, without external libraries.
alexandengstrom/not_std
Reinventing the standard library by constructing essential data structures and algorithms in C++ from scratch.
alexandengstrom/proxy-server
A simple content-altering HTTP web proxy developed in Python.
alexandengstrom/rsa-algorithm
Simple RSA algorithm in Python
alexandengstrom/social-network
A social network developed in Node, React, Express, and MongoDB, featuring integrated chat functionality through sockets.
alexandengstrom/bank-service
School project building a SOA-based API for managing bank accounts and transactions using Java, PHP, Rust, Docker, and Kafka.
alexandengstrom/morse-code-transmitter
An ATmega16A assembly program that converts a predefined string into Morse code signals.
alexandengstrom/nano-knowledge
Nano Knowledge is a Python script that automates the creation of podcast episodes, using OpenAI's GPT for script generation and ElevenLabs' text-to-speech technology for audio conversion.
alexandengstrom/pathfinding-visualizer
A Pathfinding Visualizer built with React that visualizes algorithms such as BFS, DFS, and Dijkstra's.
alexandengstrom/pizza-website
A fictional Italian pizza restaurant website built with React and Typescript, featuring a homepage, menu, booking page and contact page.
alexandengstrom/png-steganography-cli
Python command-line tool for hiding encrypted messages within PNG images using steganography techniques.
alexandengstrom/python-quizzer
An interactive React TypeScript quiz game where users test their knowledge by answering questions related to Python code snippets.
alexandengstrom/snake
A simple Javascript implementation of the classic game Snake.
alexandengstrom/tetris
A Go implementation of the classic game of Tetris developed using the Ebiten framework.
alexandengstrom/tweelon
Tweelon is a Twitter-inspired platform built with React, Node.js, and MongoDB.