A Java geek
  • Me
  • Books
  • Speaking
  • Mentions
  • Focus
  • Newsletters

rdbms

A collection of 1 posts
Exercises in Relational Database Style
Development

Exercises in Relational Database Style

This is the 14th post in the Exercises in Programming Style focus series. So far, we solved the word frequencies problem with code alone. This week, we will solve it with the help of infrastructure. And with this specific problem at hand, what better fit than the database? We can approach the problem by loading the data read from the files in the database, and retrieving the top 25 words with the relevant query.

Aug 11, 2019
A Java geek © 2008-2026
v. 0c74272de1a829b7547f871650d5e63f6445b161/13697367144
Latest Posts