Sample Angular Project
I'm putting together a working Angular application in my spare time, as prepration for attending ng-conf 2022
Projects
Dialer
Dialer was built to help an on-call Physician reach patients by phone. More...
In-Store Event Scheduler
- Ajax, drag-and-drop user interface for event planners
- Generated a PDF that store managers could print out and distribute to customers.
Offline Survey tool for building assessment
- Intended to work on Safari Browser in iPad, had to be able to work offline
- Used a simple "checkout" record-locking mecanism: One user owned the write priviliges of the survey. This allowed us to avoid writing more complicated code for merging survey answers. Since survey answers are ad-hoc, this might prove to be quite complicated, since every question would need a corresponding piece of custom merge code.
- Enhanced the backend to embed a JavaScript interpreter (Rhino). Survey authors needed a way to write custom rules (like "if answer is no skip to question four"), and validate that the rule was syntatically correct and would run correctly in the browser. With the embedded interpreter these rules could be run server-side, in the authoring tool which was written using Java ServerPages (JSP).
Migrating a legacy, server-side rendered application
- Server-renderd PHP views migrate to AngularJS
Excel spredsheet uploader optimization
- Java
- Oracle Database
- Hibernate ORM
- Microsoft Excel and HSSF library
Social Event Planner
- Document database (MongoDB)