Giter Site home page Giter Site logo

aliyahgeeks's Introduction

ben greenberg header

It's so nice of you stop by! ☺️

I am the Head of DevRel at Fuel and a Principal Consultant at Yalla, DevRel LLC. My work is dedicated to bridging the divide between developer-focused companies and the developers who build with them. I have worked in lead roles in DevRel teams in companies such as Vonage, Orbit, New Relic and Parity Technologies.

In my personal life, you can find me involved in some of these projects:

  • I am building hirethePIVOT, an open source reverse job board for career changers.
  • Co-founded and co-organize the israel.rb meetup community.
  • Published the Torah && Tech weekly newsletter and book.

Some recent talks I've given at conferences include:

I've also had a chance to chat with some great people on podcasts including:

Interested in chatting? Let's talk on Twitter!

Meeting Matz, the creator of Ruby, at RubyConf

Recent Open Source Projects

Recent Blog Posts

aliyahgeeks's People

Contributors

hummusonrails avatar

Watchers

 avatar

aliyahgeeks's Issues

Post Reactions not rendering updated reaction counts

There are three "reaction" types for a post in the ViewPost component: star (called a like), hand and heart. Each time a registered user clicks on one of them it updates the Postlike table with either a 0 or a 1 in the respective heart, star/like, hand column where the post_id is the foreign key for the post and the user_id is the foreign key for the user.

The actions are working both on the backend (the Rails controller successfully updates the database and returns the appropriate data back as JSON) and the frontend (the state in Redux reflects the new reaction counts. Yet, the number next to each reaction type on a post does not re-render when the dispatch action fires.

Help would be appreciated to get the reaction counter numbers on the ViewPost component to successfully refresh when the count in Redux state changes.

Populate EditProfile and WritePost components with defaultValues if they exist from Redux props

Two components: WritePost.jsx and EditProfile.jsx need to have their text inputs populated with default values if they exist in props from the Redux state.

Right now, defaultValue in the input tags only works on component initialization. I have setup an update of local state in a componentWillReceiveProps lifecycle in both components and local state does get updated when the Redux props are resolved, but I cannot figure out how to populate the inputs values with that information.

For the WritePost component the only default values that need to be populated are the title, tags checkboxes and publish radio buttons.

For the EditProfile component the default values are email, first_name, last_name, user_location and twitter.

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.