Poefke
- Karma
- 82
- Created
- November 15, 2017 (8y ago)
- Submissions
- 0
I started working on the web in 1994 when I co-founded the Student Network Twente, on the University of Twente, managing a revolutionary high speed (10Mbps) network on the university campus.
Since 1997 I've worked professionally on building enterprise web content management solutions, including Ariadne CMS and Vedor. In 2015 we launched SimplyEdit, a true drag and drop user interface for the read-write web. Today we are working on extending this to a universal low-code application builder.
-
Hi, I've made a javascript https client, based on the browsers Fetch API, with added middleware support. Prebuilt middleware includes JSON, OAuth2.1 and OIDC (OpenID Connect). Differences with for example Axios, is that…
-
Hi all, I've made a javascript library to simplify searching/sorting/filtering in arrays of objects. Its inspired by both GraphQL and SQL, but implemented using javascript Proxies. Instead of creating a new language,…