Skip to content
Joel Meador edited this page Jun 17, 2026 · 9 revisions

Welcome to the SmartNote wiki! SmartLogic used to have an elixir system called SmartNote that lived for a time at smartnote.dev, and then later at notes.smartlogic.io.

This wiki will recreate the content that was there, listed below.

  1. How do I import external data into a database? (database, postgresql, imports, advice)
  2. How do I setup a recurring reminder in a Slack channel? (slack)
  3. How do I instrument Elixir application with telemetry? (elixir, telemetry)
  4. Google Slides Presenter View (google, slides, presenting)
  5. How do I debug a Rails application while using foreman? (ruby, rails, debug, pry, foreman)
  6. How do I make PostgreSQL's psql show me things in a way I can read? (postgresql, psql)
  7. Accent Translations with GetText (elixir, accent, translations, i18n)
  8. View Logs for systemd Services (systemd, logging)
  9. Subdomains Locally (subdomains, devenv)
  10. Creating accessible radio and checkbox inputs (accessibility)
  11. Change Postgres Version (postgresql, devenv)
  12. Working with Webhooks Locally (webhooks, external services)
  13. Rebasing In General (git)
  14. How to Rename Git Local and Remote Branches (git)
  15. Amend A Previous Commit (git)
  16. How do I update git? (git, devenv)
  17. Using named bindings and has_named_binding? (elixir, phoenix, query, joins, bindings)
  18. Make html table element a link (vanilla javascript, html tables, html, links, phoenix)
  19. How to generate a Database dump from Heroku Postgresql (heroku, postgresql)
  20. Custom terminal command: repeat a command a number of times (bash, zsh, cli, devenv)
  21. How do I fix it when the SmartLogic site has elements floating next to each other that shouldn't? (smartlogic, css, debugging)
  22. How do I test if my regex will work? (ruby, elixir, regex, php, javascript)
  23. Validating data with ecto changesets and no database (ecto, elixir, phoenix, data)
  24. See enum type values in psql session (psql, postgresql, column types, enum types)
  25. Should I render server side or client side? (phoenix, rails, react, javascript, ruby, elixir, software architecture)
  26. React Style Guideline (react, components, software architecture)
  27. Installing External Services (postgres, external services, redis, mongo, mysql)
  28. Updating records in SQL while joining (ecto, sql, postgres, postgresql, mysql)
  29. Catching emails on staging servers (email, staging, mailcatcher, mailhog, devops)
  30. How do I clear a Sidekiq queue in production? (sidekiq, devops)
  31. Elixir Recursion Basics (elixir, recursion)
  32. Cleaning up a Pull Request with Rebasing (git)
  33. Ruby Bundler 2.1 "can't find gem bundler" (ruby, bundler, devenv)
  34. Git Global Ignore (git)
  35. How do you update multiple records at the same time in Rails? (rails, ruby, transactions, activerecord)
  36. Run a Rails script in the Heroku console (rails, ruby, heroku, devops)
  37. How do I generate a temporary file? And give it a specific filename format? (ruby)
  38. Setting up a new project (devenv, software architecture, setup)
  39. MySQL Engine Types (mysql, myisam, innodb)
  40. How do I get random results from PostgreSQL? (postgresql, sql, random, ecto, elixir)
  41. How do I get a CSV of Zube Cards? (zube, csv, json)
  42. Manually update the podcast feed (smartlogic, podcast)
  43. Ecto upsert for partial data updates (elixir, ecto, upsert)
  44. Deploying another branch to Heroku (heroku, deployment, git, devops)
  45. Trigger to update longitude and latitude to PostGIS point in PostgreSQL (postgresql, postgis, sql)
  46. Enumerate with index (elixir, enumerable, map, index)
  47. Using an ecto fragment to search by a PostgreSQL function (elixir, phoenix, ecto, querying, filtering, enum, fragment, date)
  48. Using action_fallback in controllers (elixir, phoenix, action_fallback, plug)
  49. How do I Declare Variables in JS? (js, javascript)

Home

TODO: can we recreate the tag system here roughly with sections about certain subjects?

Clone this wiki locally