6 votes

What programming/technical projects have you been working on?

This is a recurring post to discuss programming or other technical projects that we've been working on. Tell us about one of your recent projects, either at work or personal projects. What's interesting about it? Are you having trouble with anything?

1 comment

  1. skybert
    Link
    Rewrite a Java webapp from servlets and JSP to DropWizard microservice and HTML/JS. Biggest challenge was handling the dependency graph of the finished app, figuring out what had to be excluded in...
    • Rewrite a Java webapp from servlets and JSP to DropWizard microservice and HTML/JS. Biggest challenge was handling the dependency graph of the finished app, figuring out what had to be excluded in order to have our (old) app run on DW.
    • Emacs-lisp to generate a Bitbucket URI corresponding to the repo, file and line number I'm currently looking at (the git-link package didn't work for me).