Code Monkey home page Code Monkey logo

bookclub's Introduction

Hi everyone, I am Alix Fachin, software developer based out of Japan. ๐Ÿ—พ

  • I am currently working on a few side projects to play around with LLMs and to keep posted with (more or less) recent dev developments.

  • I try to participate in AtCoder competitive programming contests every week. I am using Rust for this.

  • I like participating as well in Advent of Code ๐ŸŽ„, although it's not easy as Christmas is the busiest time of the year at work...

  • My wish list of projects I'd like to achieve: ๐Ÿ˜„ ๐ŸŽ…

    • I want to code and app with htmx to see how fast it can help with quick and simple website design.
    • I'd like to compile Rust into WebAssembly and re-use those algorithms in a webpage (e.g. array sorting algorithms or other basic stuff).
    • I'd like to get the basics of security ๐Ÿดโ€โ˜ ๏ธ - going through a course on TryHackMe or something equivalent
    • I'd like to write regularly blog articles (and if possible some in Japanese ๐Ÿ‘น )
    • I'd like to code an app with Electron to experiment the intersection of WebAPI and Node
  • Fun fact: I went to a cooking school ๐Ÿฅ for a year during a break in my carreer. Great experience which taught me humility, attention to details, hard work, and so many other things. (recipe of puff pastry being one of those).

  • Some non-programming related stuff:

    • First video game every played: New Zealand Story on Amiga 500
    • First video game finished (without cheating): Final Fantasy X on PS2
    • Best video game ever: The Last of Us 2 on PS4
    • What do I do to unwind: I step outside my house and run. I am not good at it (4:15 best marathon time) but I don't give up.
  • Don't hesitate to contact me on my site: https://www.codeandpastries.dev ๐Ÿ‘‹

bookclub's People

Contributors

alixfachin avatar

Stargazers

 avatar  avatar

Watchers

 avatar

bookclub's Issues

First front-end

Basic front-end (for debug / admin), which displays:

  • All users
  • All books
  • Controls to filter only users / only books
  • All inventory
  • Control forms to add/edit those fields

User authentication

  • Login / Logout screens via bouncer system
  • Updating the requests / components display according to the currently logged user

Adding transaction management

  • Adding the "transaction " table in the database
  • Adding corresponding GraphQL endpoints
  • Adding corresponding views and displays

New testing suite for the GraphQL API

Following tests:

  • GET the list of all books
  • GET a single user
  • GET the inventory for one user
  • ADD a book to a user
  • UPDATE fields for a book
  • UPDATE fields for a user
  • UPDATE fields for inventory
  • POST new user
  • POST new book
  • POST new inventory

Adding pictures in the database

  • Only text is very sad - need to add pictures to make the app a bit more beautiful
  • The question is -> how to store those pics in the DB? How to minimize the space taken by high-res pictures of old books?
  • Possible to download pictures from an API (e.g. GoodReads API? Google Open Books API?)

Chat engine

Offering users the possibility to chat.
Chat can be real-time (if both users are connected) or differed (if users are not connected).

-> Do we need to keep the messages in the database?????

Navigation bar

Need to have a responsive navbar showing the different pages:
-> Book Search Page
-> Book Inventory Page
-> Chat Page

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.