GithubHelp home page GithubHelp logo

art-share-ui's Introduction

Hi there, I'm Jason ๐Ÿ‘‹

I am a builder who loves working across the stack1. I get immense joy from putting things together and seeing them work, "things" being features, bug fixes, systems, teams, companies, and everything in between.

๐ŸŒฑ Things that have inspired me

  • Evolutionary Architecture2 - theoretical underpinning for what has become my first principle of software architecture: there is no such thing as a perfect system, only systems that are more or less fit for their environments. Our job as software architects is to iteratively make our systems more fit for their environment, w.r.t. both the technical landscape and the business drivers. This is the "what" and the "why" behind software architecture.
  • Simple Made Easy - inspired the second principle of sotware architecture, which is: simplicity. But! It's a very specific kind of simplicity. Not necessarily "easier" or "more familiar" or "with less stuff," but more "decomplected," or "less interleaved/intertwined". This is the most fundamental "how" of software architecture.

๐Ÿ˜… Talks I've given

๐Ÿ”ง Tools I'm excited about right now

I was initially excited to write this section, but I decided to scrap it because it changes too often! The inspiration section โฌ†๏ธ is far more evergreen and drives what tech I'm excited about at any given moment.

Footnotes

  1. Seriously. I have probably shipped just as much code for React frontends as I have the APIs that back them and the infrastructure that runs it all :) โ†ฉ

  2. Up to but very much excluding the "microservice everything" recommendation. That's one way, but not the only way. โ†ฉ

art-share-ui's People

Contributors

jasonblanchard avatar

Watchers

 avatar  avatar

art-share-ui's Issues

Keep user logged in

Currently, when you sign in, your session is lost when the page refreshes.

Fix this by saving the user info to localstorage and automatically logging in on page load.

You might need to add a "logout" button that clears this info from localstorage.

Refactor to use the artshare-wrapper-api

Right now, the main codebase has verbose AJAX requests mixed in with the rest of the code.

Refactor to use the artshare-api-wrapper to encapsulate the AJAX request implementation details in a separate library and make the application code cleaner.

Allow users to delete images

Add a button near the images that deletes the image.

It would be helpful to allow the user to confirm that they are sure they want to delete the image before it's actually destroyed.

Error handling

There is currently no way for users to know that something went wrong with an AJAX request or other errors. For example, what happens when you try to sign in with the wrong password?

Fix this so that the user sees an error message when something goes wrong.

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.