Hyperchesbot's Ramblings
-
Vue Analysis Board
Vue Analysis Board Visit the above link, log in with lichess and enjoy improved analysis …
-
Vue 3 component library with typescript, rollup and composition API
Vue 3 component library with typescript, rollup and composition API …
-
Store your secrets at one place
Motivation Have you run into the problem of having to set up secrets for an online IDE? …
-
Permanent storage with Netlify lambda
Minimal draft that shows the idea https://github.com/hyperbotauthor/netlikit Full blown …
-
Create a MongoDb account
Creating a MongoDb account Prerequisites Gmail account. Sign up Visit …
-
Hyper Bot - Your way to a 2600 rated lichess bot
What is Hyper Bot ? In short Hyper Bot is a Javascript program that can play on lichess as …
-
About
Hyperchesbot’s Ramblings My ramblings, mostly related to programming. My projects …
-
Create your netlify Hugo blog
Create your Hugo blog and host it on netlify What is Hugo ? Hugo is a static site …
-
Iterate enum by reference in Rust
Iterate enum by reference Code #[derive(Debug)] enum Color { White, Black, } fn main(){ …