Coder Social home page Coder Social logo

homunculus's Introduction

I make the web a better place, in whatever ways I can, every day I can. I finish the day divided between two states: the things I am excited about and the anticipation of things I have not yet discovered.

Skills

  • Languages: C#, TypeScript, JavaScript, SQL, HTML
  • Technologies: MSSQL, Oracle, MySQL, PostgreSQL, IIS, RabbitMq, SQS, NodeJs, AWS, Azure
  • Tools: Webpack, Git, Docker
  • Methodologies: Agile, CI/CD, TDD, BDD, DDD, REST
  • Roles: Architecture, Design, Developer/Contributor, Hiring, Team Lead, Project Lead, Manager
  • Experience: C++, Perl, Java, PHP, F#, R, GraphQL, ML/NLP

Work experience

NS8 Inc ▪ Las Vegas

Senior Software Developer, Team Lead

08/2019 – present

NS8 delivers best in class tools and technologies for eCommerce platforms to combat fraud in sales and advertising.

  • Responsibilities: architecture, development, leadership
  • Languages: TypeScript, JavaScript, HTML, SQL
  • Technologies: MySQL, PostgreSQL, NodeJs, Mongo, AWS (SQS, Lambda, etc)
  • Tools: Git, Webpack, TypeORM, NestJs
  • Methodologies: Agile, TDD, BDD, DDD, CI/CD

Doctor Evidence, LLC ▪ Santa Monica, CA

Senior Software Developer Team Lead

10/2013 – 07/2019

Doctor Evidence delivers the best clinical research and analysis web applications on the market. Our tools enable doctors and researchers to tap into the previously dark web of clinical trial data and derive evidence-based answers to complex questions.

  • Responsibilities: architecture, development and maintenance; backend/frontend; hiring; road map planning; devops
  • Languages: C#, T4, JavaScript, SQL, HTML, CSS, .NET
  • Technologies: MSSQL, IIS, NodeJs, RabbitMq, Azure
  • Tools: Git, Webpack, ServiceStack.NET, DataObjects.NET
  • Methodologies: Agile, TDD, BDD, CI/CD
  • Open Source Projects: OJ, Cobase, Dpack, Alkalai

ChemSW, Inc. ▪ Ithaca, NY

Senior Software Developer

03/2008 – 10/2013

ChemSW delivered the best in class web app to handle Material Lifecycle Management (MLM), which is used by the top manufacturers in the world.

  • Responsibilities: architecture, development and maintenance; mockups; backend/frontend; devops
  • Languages: C#, SQL, JavaScript, HTML, CSS, .NET, Perl, C++
  • Technologies: Oracle, IIS, WCF
  • Tools: Mercurial, Gulp
  • Methodologies: Agile, BDD

Gene Network Sciences, Inc. ▪ Ithaca, NY

Systems Engineer

02/2006 – 03/2008

GNS leveraged cloud computing to algorithmically predict the pharmaceutical impacts of drugs on the human genome.

U.S. Army

Russian Cryptologic Linguist

01/2000 – 01/2006

The U.S. Army's Signals Intelligence conducts clandestine operations by analyzing digital and analog communications.

Publications

The Complete Idiot's Guide to Learning Russian, 2nd Edition

07/2004

The Complete Idiot's Guide to Android App Development

01/2011

Education

Defense Language Institute

2000 – 2001

homunculus's People

Contributors

crfroehlich avatar renovate[bot] avatar sporritt avatar

Watchers

 avatar  avatar

homunculus's Issues

children should snap back if not dropped

Child nodes should be independently draggable. If the parent layout is left or right aligned and if, after dragging, they are not dropped on a new parent node, they should snap back to their original position before the drag.

New Feedback expand/collapse of S at = or >2 part-level doesn't redraw until level 1 wh[...]

New Usersnap feedback for MetaMap
Open Ticket #18 in Usersnap Dashboard:
https://usersnap.com/a/#/cabrera-research-1/p/metamap-9b75becf/18

User: [email protected]

Comment from your user:
expand/collapse of S at = or >2 part-level doesn't redraw until level 1 whole is clicked (this was a problem that was in Ted's code too in some situations)

Used Browser: Chrome 44 (Mac OS X Yosemite)

Sent from URL: https://meta-map-staging.firebaseapp.com/metamap.html#feedback

Sent from IP-Address: 74.79.76.187

Screen size: 2560x1440
Browser size: 1865x1181

Please find the screenshot attached to this e-mail!

Best regards,
Your Usersnap Team


usersnap.com - The easiest way to get visual feedback!

Follow us on Twitter: http://twitter.com/#!/usersnap
Like us on Facebook: http://www.facebook.com/usersnap
Circle us on Google+: https://plus.google.com/112061471586630172831


Copyright 2015 Usersnap, All rights reserved.

You are receiving this email because you signed up for a Usersnap account.
If you think you've become a victim of spam, please send an email to [email protected].
Usersnap GmbH, Dr. Schoberstrasse 23, 4320 Perg, Austria

https://zapier.com/engine/hydrate/560303/.eJxN0cmSokAQBuB34dw1wSIg3mhlEbcWBJGJCaIoiqVZpKkCBMN3b2Y5zCkj_vziP2Q-mbwmFNYIh3nMrESW5WWZf2OSHJdxWMMKMysGUgpRVuGaEuaNQRlGRVjgceYSK7DCHN1rOm9DOja__XFWxQDblDCrJ1NhQmD6t5_hFomEFZ5XJFZhZZTM8v_21c8n88epR-MztkIp3KqlcsHt4OVad73lF790iABuqrHbvn_dTc8fqTldK8W_pe4w5W72uN5l42ifrcIY9TbQo8S878WkGZaWu75wpSeU-EaNot3IYLo0ffNhdA07DFIyJLon2qlrB5tPn1om2SldN1FefehYy2FZPNBED5O0Xl8DDYjCOT76vZ3mXqiVaKc6h72uWc4pBrtzvKzXJWT3NIXkqxJcKfEzb1HyINZ5HUZ5GtQJOdqW479bijPKhz7Qhc4a3MQ6ycFdtYf8VDselRTshXbvZloPTnoLkl4PL9s0OtXbgO2JQwPD32SmI_BmHsdV0I6peP4o0HzWf7_rCG5JDZvwgCk8zJNnORGwS8DLIUEtxjXJ7hREUI6lJUZAiBAGCxlxQIlRBDiOixSFF2ME8Y-mTpnXr9frG0h4u8M:1ZUtrM:ypsqIJ4gM-0Gfn9XsVblJGJB4Fs/

drop event for node-to-node drag and drop

There is a requirement to be able to drag a child node onto some parent node, upon which event the child is removed from its current parent and added to the one on which it was dropped.

To support this, we want the Toolkit to offer a drop event callback for Nodes, as it does with click, dblclick etc. At the time of writing it's a little hazy about how the corresponding drag will be configured, but that should come out in the wash.

deeply nested groups

The current prototype supports child nodes of any given node, but only to one level. We want to support this construct to an arbitrary depth. This means:

  • Setting a node's child nodes to hidden hides all child nodes and any of their descendants
  • Dragging a node whose child nodes are not set to freehand layout causes all of its child nodes, and all of their descendants, to be dragged.

New Feedback action that allows systematization of Relationships into a part-whole system

New Usersnap feedback for MetaMap
Open Ticket #17 in Usersnap Dashboard:
https://usersnap.com/a/#/cabrera-research-1/p/metamap-9b75becf/17

User: [email protected]

Comment from your user:
action that allows systematization of Relationships into a part-whole system

Used Browser: Chrome 44 (Mac OS X Yosemite)

Sent from URL: https://meta-map-staging.firebaseapp.com/metamap.html#feedback

Sent from IP-Address: 74.79.76.187

Screen size: 1366x768
Browser size: 1133x646

Please find the screenshot attached to this e-mail!

Best regards,
Your Usersnap Team


usersnap.com - The easiest way to get visual feedback!

Follow us on Twitter: http://twitter.com/#!/usersnap
Like us on Facebook: http://www.facebook.com/usersnap
Circle us on Google+: https://plus.google.com/112061471586630172831


Copyright 2015 Usersnap, All rights reserved.

You are receiving this email because you signed up for a Usersnap account.
If you think you've become a victim of spam, please send an email to [email protected].
Usersnap GmbH, Dr. Schoberstrasse 23, 4320 Perg, Austria

https://zapier.com/engine/hydrate/560303/.eJxNkVuPokAQhf9LP09vmmuLbyMC6oiijqJsNqTpbm4tFwV1wPjfh708bHKSSup8OanUeYKsbFpSUh5mDIw1hGSM5TcQZ_zMwpIUHIwBaVtC04KXbQPeAE05FaHg3YDrSEHKsKrKdnDDtqt_86uBEg9yTRowfoKCNw1J_uYDSY31iKuIxkzmsU4H8v_08c8n-MO9r5ycLWDG0Vda6ZJqXiTTSORSV8-5v3fcPOpsH0YK9pbHNI7xjFGcxo5Qq1pU3X46K8I5hXV2P0vCcEJ0ONnYnXr5u130Cc033HNGaOvvhTWd5GwXM9Ina4-5ZGnsONuO8GfPLsWqoreDuPSnMOBi668Y63s3PqV5Sjx29ESSmrvbvB05ax5l7uEcuYXvLtLNIzItY9ZTo5knS3XWrxNFSYmUTbu7v7zupe18LdxZkFt2EXw4I-sQSA8S-KddzXZ9f6H3wD9O6i9FNjGElntgZSu1V7GYqDy3uXnu1ooXwaP2qVjD5eY91G1UE-vDoNGmNRJzP7z1X3e3hl-bktShy1viDlNGkgbRCMp62NAr52WTVi1UCGGDMNQxk6BKVAKjSMJQ00jEFAUjHGk_6jIBr1-v1zf-4bqv:1ZUiGP:0B4L0cf7idpaeqJf5UyKLbFbmRg/

free hand layout for children

In the current prototype, we have a layout that locks child nodes to be aligned under their parent, vertically. We want the ability, on a per-node basis, to switch off this functionality and have child nodes participate in the main layout.

New Feedback When we eventually release MM for $$$, we should make it possible to earn [...]

New Usersnap feedback for MetaMap
Open Ticket #19 in Usersnap Dashboard:
https://usersnap.com/a/#/cabrera-research-1/p/metamap-9b75becf/19

User: [email protected]

Comment from your user:
When we eventually release MM for $$$, we should make it possible to earn points through referral to get your annual fee covered (free). That should be our pricing strategy.

Used Browser: Chrome 45 (Mac OS X Yosemite)

Sent from URL: https://meta-map-staging.firebaseapp.com/metamap.html#feedback

Sent from IP-Address: 74.79.76.187

Screen size: 1366x768
Browser size: 1132x646

Please find the screenshot attached to this e-mail!

Best regards,
Your Usersnap Team


usersnap.com - The easiest way to get visual feedback!

Follow us on Twitter: http://twitter.com/#!/usersnap
Like us on Facebook: http://www.facebook.com/usersnap
Circle us on Google+: https://plus.google.com/112061471586630172831


Copyright 2015 Usersnap, All rights reserved.

You are receiving this email because you signed up for a Usersnap account.
If you think you've become a victim of spam, please send an email to [email protected].
Usersnap GmbH, Dr. Schoberstrasse 23, 4320 Perg, Austria

https://zapier.com/engine/hydrate/560303/.eJxN0cuyojAQBuB3yfpkijviTgVBlCijeJuaomIIoEAOkHAULd99mMtiVl3191f_ovsFrowLzAiNrwkY65KkmKbyAdIrLZOY4YqCMcBCYJJXlAkOPgDJKSnigvYDNyRVUofok4lhG4u-_u3RoIo7bjMOxi9QUc5x9rcfyFqKFVW3rAtRTGU0GuT_7eMfL_DHTZB7S3w4Nff5lq96caaoOebpDnufDZOZOS-66-ypR97W9yFhYcxCWLq7ztykSFkL1hfosVfx-oEs25juzpF226BlYmjVPermRnK2_drvR4G75q1-PEqb7zIp8UQrVDOLNkLLoO1-tVMNeUHlnwqayGXZOnRpeYdSMWS6blnU3fRktJw5d9d0bnXpXPtFD6fZ_G7JQq27O4kOxyRQ92E8L-my3iBa7VotRU87WAW25mxnUtA848kqrlrqTdJg2y0PGTxtTAMTpV2R5sxss9kt0kfSsBHqwvjs8jANZ6pbWvkRWmTqL3h4auKSeHiyelIf3Zxmb4fDWf_9ruO05QzXcUAFDoapSLIOJQtKRsxJSynj-aeAqq7L2EwMmFBygZqlmxArFx0aJFUt1TCki0W_1SwD75_v9y8URbgl:1ZYXP8:FLdEotCO8HLtPtsAY3HPmzJpnK0/

[Usersnap] New Usersnap feedback Integration Test

<title>A new Usersnap screenshot from your site!</title> <style type="text/css">
</style>

</head>
New Usersnap feedback for MetaMap

User: [email protected]

Comment from your user:

This example screen shows you if your integration setup is correct.




Notes from your user:

none.

Used Browser:
Chrome Chrome

Sent from URL:
http://www.usersnap.com

Sent from IP-Address:
127.0.0.1


Browser size:
1680x1050


Please find the screenshot attached to this e-mail!



Best regards,
Your Usersnap Team

usersnap.com - The easiest way to get visual feedback!

Follow us on Twitter |
Like us on Facebook |
Circle us on Google+


Copyright © 2015 Usersnap, All rights reserved.

You are receiving this email because you signed up for a Usersnap account.
If you think you've become a victim of spam, please send an email to [email protected].
Imprint: Usersnap GmbH, Dr. Schoberstrasse 23, 4320 Perg, Austria, Company number: FN 393902 v

New Feedback testing

New Usersnap feedback for MetaMap
Open Ticket #16 in Usersnap Dashboard:
https://usersnap.com/a/#/cabrera-research-1/p/metamap-9b75becf/16

User: [email protected]

Comment from your user:
testing

Used Browser: Chrome 44 (Mac OS X Yosemite)

Sent from URL: https://meta-map-staging.firebaseapp.com/metamap.html#feedback

Sent from IP-Address: 67.249.183.154

Screen size: 1366x768
Browser size: 1267x627

Please find the screenshot attached to this e-mail!

Best regards,
Your Usersnap Team


usersnap.com - The easiest way to get visual feedback!

Follow us on Twitter: http://twitter.com/#!/usersnap
Like us on Facebook: http://www.facebook.com/usersnap
Circle us on Google+: https://plus.google.com/112061471586630172831


Copyright 2015 Usersnap, All rights reserved.

You are receiving this email because you signed up for a Usersnap account.
If you think you've become a victim of spam, please send an email to [email protected].
Usersnap GmbH, Dr. Schoberstrasse 23, 4320 Perg, Austria

https://zapier.com/engine/hydrate/560303/.eJxN0c2SmkAUBeB3YT2kmuZP3AE6KIo4MoKYSlE9TQuINkg3Alq-e5gki6xu1blfnc15CgVlHFFMkiIVpioAUNfhm3AqyCVNKLoSYSogzhHOr4RyJrwJOCe4TEoyjFwDMpDHqKJ8_CZ8qL_9ZlRlh5qMCdOncCWMoexvvyApJw0pSCGa9IWxDkf5f_v051P448yNc07d5DihfXXIlOMEG8qNE5jDz31_yyxUNSfsnOYbJA1Bm4XYZU7YrBaqpIWHu2Fv16v-dn_snU7mu1nl7e1VGTUhjpIht0y5LbQ2iOU8p2H1sLpma-FBDy9anHzMmW14s3MwmVMd-UiOZ1FwZjP1aNhFfFjA7gzCBdrlBXfTgDj0FrWfdL0zTVpRuzfLyN8asr2Ky3bb1euz6lvmB6m9wcH9wweo4At0XWrY7411rLty2yVfPDwgN76nUeKHAJyXdX-jAajIYWldvPbOlMe7ha_ZHm5B6rnmUK5w7YIlSjuSGimg13dyCepJtL27yM8a2H7P9G-7lpGGUVQnHuHIGy8EkiqCiQi1hOGGEMryiosYEahKCIiTNNVFBWNNRLp8EqGBYCrpWJVU8qOmmfD69Xr9BgOyvCw:1ZUbHY:a_ocoEROXDe5JD0J6v2xIlCyq_k/

draggable bezier curves

The current prototype inserts a proxy node between two nodes in an attempt to give the user control over the curve of the line. It is not very effective. The solution we need is the ability to reshape the curve using control points. A few notes:

  • The StateMachine connectors we use appear to be a quadratic bezier curve but are in fact a cubic bezier with the two control points placed very close to each other. This is good; two control points ought to give the user a fair amount of control.
  • The control points should not always be visible. Perhaps they will become visible on click of the connector. @somecallmechief, thoughts?
  • If the user drags either the source or target node for some connection that has been reshaped, the shape edits are discarded.
  • Shape edits should be stored inside the associated Edge (and cleared when appropriate)
  • Shape edits should be automatically restored from an Edge.

children should drag independently of parents

Child nodes should not cause their parent nodes (or any siblings) to drag. In the current prototype this is not the case; the concept of "posses" needs to be extended to support the concept of 'active' nodes (those that can drag all others) and 'passive' nodes (those that are only dragged when an active node is dragged, but which can still be dragged independently).

re-order children by drag and drop

In left/right aligned layouts, it will be necessary to re-order children by dragging them to a new position. For example, if my map implies order:

  • Recipes
    • Cake
      • Add two cups flour
      • Bake for 45 min
      • Mix 1 cup water
      • Add 2 eggs

Item 2 of the cake recipe is incorrect. I need to be able to fix the order. If the custom layout, per #48 were to include a concept of order, then in principle it would be as simple as correcting the values for order and re-executing the layout.

How this could be bundled into drag-and-drop logic is not yet clear.

[Usersnap] New Usersnap feedback Integration Test

https://mail.google.com/mail/u/0/#inbox/14f6550035394f1d

New Usersnap feedback for MetaMap

User: [email protected]

Comment from your user:
This example screen shows you if your integration setup is correct.

Used Browser: Chrome Chrome

Sent from URL: http://www.usersnap.com

Sent from IP-Address: 127.0.0.1

Browser size: 1680x1050

Please find the screenshot attached to this e-mail!

Best regards,
Your Usersnap Team


usersnap.com - The easiest way to get visual feedback!

Follow us on Twitter: http://twitter.com/#!/usersnap
Like us on Facebook: http://www.facebook.com/usersnap
Circle us on Google+: https://plus.google.com/112061471586630172831


Copyright 2015 Usersnap, All rights reserved.

You are receiving this email because you signed up for a Usersnap account.
If you think you've become a victim of spam, please send an email to [email protected].
Usersnap GmbH, Dr. Schoberstrasse 23, 4320 Perg, Austria

https://zapier.com/engine/hydrate/560303/.eJxN0cuuokAQBuB36fVhwl1xhw4iiHjwiKCTCWmgaa4N2ICC8d2HuSxmW_Xl_5OqF8gI7SCJUJDFYCWxLL9Y8B8gyVAZBwRWCKwA7DoYpRUiHQUfIEpRVAQFGmcuswIrzKOadPM26Mbmt7dnVTzgHVOweoEKUQrx33zAiYkszS2CJChiwsWz_D999eMF_jjV1vPYDKCv1iSvqsuoWNwgsanHmBL3vJVrm3f89QR9Pcw1PutUTaHKuUf6c48st4fVuNNyKbDKivHkIpoO-vFuP6wWPz99xz4T3Iv-8jQJbBkqYbdvghhnSOIco77zHjltb-cC39rIY3dJbKWtrbXDpxtci6VNdjgeXBn2Gt6KU1vp6n55DUngaowCrY0QJl1jHYeTcon03Iz6q6EdFxqtDdFIhNH8Dt1UqYaT6vijhx_1YqcxV1MoeYcet5to3aqt8XUom5alssyUUG-Qep_s81d0GavLwdooOhaJXzhh6cnMjcfzBf-9Kese9b2g3xqCwfvn-_0Li4KeEA:1ZUFWu:nmKfksgXInzEFLOPf0akl8amKOw/

Allow nodes as overlays on edges

In principle, since an overlay can be any custom DOM element, it should be possible to use a node as an overlay. Node overlays will not share the functionality of drag handles #46 and will function as overlays with the same behavior as nodes.

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.