alextodea
Human being interested in bringing ideas to life through the noble art of computer science
IKEA of SwedenCopenhagen
Pinned Repositories
alextodea
Config files for my GitHub profile.
assembler-go
Implementation of an assembler using Go language (learning purpose).
baristacup
A fully responsive HTML5, CSS3 and JavaScript/jQuery website built from scratch.
cust-cli
A command line interface application for managing customers. Technologies used: JavaScript, Node.js, MongoDB
gorse
An open source recommender system service written in Go
leetcode-algorithms
message-feed-toy-app
A public message board application built using MERN (MongoDB, Express.js, React.js) stack.
node2vec-embeddings
Experiment with node2vec feature learning using a public dataset.
nodebestpractices
:white_check_mark: The largest Node.js best practices list (January 2020)
proglog
Distributed system that serves that stores commit logs. The purpose of this project is to achieve a better understanding about how distributed systems work.
alextodea's Repositories
alextodea/alextodea
Config files for my GitHub profile.
alextodea/assembler-go
Implementation of an assembler using Go language (learning purpose).
alextodea/baristacup
A fully responsive HTML5, CSS3 and JavaScript/jQuery website built from scratch.
alextodea/cust-cli
A command line interface application for managing customers. Technologies used: JavaScript, Node.js, MongoDB
alextodea/gorse
An open source recommender system service written in Go
alextodea/leetcode-algorithms
alextodea/message-feed-toy-app
A public message board application built using MERN (MongoDB, Express.js, React.js) stack.
alextodea/node2vec-embeddings
Experiment with node2vec feature learning using a public dataset.
alextodea/nodebestpractices
:white_check_mark: The largest Node.js best practices list (January 2020)
alextodea/proglog
Distributed system that serves that stores commit logs. The purpose of this project is to achieve a better understanding about how distributed systems work.
alextodea/save-the-pony
Algorithmic maze problem where the goal is to find the best way for an agent to escape a maze, by avoiding direct interaction with a distinct, autonomous agent.
alextodea/triangle-cli
A program that outputs the triangle type based on an input containing its sides lengths.
alextodea/vm-translator
Translates virtual machine language into assembly.