-
๐ญ Iโm currently working at Fountain.
-
๐ฑ Iโm currently learning Node.js.
-
๐ฏ Iโm looking to collaborate on Rails.
-
๐ค Iโm looking for help with Instagram Graph API gem .
-
๐ I have written few articles here.
-
๐ฌ Talk to me about Ruby on Rails and ReactJS.
-
๐ซ Reach me at rakesh.patra93@gmail.com .
๐
Working from home
Software Developer(Ruby On Rails)
- Bhubaneswar
- developer.apnasavings.in
- @rakeshpatra93
Pinned Loading
-
instagram_graph_api
instagram_graph_api PublicThis is a version of koala gem which provides commonly used Instagram Graph APIs
-
-
Transform nested object to formData
Transform nested object to formData 1// Using lodash for _.forEach
2function transformToFormData(data, formData=(new FormData), parentKey=null) {
3_.forEach(data, (value, key) => {
4if (value === null) return; // else "null" will be added
5 -
i18n-tasks normalize in pre-commit
i18n-tasks normalize in pre-commit 1# using ruby gem "i18n-tasks"
23locale_changed=$(git diff --name-only --staged | grep "locales/en.yml")
45if [ -n "$locale_changed" ]; then
-
Configure react-select to hide selec...
Configure react-select to hide selected option when clicking on search box or opening menu 1import React from "react";
2import Select from "react-select";
34class CustomSelect extends React.Component {
5constructor(props) {
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.