Doing It Wrong

learn in public

Site Navigation

  • Home
  • Books
  • Work & Play

Site Search

You are here: Home / Archives for Grow Me

Documentation

posted on February 1, 2024

Thoughts on Documentation

My idea workplace will faithfully document institutional knowledge in order to empower developers. When one person holds up a team because they’re busy holding up the team (see what I did there), that team needs to level themselves up. They should not be satisfied to let the one teammate carry the team. Do the hard work of the debrief and learn, then document. Document because knowledge is power, and you want a strong team.

Filed Under: Development Tagged With: Grow Me

Elasticsearch

posted on November 27, 2023

Elasticsearch: This Could be a Career

Implementing a Custom Analyzer

An analzyser processes indexed data so that it is relevant to text searches. It is made up of three parts: zero or more character filters, one tokenizer, and zero or more token filters. The character filter preprocess the stream of characters before passing the stream to the tokenizer. The tokenized stream is passed into a tokenizer.

Filed Under: Development Tagged With: Elasticsearch, Grow Me

  • « Previous Page
  • 1
  • 2

Profile Links

  • GitHub
  • Buy Me a Coffee?

Recent Posts

  • Event Listeners
  • A Philosophy of Software Design
  • The Programmer’s Brain
  • Thoughts on Microservices
  • API Design Patterns

Recent Comments

No comments to show.

Archives

  • May 2025
  • September 2024
  • July 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023
  • December 2022
  • December 2021

Categories

  • Development