Bram's Dev Blog

home

100 Days of Code Day 05 report

24 Aug 2018

Stackoverflow provided to be the unbeatable resource for today’s challenges again. I have a very limited understanding of Spring MVC’s “ModelAndView” concept. For now, I had just been using it to return a single object, and have my views (pages) retrieve values from that object type. Since yesterday, I was already returning a very limited list of repositories to the homepage view, so I needed to find a way to return multiple, different objects, as I want to list the total number of items and total number of repositories.

Can i return two models in ModelAndView in Spring MVC was exactly what I needed. Now I have a more generic model, where I can just add any Java object, and the JSPs are magically able to retrieve values from them without any type of casting. Blew my mind that it “just works”.

Once I had the number, I needed a way to format the thousands separator, and I learned about the JSTL fmt library. Again, the normal docs are way way way too dense. But an example based solution provided me exactly what I needed. JSTL formatNumber for JSP custom pattern independent from language.

So there you have it, was able to ship again on day 5. Visit the Analyzer Homepage to discover how many repositories, were already analysed with the tool and how many items they hold together.

The amazing high number of the item count brings me to the next challenge: improving my duplicate detection and avoidance for entries in the list. Many institutions have huge challenges to keep their repository URLs consistent. A few flavors of the problem

Luckily I have a bag of tricks, for example comparing the item count, the country of origin for a repository etc. Still, I have SOME duplicates left in the list, explaining the high item count.

Day 06 Plan

Work on duplicates

Future days

Sustainability

Five days in, I feel like I will seriously have to raise the stakes if I want to make it until 100 days. The original medium post recommends that you only miss at max one day every two weeks. It also emphasizes the importance of not missing 2 days in a row. Yikes!

In terms of positive reinforcement, I’m thinking of getting myself a Really Big Present if I can last until 100 days.

In terms of more negative reinforcement, one option would be to donate an amount of money to charity every time I miss a day.

After seeing one of my colleagues take a nap on the sofa yesterday afternoon, it hit me that I could also use that, since afternoons are pretty challenging right now. So instead of having the sofa in our common kitchen, me and her moved the sofa to one of our meeting rooms to support short post-lunch corporate naps. The science is with us on this one as well.