Open Zoom Meetings from the Command Line
This is a hacked together bash function, taking advantage of icalBuddy and Zoom URLs in calendar invitations, making it a bit easier to join meetings.
Software Engineer, Author, Consultant
This is a hacked together bash function, taking advantage of icalBuddy and Zoom URLs in calendar invitations, making it a bit easier to join meetings.
For a recent project I had the opportunity to research how we might encrypt a few pieces of data, with a shared key and initial value, and I put together the following notes. This is mostly re-hashing the OpenSSL:Cipher documentation...
These are some of the software development patterns that have emerged from how I work, where taking certain actions tend to lead to the best outcomes, in the shortest amount of time. Please share any questions or concerns and thanks...
GraphQL is a technology from Facebook, in use since 2012, that is an alternative to REST APIs, providing the ability to both query data and transport it from a server to a client.
I had the privilege of attending RailsConf this April in sunny Phoenix, AZ. This was my third time attending the conference, my first since 2010 and 2011 when it was held back-to-back in Baltimore, MD.
At work, our drivers interact with a calendar interface via the mobile app, that represents days of the week in 30 minute blocks. We generate 2 weeks of calendar days at once and personalize the data to the driver. The...
“This Week in Rails” is a weekly newsletter, started by Godfrey Chan, that covers a week’s worth of interesting changes to the Ruby on Rails framework.
In a past job we used delayed_job to process background jobs. Delayed Job Web is a UI for Delayed Job. We need help finding a new maintainer for Delayed Job Web!
Password managers have been around for a while, but I’ve been skeptical about using them and was turned off to the recurring billing model (more on that later).
For a recent project, we wanted to efficiently present a week’s worth of data grouped by day, where each row represented the summary of an hour of activity.