AlixFachin
Software engineer. Former equity derivatives trader, hotel manager. Avid learner. Comfortable with JavaScript, TypeScript. Fights with the Rust borrower.
Japan
Pinned Repositories
adventofcode2023
Solutions for Advent of Code 2023
AtCoder
Contains my templates and solutions for the AtCoder programming contest
BabalClone
Game done with Three.Js - clone of an old game on HP48GX
BookClub
3-day sprint to hack a MVP of a full-stack app. The app in question is an app to share book inventory across users
easyCrypto
Small project to showcase RSA encryption algorithm (easily crackable so don't use it for real encryption!) using React.js. Deployed on GitHub pages.
goPolygottal
Exploring Golang during a week at Code Chrysalis. Back-end serving templated HTML and REST API
kaji-buntan
Repository for project made for hackathon organized by Code For Japan in April 2022
news-haikus
Using AI to generate haikus from random news topics
spoonify
MVP realized during a week-long spring to work with Stripe API
wasm-charts
Small project to dabble into WebAsm and interacting with C++
AlixFachin's Repositories
AlixFachin/kaji-buntan
Repository for project made for hackathon organized by Code For Japan in April 2022
AlixFachin/easyCrypto
Small project to showcase RSA encryption algorithm (easily crackable so don't use it for real encryption!) using React.js. Deployed on GitHub pages.
AlixFachin/BabalClone
Game done with Three.Js - clone of an old game on HP48GX
AlixFachin/test-nextjs-firebase
Simple test website to drill down and test workflows with Firebase V9 and Next.JS
AlixFachin/wasm-charts
Small project to dabble into WebAsm and interacting with C++
AlixFachin/AtCoder
Contains my templates and solutions for the AtCoder programming contest
AlixFachin/babal-react
Small 3JS project, with React for menu interface, XState for state management and Cypress for testing
AlixFachin/book-club
Full-stack app to manage book inventories. Typescript, TypeORM, React
AlixFachin/eslint-plugin-riotjs
Plugin for eslint able to read .riot and .tag files
AlixFachin/hash-table-riot
Test project for riot.js. Aim is to display a hash table in action.
AlixFachin/myriotlinter
Small lightweight linter program for RiotJS, which detects some basic lexical rules/conventions
AlixFachin/new.eslint.org
ESLint website
AlixFachin/portfolio-perso
Portfolio site created from scratch with Gatsby.js, using React.js components
AlixFachin/riot-video
Experimentation with Riot.js and HTML5 <video> component
AlixFachin/sudoku
Very basic sudoku game - small project to teach a relative the basics of JavaScript frameworks and components
AlixFachin/VideoBase
Node.JS back-end offering a REST API connecting a database about video files using Sequelize ORM
AlixFachin/adventofcode2022
AlixFachin/adventofcode2023
Solutions for Advent of Code 2023
AlixFachin/AlixFachin
personal profile repo
AlixFachin/atcoder-cli
AtCoder command line tools
AlixFachin/JibungotoPlanet
AlixFachin/kaji-buntan-org
Repo for kaji buntan app (organization version)
AlixFachin/kaji_js
AlixFachin/math-tutorial-1
First version of providing "hands-on" Maths tutorial with the mafs library for React
AlixFachin/nest-restaurants-api
Side project to learn Nest.js
AlixFachin/sprintAPI
Educational project to code a CRUD API in two days for Code Chrysalis CC19
AlixFachin/news-haikus
Using AI to generate haikus from random news topics
AlixFachin/next-portfolio
Template for my portfolio website, using next.js framework
AlixFachin/rn-expense-tracker
Small React Native project of expense tracking and quick analysis
AlixFachin/rust-data-structures
Basic Library to explore Rust by implementing basic data structures functions