Coder Social home page Coder Social logo

thebesttvarynka / ubiquitous-spark Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 0.0 8.41 MB

Comfortable online service that helps us to find the best books for yourself

Home Page: https://ubiquitous-spark.herokuapp.com

License: MIT License

JavaScript 44.54% HTML 2.64% CSS 22.29% Handlebars 30.53%

ubiquitous-spark's Introduction

Stand With Ukraine

Hi there πŸ‘‹

Pavlo Myroniuk profile views

Telegram Badge Linkedin Badge Instagram Badge Gmail Badge GitLab Badge

πŸ™ˆ About me

I am Pavlo Myroniuk πŸ‘¨β€πŸ’», a software developer from Ukraine πŸ‡ΊπŸ‡¦. Loves Rust πŸ¦€ and open-source software.

  • πŸ’» I force electrons to do the math πŸ’ͺ
  • πŸ¦€ Let's rewrite all in Rust πŸ₯Ί
  • πŸ’š Workout is a very important part of my daily routine πŸƒβ€β™‚οΈ
  • πŸ“” If you have any questions, notes, ideas, feel free to contact me πŸ’¬

⚑ Technologies

Rust Linux

Nodejs JavaScript

Redis PostgreSQL

Google Cloud Docker Git GitHub GitLab

🧸 Fun

Lichess stackoverflow spotify

ubiquitous-spark's People

Contributors

capmakse avatar dependabot[bot] avatar ivanluchkin avatar kyso4ok avatar thebesttvarynka avatar vermi4elli avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

ubiquitous-spark's Issues

Chat - client side

Finish functionality:

  • check the db for the existence of the chat (if not, then create; if exists, just render the page)
  • rewrite the render part to work with sockets and get history from db:
    1. create socket
    2. onopen - send socket to base with request and message
    3. message structure for history: { title: history, time: new Date() }
    4. message structure for uploading: { title: message, chat_id: -, author: -, message: -, time: new Date() }
    5. onmessage: all data I've received is going into html
  • incoming history structure: { messages: [ { author: -, message: -, time: - }, {}, ... ] }
  • incoming message structure: { reply: { author: -, message: -, time: - } }

New features - plan

  • page for editing book
  • ability to delete uploaded books (maybe on edit book page)
  • ability to delete liked books
  • update other code. it means improve style, split into blocks... in one word it's a refactoring
  • ability to read books online 😈

Solved items must be marked.

P.S. if you know how to improve our service more, please, update this issue)

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.