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

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 ...

Mercurial log from current commit - hgcl

Fri 19 August 2016 by Johannes Bornhold in tools Tags hg

A small shell function to get the changelog starting from a commit.

more ...

Hello Spacemacs

Fri 12 August 2016 by Johannes Bornhold in hello Tags emacs / spacemacs

First impressions after a few months of Spacemacs.

more ...

Migrate custom fields with the Salesforce Migration Tool

Thu 11 August 2016 by Johannes Bornhold in develop Tags salesforce / deployment

How to migrate custom fields with the Salesforce Migration Tool avoiding failures due to unknown permissions.

more ...

Nix based projects: Supporting two versions of fetchgit

Tue 09 August 2016 by Johannes Bornhold in nixos Tags nix

Allowing to use stable and unstable branches of nixpkgs when depending on fetchgit.

more ...

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

    • twitter
    • github
    • linkedin
  • Categories

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

© 2023 Johannes Bornhold

Back to top