developCaprover, Nginx and uwsgi Python appsGetting a uwsgi python app to deploy to caprover, here's my tip.
developHow to deploy anything with Meteor-UpI have grown to love the simplicity of deploying Meteor apps with Meteor-Up. According to the website: Meteor Up is a production quality…
developSelf-hosted nexus for private scoped npm packagesSetting up a self-hosted Nexus artifact repository for private, scoped package hosting.
tipsSelf-hosted password managerIt is always a good idea to use different passwords for different services, but it can be quite hard to remember them all.
toolsInvoicingA web app to generate your invoices supporting imports from Asana, different currencies, invoice numbers, tax calculations and collections through Snapscan.
tipsSetting up Z shell (zsh) on a new macSince the newer versions of OSX ship with a very old version of bash and Apple strongly recommends switching to zsh, I gave it a go.
developJQuery UI autocomplete as a kind of intellisenseI recently had to develop an email template system, where the user could create a new email template with a couple of placeholders to be replaced when the email is compiled and sent.
developCucumber:Gherkin syntax highlighting for Notepad++Some configuration for enabling Gherkin syntax highlighting for your Notepad++
developCalculating the upper value for a chart axisPeek inside for a generic method to calculate the upper boundary of a graph's axis.