Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)TU
Posts
11
Comments
212
Joined
2 yr. ago

  • Yes, agree.

    Currently the only browser (I know) that has the compatibility layer is the Orion browser by Kagi search engine. It is based on WebKit but expose API for both Firefox and Chromium extensions.

    Not total compatibility but FF web extension compatibility is higher in number than Chromium.

  • Check out MXRoute.

    You need to be a technical enough to manage domains and panel management (but not as involved as self-hosting).

    They have decent support documents and responsive support.

    They frequently have promotion for lifetime, multi domains, multi accounts (limited only by 10GB in storage size) email hosting.

    I got mine in 2021 with 125 USD (one time payment). Hosted my work and family emails. During the period I only have 1 issue related to spam fighting and resolved with 1 day. With previous hosting price, MXRoute is already more cost effective after 1 year.

  • Export the data and structure in SQL. SQL is plain text and suitable for git.

    If data can be seeded easily only export the structure and git control it.

    In Rails framework, schema file and seed file are used for structure and data.

  • Don't rely too much on chatgpt before you understand the basic concept.

    You should also read the books. E.g. pick axe book(i.e. programming with ruby). You could also find the recommended books in your CS50 course. Also ask your online course buddies and instructors for help.

    If you only have exp in html, css and js, don't regard yourself as you are already familiar with programming. Learn as a beginner. Go back to the earliest topics you have trouble with. Try to get the concept and work your ways to the situation where you feel overwhelmed.

    Good luck!