Git Product home page Git Product logo

paulgrahamessays's Introduction

  • ๐Ÿ‘‹ Hi, Iโ€™m @nikitamalinov
  • ๐Ÿ‘€ Iโ€™m a Software Engineer passionate about startups.
  • ๐Ÿ“ซ Feel free to reach me by email at [email protected] or on linkedin.

paulgrahamessays's People

Watchers

 avatar

paulgrahamessays's Issues

Allow users to sign in using google and save their progress

  • Create a google sign in button in the navbar that allows user to sign in with google using next auth.
  • Right now they can mark lessons on the home page as complete and have it saved to cookies, I would like to remove saving to cookies and instead have those lessons saved using redis. The format for marking a lesson complete will be that a set will be created for {user.email} and that if they have read a page, we add the page url to the set.
  • Users can also remove pages they've read and this would remove the page url from the given set.
  • When loading the homepage of the website the progress should be displayed properly with the checkmarks by checking the urls that are in the redis set for this user.

Allow users to sign in using google and save their progress

  • Create a google sign in button in the navbar that allows user to sign in with google using next auth.
  • Right now they can mark lessons on the home page as complete and have it saved to cookies, I would like to remove saving to cookies and instead have those lessons saved using redis. The format for marking a lesson complete will be that a set will be created for {user.email} and that if they have read a page, we add the page url to the set.
  • Users can also remove pages they've read and this would remove the page url from the given set.
  • When loading the homepage of the website the progress should be displayed properly with the checkmarks by checking the urls that are in the redis set for this user.
  • For the redis implementation in the nextjs api, make sure we pass an idToken and verify it in order to fetch or modify the user's info in redis.

Convert javascript files to typescript

I have a few javascript files in this repository and I would like you to change them to Typescript. Please delete the old javascript files and create new typescript files.

Allow users to sign in using google and save their progress

Create a google sign in button in the navbar that allows user to sign in with google using next auth. I was users to be able to mark each essay that they've read as complete using redis. The format for marking it complete will be that a set will be created using user.email and that if they have read a page, we add the page url to the set. they can also remove pages they've read.

Allow users to sign in using google and save their progress

  • Create a google sign in button in the navbar that allows user to sign in with google using next auth.
  • Right now they can mark lessons on the home page as complete and have it saved to cookies, I would like to remove saving to cookies and instead have those lessons saved using redis. The format for marking a lesson complete will be that a set will be created for {user.email} and that if they have read a page, we add the page url to the set.
  • Users can also remove pages they've read and this would remove the page url from the given set.
  • When loading the homepage of the website the progress should be displayed properly with the checkmarks by checking the urls that are in the redis set for this user.
  • For the redis implementation in the nextjs api, make sure we pass an idToken and verify it in order to fetch or modify the user's info in redis.
  • Use the @vercel/kv package for all the redis implementations outlined in 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.