Code Monkey home page Code Monkey logo

crux's Introduction

Hi there ๐Ÿ‘‹

I work with:

My Open Source Contributions:

Frappe Framework

  • frappe-js-sdk: A Typescript/Javascript library to interact with your Frappe backend. Can be used on all Javascript frameworks.
  • frappe-react-sdk: React hooks to make it dead simple to interact with your Frappe backend. Supports advanced features like Search with debouncing and realtime listeners.
  • frappe-types: A Frappe app to automatically generate type definitions for DocTypes.

I also contribute to Frappe framework occasionally - fixing minor bugs, building small features and updating documentation when I can.

Firebase Extensions


I am the founder and CEO at The Commit Company - we build software for businesses using Frappe. We also work on our own products on the side.

I was also the Head of Product (and co-founder) of a startup called Opportune. I helped build the product - which was an iOS and Android app built using Ionic, Capacitor, React and Firebase.


๐Ÿš€ Other research work you might be interested in (or could help me with):

  • Replicache + Frappe: I am a big fan of Linear and how they use real-time sync everywhere to make great user experiences. Having used Firestore for a lot of my projects, I am spoilt for real-time sync as well - makes development super easy. I am currently researching how we can use Replicache with Frappe - basically perform optimistic updates on the frontend and then manage the sync/merge on the backend.
  • Credit Card Statement analyzer: I hate doing taxes - mainly because I have to convert all my CC PDF statements to Excel to analyse my spends. Pretty tedious process. I am currently working on a Frappe app that can analyse spends on PDF statements automatically (Will probably be using Tabula or some other OS library to do so)

๐Ÿ“ซ How to reach me:

You can shoot me a DM on Twitter.


crux's People

Contributors

janhvipatil avatar nikkothari22 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

crux's Issues

RFC for DocField structure

DocFields allow users to enter metadata about their data tables/collections. It is at the core of the features we plan to build: visualisation, validation and dummy data generation.

What does a DocField consist of?

At the very minimum, a Docfield should contain the following metadata:

  1. Label: the name to be used to show it on visual elements
  2. Variable name: The name of the column in Supabase, or the dotted path of field name in Firebase.
  3. Data Type: Initially, we plan on supporting generic data types - string, int, float, bool, timestamp
  4. Field Type: Initially, we plan on supporting basic field types: Text, Small Text, Number, Currency, Email, URL, Phone, Image, File, Select, Date and Time, Boolean

The above information is sufficient to create basic tables with proper formatting.

However, to run validations and generate dummy data, we need to capture more information. This RFC will be updated as we delve deeper into development.

Please feel free to comment suggestions, ideas and issues below.

@janhvipatil @dipanshug124 @yjane99 @sumitjain236 @kritika-3004

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.