Last Sunday, I returned from a 10-day Vipassana meditation retreat. Now that I’ve had some time to reflect on my experience, I want to share why I think meditation will make you a better developer.
[Read More]6 Tips for New Engineering Managers
Hello, new engineering manager! Have you recently stepped into the role from a developer position? Here are 6 tips that helped me in my first 2 years as a manager.
[Read More]Energize Your Team with a Bug Squash
Last year, the HelloSign engineering team started holding a quarterly bug squash. It’s had a positive effect on team morale and satisfaction, has resulted in improved product quality, and provided useful improvements to the team and our users.
[Read More]Cultivate Psychological Safety
A survey published by Google reveals that psychological safety is a predictor of team success. Engineering managers can take these concrete steps to foster and cultivate a risk-positive environment.
[Read More]Oblique Strategies for Atom
I just built oblique-strategies, a package for Atom that displays a random aphorism if you stop typing for some time.
[Read More]MySQL Commands in Bash Scripts
My journey with trying to automate some routine MySQL setup.
tl;dr: Escape your backticks when running MySQL commands in a bash script.
[Read More]Alfraca: Alfresco Meets Alpaca.js
Alpaca.js is a client-side forms and templating engine that will build some pretty sweet looking forms using nothing but a bit of JSON and JavaScript, complete with data validation and layout control. I extended Alfresco using this library to enable users to create and edit structured content stored in the repository, such as XML and JSON.
And thus, alfraca was born!
[Read More]Counters in Alfresco
I recently built a simple sequence generator in Alfresco as part of a project for a client who needed a way to configure and retrieve a unique integer value to be used both in Alfresco and outside of the system.
[Read More]