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