Code Monkey home page Code Monkey logo

money-pane's Introduction

๐Ÿค— Welcome to the repo of SolidOS

[Solid logo]

MIT license SolidOS issues Matrix

If you made it here you must already have heard about Solid. This space is home to the SolidOS code. Keep reading if you want to know:

For experimenting with SolidOS implementations, you can:

If you are looking for something else, let us try and guide you:

Further links:

๐Ÿค” What is SolidOS?

๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ SolidOS is an Operating System for Solid. ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ

Solid is developing into a booming ecosystem which involves specifications ๐Ÿ“ƒ, tech stack ๐Ÿ› , servers ๐Ÿ’ป, and apps ๐Ÿ•น. We, the SolidOS team, believe that this ecosystem also needs an Operating System.

When you get a new phone, PC, or tablet, they usually come with an operating system that provides some basic functionality to get started and be productive. More importantly, you can personalize your OS to your needs, by installing apps, managing content, and much more.

Solid is not shipped with a piece of hardware (who knows, maybe in the future it will...). For now, you get into the ecosystem once you create a WebID and provision your own personal data store (often called a "Pod") (see getting started with Solid - get a pod). Immediately after getting your new Solid WebID and Pod space, SolidOS is helping you to navigate the Solid ecosystem.

SolidOS is much more. SolidOS showcases the possibility of Solid for the future, by which we mean โ€”

  • true data ownership โ€” management of personal data & authorization control
  • avoidance of vendor lock-in to services โ€” easy moving to a different Pod or WebID provider
  • data reuse between applications โ€” with help of data interoperability and data discoverability

Watch a SolidOS explanation video as part of the Solid World event series.

What you can do today with SolidOS

Take a look at an example: SolidOS project Pod. SolidOS implemented features:

  • ๐Ÿ“ฐ create a personal webpage
  • ๐Ÿ“ manage your WebID and the data about yourself
  • ๐Ÿ“ manage personal data/files on your Pod
  • ๐Ÿค directly connect and engage with other people who are part of the ecosystem (add friends, chat, ...)
  • ๐Ÿ’ก make use of interconnected apps
  • ๐Ÿ”ง create your own app with Inrupt's Solid Reach SDK or get inspired from a blog post
  • and more (see SolidOS user guide)

SolidOS vision, mission and roadmap

Read more about the current SolidOS ๐ŸŒŸ vision, goals ๐ŸŽฏ, and roadmap ๐Ÿš— on the SolidOS project Pod.

Note: SolidOS is also known by names like Data Browser (default) or Databrowser, and at times as mashlib. Which name is used depends on which flavour of SolidOS you are referring to:

๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿ’ป SolidOS technical intro

The SolidOS stack contains โ€”

It also makes use of โ€”

Let's take a look at an architecture diagram of SolidOS: SolidOS architectural overview

A colorful dependency tree can be seen here: SolidOS dependencies

As you can see, SolidOS is composed of several repositories:

  • rdflib.js โ€” Javascript RDF library for browsers and Node.js
  • solid-logic โ€” core business logic of SolidOS
  • mashlib โ€” a solid-compatible code library of application-level functionality for the world of Solid
  • solid-panes โ€” a set of core solid-compatible panes based on solid-ui
  • solid-ui โ€” User Interface widgets and utilities for Solid. Building blocks for solid-based apps

In the above diagram, SolidOS is deployed on the Node Solid Server (NSS), but it can also be set up to run on the Community Solid Server (CSS) or on ANY Solid-compliant server. When you download and compile the SolidOS code, an NSS is also installed locally, to have everything ready to develop.

SolidOS deeper technical topics

For further details about each GitHub repository, please visit them via the links above for Documentation.

We collect SolidOS code good practices and know how in SolidOS documentation pages.

SolidOS FAQs part of the SolidOS developer guide also contains some Q&A and technical troubleshooting infos.

๐Ÿ‘ฏ How the SolidOS team works

First and foremost who are the contributors of SolidOS?

The SolidOS codebase has a long history and there have been a lot of contributors over the years (see: GitHub contributors). The most active team members are mentioned in the SolidOS Team on the SolidOS Pod Contacts.

SolidOS team meetings

The SolidOS team meets every week for a 1h touchdown. We discuss what was done over the past week, what needs to be done next, and delegation of tasks. Find the meeting time and link on the SolidOS project Pod.

We take minutes on our meetings. You can find them on the SolidOS pod.

SolidOS team instant chat

In between team meetings, we avidly communicate over at the gitter SolidOS channel. Drop by to chat with us, ask questions, or simply say "Hi".

SolidOS team discussions

Sometimes some ideas need an incubation period and further discussion. We make use of GitHub discussions for that.

SolidOS tasks

For daily tasks, we have a Project Board with different views.

For a longer-term roadmap, we use a Solid task manager, and plan the next milestones on Kanban.

Additional useful information

๐Ÿ™‹๐Ÿฝโ€ How you can contribute and help SolidOS thrive

The SolidOS team is always looking for volunteers to help improve SolidOS. Pull Requests (PRs) and edits are always welcome from code, to text, to style. We are looking for UX designers, technical writers, frontend developers, backend developers, DevOps. Don't let these titles intimidate you; they are just some examples. You can find your own place no matter the level of knowledge you are at.

To check for tasks you might help with immediately, look at the Newcomer View in the Project Board. You are welcome to visit us at a weekly team meeting or on the ongoing Gitter-based chat to say 'Hi' or let us know about any blocker you might have encountered.

For anyone up to writing some code

We keep track of stuff to do in Git issues of each repo. An overview you can find on the project board.

Writing tests as a way to understand the code is always a good idea. Tests, in each repo, should be found in the test folder. One can start from there or/and add tests.

Note: Please get familiar with coding and testing guidelines.

For anyone who likes builds or GitHub CI or releases or deployments

There is an existing process and codebase in place to help with SolidOS releases. However, we would like to get better and automate as much as possible. Open issues can be found on the Project Board under the CI category.

Note: Please get familiar with release guidelines.

Builds

SolidOS contains different repositories (mashlib, solid-logic, solid-ui, solid-panes, ...). Each repository contains a package.json with scripts. Most repos contain an npm run build which is used to build the project.

GitHub CI

When you push or PR a change to a repo, a git CI is activated and runs every time. An example is the solid-panes workflow. This CI YML can contain instructions to test and build the repo on different Node versions. If upon push or PR, an instruction fails, one should take care to fix it and keep the branches green.

Testing & releasing a new SolidOS version

In SolidOS, you will find a bash scripts under scripts which is related to releasing a new SolidOS stack. The release script is also used to update dependencies in each repo.

Following best practices, we deploy the new version on the testserver as mentioned here.

Deployment on solidcommunity.net server

Before you start, make sure you have access to all the GitHub repos and all the npm packages. Using Ubuntu or other Unix-like OS, ssh into the server as root.

tmux new
adduser --shell /bin/bash --home /home/build --ingroup sudo build
su - build
whoami
sudo whoami

Then:

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.0/install.sh | bash
export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
nvm install 16
nvm use 16

ssh-keygen -t ed25519 -C "[email protected]"
git config --global user.name "Solid OS Build (Michiel)"
git config --global user.email "[email protected]"
cat .ssh/id_ed25519.pub
npm login

Log in to npm with your npm account and add the SSH public key to your GitHub account. Then continue:

git clone https://github.com/solidos/solidos
cd solidos
npm run install-nvm
npm run release

More information can be also found over at the server, solidcommunity.net, repo.

For anyone who likes writing text

SolidOS has quite some documentation around that needs constant improvement. Places to start:

We are open to suggestions to improve these resources from structure, translation, UI to content in general.

For anyone with an eye for design

Solid-ui does the heavy lifting to all things UI for SolidOS. Currently, we use Storybook to help develop components independent of other panes. Make sure to visit the solid-ui readme for information on how to set it up and get started. There is a second option to run solid-ui on its own. Read about it at Debugging solid-ui using Solid Pane Tester.

You can also find the current issues over at the solid-ui issues. And some more information over at the SolidOS Wiki.

SolidOS needs a lot of improvements on UI, including UX and style-guides. Maybe you are the one who can help out? Visit the Project Board and look for UX and UI categories.

๐Ÿ†• Getting started with the SolidOS code

Before you start coding, please review our guidelines:

SolidOS first time setup of code

Make sure you have the needed environment: nvm for SolidOS, npm, Node. If you have problems with node versions on the Apple M1 chip, in the Troubleshooting SolidOS you can find a solution.

git clone https://github.com/solidos/solidos
cd solidos
npm run setup

Note: It might prompt you to install a specific node version, something like nvm install xxx # version missing mentioned in console log.

Note: In case of errors, try to follow what the output messages (errors) suggest in the console to fix the problems, and let us know on the SolidOS team chat.

Run the above lines in a terminal of your choice to setup your SolidOS project folder. By default, some dependent repos are also set up for you:

  • rdflib.js: Javascript RDF library for browsers and Node.js
  • solid-logic: core business logic of SolidOS
  • pane-registry: an index to hold all loaded solid panes
  • mashlib: a solid-compatible code library of application-level functionality for the world of Solid
  • solid-panes: a set of core solid-compatible panes based on solid-ui
  • solid-ui: User Interface widgets and utilities for Solid. Building blocks for solid-based apps
  • node-solid-server: the server that allows you to test your changes

You can start your server and test out your code with:

npm start

If you get into problems check out SolidOS FAQs or ask us directly at SolidOS team chat.

Note: The NPM scripts are using bash scripts. These might not work if you're developing on a Windows machine. Let us know, over at SolidOS team chat if you want support for this.

How to use SolidOS on localhost

Once you managed to get SolidOS running locally (npm start) you can see it over at https://localhost:8443/. If you encounter any problems make sure to check the Troubleshooting SolidOS page.

To work on localhost, first you need to register a local user, so hit register on https://localhost:8443/. After you have created your user, you can navigate to your new pod over at https://username.localhost:8443/. Whenever you need to login again, remember to put https://localhost:8443/ in the Enter the URL of your identity provider: input field. Otherwise you will be logged in with a different provider and redirected out of the localhost environment.

How to make changes in repos

As a newcomer, you do not have direct access to the repos, but you can still contribute through Pull Requests (PRs). First, navigate to the repo you want to work on, and create a fork. Make your changes on your fork, and then create a PR. We will be notified, and you will receive feedback on your changes. For more details on how to do this, visit the GitHub documentation, which explains it much better than we ever could.

If you do have direct access to the repos, it is usual to create a branch for your changes and then a PR. A PR helps you receive feedback and lets us know easily about any changes to the code. Read more about Pull Requests over at the GitHub documentation.

Make sure to read more about working with branches and missing repos over at the SolidOS Wiki.

Developing SolidOS code

Very likely you will want to make changes in the dependent packages/repos of SolidOS (mashlib, solid-logic, solid-ui, solid-panes...).

You have two choices:

Work directly in SolidOS

The npm start script contains a lerna command: npx lerna bootstrap --force-local which makes sure that packages are bootstrapped/taken from your local machine even if versions don't match.

If you need to bootstrap any packages again (e.g. you've run npm install in any of the projects) and don't want to stop the server, you can do npx lerna bootstrap --force-local only. You do not need to stop the server and start it again (npm start).

Another option is to start SolidOS with the npm run watch script. This triggers the watch-script for mashlib, solid-ui, and solid-panes. If you want to run watch-script for rdflib or any of the panes, you'll have to open another terminal window, navigate to the respective project and start its watch-script doing npm run watch.

The output for the watch-script can be a bit difficult to interpret since all output for mashlib, solid-ui, and solid-panes are presented in the same window. You might also consider having each watch scripts running in a separate terminal window. The downside of using this approach is that at its worst, you'll have five separate watch-scripts running (in addition to the terminal window where you started the server) when working on a pane that needs to pick up a change in rdflib. If you find this unwieldy for your setup, or require too many resources, you should consider to work in the according dependent package.

Work in the according dependent package

Any changes you do in a project need to be committed to their original repos and eventually be pushed to NPM manually (this is the part of Lerna that we do not use for this project).

Some projects require you to build a package before you can see changes, so check the various package.json files to see which scripts are available. You can usually do npm run build, and some also support npm run watch which builds a new version each time you do a local change.

Be aware, the packages depend on one another. Here's a simplified view of the dependencies:

node-solid-server --> rdflib
node-solid-server --> mashlib --> rdflib
node-solid-server --> mashlib --> solid-panes --> rdflib
node-solid-server --> mashlib --> solid-panes --> solid-ui --> rdflib
node-solid-server --> mashlib --> solid-panes --> [pane project] --> solid-ui --> rdflib

This means that if you do a change in solid-panes and want to see the result on your local NSS, you need to make sure that mashlib compiles the changes as well. Similarly, if you do changes to solid-ui, and some pane relies on those changes, you need to make sure that the pane compiles those changes, that solid-panes compiles the changes from the pane, and finally that mashlib compiles the changes from solid-panes. This quickly becomes hard to track, so we've devised a couple of ways to mitigate this.

Read about in detail how each pane can be debugged over at the SolidOS Wiki.

Testing SolidOS code

Most of the modules in SolidOS have a test script which can be called with npm run test. In some cases the tests run an ESLint command eslint 'src/**/*.ts' or a jest test or both.

Jest can also offer information related to test coverage by simply runnig npm run coverage.

You can find a repo's tests usually in a dedicated folder called test.

SolidOS build and release

The SolidOS code stack build and release are described above.

๐Ÿ“œ License

The SolidOS code is available under the MIT License.

๐ŸŽค Feedback and questions

Don't hesitate to chat with us on gitter or report a bug.

money-pane's People

Contributors

bourgeoa avatar jaxoncreed avatar jj avatar michielbdejong avatar renovate-bot avatar timea-solid avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

jj

money-pane's Issues

Loading lots of data from various sources

Currently run.js only loads 1 MT940 file. I should change it so it loads all the files I have.
Also I'm thinking the implied purchases should maybe be stored once they have been calculated.
Or if not, then it should at least be reproducable. So the categories file should be considered part of the data that's imported.
Maybe the list of MT940 and other files to import should also be in the categories file, and I should rename it to data-root.

Show earnings from 402 paywalls

When the pod server earns you money through 402 paywalls, that should show up in the money pane.
And then the money pane should have a reasonable UI to demo that.
Also when receiving tips and when people browse content from your pod.

Allow categorising expenses

The transaction pane from solid-panes allows adding annotations to an imported bank statement
I personally want to categorise my expenses in a way that's partially generic and partially personal.
I will need to create these categories and apply them in some way that can generalise in various ways.
For instance in-shop payments depend on the shop type. Monthly direct debits depends on the
beneficiary to know if it's for instance in the "insurance" category.
The use of an annotation store makes sense.

chart cash and equity based on income and expenses

  • from my hours admin, importing data with now with:
    • day timestamp
    • project name
    • amount
  • from expenses, import:
    • purchase timestamp
    • asset group name
    • amount
    • writeOffStart timestamp
    • writeOffEnd timestamp
  • from invoices, import:
    • day timestamp
    • project name
    • amount

Replace `myIbans` concept

There are a number of steps from data sources to query result:

  • import the raw data sources
  • parse to AccountHistoryChunks in the case of bank statements, use the arms of the Y.
  • add implied purchases
  • parse incoming usage reports / invoices to AccountHistoryChunk(s)
  • parse outgoing hours-reports / invoices to AccountHistoryChunk(s)
  • parse budgets to AccountHistoryChunk(s)
  • in the case of trackEquity for instance, sum it all up to see how hours-worked and other income increase equity and how purchases / expenses to budgets decrease equity each day.

I'm currently using dataRoot.myIbans for the list of bank accounts for which I have bank statements, but also as the list of accounts whose balance is mine to spend.

Need to clean that up!

Prioritize between development tracks

I'm working on a few parallel tracks.

now

  • getting my personal finance data into money-pane.

next

  • the existing 402 work
  • adding ledgerloops-snap as a second Pay header

then

  • making Solid OS act as a paying agent for interledger-stream (is that even possible? through moneyd?)
  • making Solid OS act as a paying agent for ledgerloops-snap

Use AccountHistoryChunk#mixIn for printSubView

The current code would match floater transactions even if they're years apart. Let's set a max date skew of say 7 calendar days, and not match if the difference is bigger than that.

Also, the floater-matching code should move from run.js to a newly created class MultiChunkAccountHistory.

  • check if a mutationToSelf is in-chunk for both the sender and the receiver account. So maybe the sender composes chunks of implied bank-to-bank transactions, and sends those to the receiver, who then tries to match them up with AccountHistoryChunk#mixIn or something close to that.

Tie the data formats together

There is quite some code in run.js and chart.html and it uses similar but incompatible data formats.
Should tie those together!
Would Cambria be useful for that? Or maybe bring it all back to the HalfTrade class and improve that?

Dialog for editing your Open Payments Account API settings

The paymentPointer.json file on a user's pod would contain something like:

{
  "id": "https://wallet.example/alice",
  "accountServicer": "https://wallet.example",
  "assetCode": "USD",
  "assetScale": 2,
  "auth" : {
    "authorization_endpoint": "https://auth.wallet.example/authorize",
    "token_endpoint": "https://auth.wallet.example/token",
  }
}

These values should be editable through a GUI.

And maybe also through some redirect-dance with the wallet provider?

add hours admin

Apart from importing bank statements, I want to import my hours admin so I can see how much I earned working on paid projects in a particular day/week/month, and compare that to what I spent during that same time.

Me -> Job -> Bank -> Shop -> Budget -> Me

As I analyse my bank statements I find I want to assign categories to the things on there ("groceries", "insurance", etc), and set a monthly budget for each.

I could just add statements in an annotation store like the transaction-pane does, but I think it's nicer to model these budgets as nodes in the trade network. That means I see

  • me -> job: how much I work
  • job -> bank: when money comes in
    • a triangle me -> job -> bank -> me can be settled to show that the job is paid up
  • bank -> shop: transaction on statement that I want to classify
  • shop -> budget: that classification (one shop will make HalfTrades to a single or possibly various of my budgets)
    • a triangle bank -> shop -> budget -> bank can be settled to show that the purchase is paid up
  • budget -> me: these channels can be metered to see monthly totals per budget

Not sure how to visualise this in a GUI. Maybe a list of jobs, a list of bank accounts, a list of shops and a list of budgets, and then for each you can click to see the ledger of incoming and outgoing HalfTrades for that node.

Use cases

web monetisation settings

Currently the webid profile has a payment pointer field and you can log in to your Uphold account to see your transactions.

upload a bank statement to your pod

The file should be stored in its original format but also translated to RDF:

  • the original facts, as triples
  • the fact that statements about those facts exist
  • the fact that those statements were communicated

upload e-invoices from service providers

Not just banks but also for instance PayPal. And credit cards. And the services you use also often give you a usage history overview, which relates to the invoices which you pay via your bank, credit card, or PayPal. Let's try to link that data!

Unfortunately it seems there is not much support yet anywhere for exporting your invoices in a machine-readable format. But if we find them, we can also store invoices in the user's pod. And then cross-reference them with the bank statements! :)

categorise transactions

A bank transaction often implies a purchase. For instance, you paid at a supermarket, so probably you bought groceries.
The implied purchases can be generated, stored, and categorised.

budget insight

When you have categorised expenses data, it's easy to compare those with your monthly budget.

bilateral ledger

Via the one-to-one chat, you could use SNAP to keep a bilateral ledger. Although if I had to design SNAP from scratch now, I would maybe directly implement a more generic World Ledger Gossip protocol.

Track equity

With the new functionality to import my hours worked per project from my personal ERP data, it should be possible to track equity from income, expenses and depreciation.

Depreciation can be dealt with in the same way as budget.

World Ledger Gossip Protocol

A bilateral ledger on top of Solid would more or less work as follows:
Say Alice and Bob went to lunch, and Bob paid 20 USD for both of them. Alice then stores a record in her pod saying she owes Bob 10 USD for lunch. Next time, maybe Bob stores a record saying he owes Alice something. These amounts add up and even out in a bilateral ledger between Alice and Bob. But how can we implement it in such a way that Alice and Bob both have a complete copy of the data in their pods, but this data doesn't go out of sync?

So far, we did this with SNAP which I implemented last year and presented at Solid World.

Now, I'm thinking we should use a more generic messaging language, which would also support communicating about ledger entries without negotiating them at the same time.

MultiAccountView

From AccountHistoryChunks we can compose a MultiAccountView. It's not necessarily only history, might also include future.

  • the chunks merge if they overlap and are about the same account
  • The MultiAccountView should be able to list all accounts for which at least one Arrival or Departure exists in a given time period, and list the mutations for a given account + period.

Align MT940 parser with other parsers

The ing-creditcard-scrape parsers returns an array of objects

{
      from: 'ING Creditcard',
      to: 'Counterparty',
      date: obj.date,
      amount: -parseFloat(obj.amount),
      unit: 'EUR',
      halfTradeId: `ing-bank-cc-${obj.date}-${uuidV4()}`,
      description: obj.description
}

and similar for ingbank-csv, paypal-csv, and wiebetaaltwat. But the mt940 parser is tied into run.js and effectively only outputs the month, expenseCategory, amount variable that are used in https://github.com/solid/money-pane/blob/96ae9575ab5efe691e98561916d488c9db34446b/run.js#L134.

Link creditcard and paypal with ING-Bank

For ing-creditcard-scrape, transactions from ING-Bank appear as 'AFLOSSING'. Should parse those from details.counterParty.

For paypal, the name of the bank and the last 3 digits of the IBAN appear. Should also match those from details.counterParty.

Book date vs Value date

From ASN Bank CSV import we get:
boekingsdatum: 27-10-2019,
journaaldatum: 28-10-2019,
valutadatum: 28-10-2019,

From ASN Bank MT940 for the same transaction we get:

  • date: 2019-10-27T00:00:00.000Z
  • entryDate: 2019-10-27T00:00:00.000Z

So for ASN Bank CSV we should use 'boekingsdatum' and then for ASN Bank MT940 we should probably just use 'date'

Link shops to contacts

The current code is a very bare skeleton that imports statements from a csv download from your bank.

I haven't written the code yet to store it as RDF since I'm still finding out which ontology / predicates to use.

But one thing I want to do next is to create one contact per shop (transaction counterparty) that appears on the bank statement.

For insight in personal finance it would then suffice to group these contacts into themes ("Groceries", "Utilities" etc).

Sharding the world ledger

I united the AccountHistoryChunk and MultiAccountView classes into one WorldLedgerView class. But the mutations are still a flat array. Should shard that by from and to, to define Shard which is basically the same as the HalfLedger from SNAP. But it's not a "half" thing because this is the world ledger and there are way more than two shards.

Within a shard, we should have smart mechanisms to deal with date. There can be periods for which the shard is exhaustive.

Ah so the exhaustiveChunks list should also move from https://github.com/solid/money-pane/blob/bcd5dfb/src/Ledger.ts#L230 into the individual shards.

Add a list of all transactions per category into the run.js output

Before putting the personal budget insight into the pane itself and debugging it via the browser, I find it easier to develop it as a .js file which I run locally with Node.js. Interaction with the pod and interaction with the html page are the less interesting parts of it, probably, so this way I can iterate fast.

I have it working so that it outputs monthly totals per budget category from an MT940 file, but I find I'm held back from relying on it because I can't see the calculation from the output. So I think I'll add a list of all transactions per category into the output.

Test matching Departures to Arrivals

  • choose two accounts
  • identify a period for which we have exhaustive data for both
  • filter transactions from/to these
  • see if there is a one-to-one match

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.