Johbo's Notes - Working on the Web
  • About Me
  • Archives

Comparing tables in PostgreSQL

Thu 29 September 2016 by Johannes Bornhold in develop Tags postgresql / sql / snippet

Two approaches to quickly compare two similar tables and get an idea of how many records differ based on an example with geo data.

more ...

Thoughts on a command line toolkit for Pyramid

Sat 24 September 2016 by Johannes Bornhold in develop Tags python / pyramid / cli / click

Thoughts on how an integration of a CLI (command line interface) toolkit for the Pyramid web framework might look like and could be integrated into the configuration mechanisms of Pyramid itself.

more ...

Heroku Connect - Trigger sync of failed records

Wed 21 September 2016 by Johannes Bornhold in develop Tags salesforce / heroku-connect / postgresql / sync

Working with Heroku Connect means that at some point some records will end up in a failed state. This post shows a few options how to trigger the sync manually again.

more ...

Build a Nix derivation against a specific channel

Sun 18 September 2016 by Johannes Bornhold in nixos Tags nix / nix-build / nix-shell

Channels can play a tricky role when using the Nix package manager to manage development environments. Especially when one want to make sure that a derivation builds against multiple channels. This post shows how to quickly build a derivation against a different channel based on setting a URL into the include path for Nix.

more ...

List of all packages for Nix

Sun 18 September 2016 by Johannes Bornhold in nixos Tags nix / snippet

Having a list of all packages available in a simple text file is enough to get a good overview of available packages.

more ...

Environment for the Salesforce migration tool

Sat 17 September 2016 by Johannes Bornhold in develop Tags salesforce / nix / snippet

An example Nix snippet which provides the Salesforce migration tool inside of a shell environment based on the Nix package manager.

more ...

Thoughts on the CLI of Pyramid applications

Thu 15 September 2016 by Johannes Bornhold in develop Tags python / pyramid / cli / click

Thoughts on providing a nice CLI (command line interface) for Pyramid applications based on Click and the API of the Pyramid web framework.

more ...

Roughly counting rows in PostgreSQL

Wed 07 September 2016 by Johannes Bornhold in develop Tags postgresql / sql

Small SQL snippet to quickly get an overview of the row count in a PostgreSQL database.

more ...

Spin up a local web server with Python

Thu 01 September 2016 by Johannes Bornhold in develop Tags develop / python / server

A common need is to bring up a web server ad-hoc to serve out some files via HTTP. Most of the time I am using this trick when I want to serve a local directly quickly via HTTP without setting up anything for it.

Python has a module http.server …

more ...

Mercurial workflow based on bookmarks

Fri 26 August 2016 by Johannes Bornhold in tools Tags mercurial / version-control

A bookmark based workflow for Mercurial which aims to be similar to a branch based Git workflow.

more ...

  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • »
  • Social

    • mastodon
    • matrix
    • github
  • Categories

    • cloud
    • develop
    • event
    • hello
    • macos
    • nixos
    • tools

© 2024 Johannes Bornhold

Back to top