Author Archives: Chris C

Back and Forth #4: Hosting a React App on Firebase

Birm shows Chris how to host a React App as a static website on Firebase. Have a question or a topic you would like us to talk about then give a us a shout.

Posted in Back and Forth | Tagged , , , | Comments Off on Back and Forth #4: Hosting a React App on Firebase

Back and Forth #3: Docker Image for Node React Application

Chris and Birm create a Docker image for a Node React application. Have a question or a topic you would like us to talk about then give a us a shout.

Posted in Back and Forth | Tagged , , , , | Comments Off on Back and Forth #3: Docker Image for Node React Application

Back and Forth #2: Vimium

Brim shows Chris how he uses Vim key bindings to navigate the web. Have a question or a topic you would like us to talk about then give a us a shout.

Posted in Back and Forth | Tagged , , | Comments Off on Back and Forth #2: Vimium

Back and Forth #1: Fix a React Bug

Chris and Birm fix a bug in a React website. Have a question or a topic you would like us to talk about then give a us a shout.

Posted in Back and Forth | Tagged , , | Comments Off on Back and Forth #1: Fix a React Bug

SMALL BUSINESS AND THE THREE CONTRACTORS

Check out this post I wrote for Corgibytes about balancing maintenance work with new features when modernizing software. Special thanks go out to my fellow Corgis for their constructive feedback. They convinced me keep the overall idea but re-write my … Continue reading

Posted in Business Side, Corgibytes | Tagged , | Comments Off on SMALL BUSINESS AND THE THREE CONTRACTORS

A Ruby-Type Talk featuring Sorbet

Last Saturday at the Edmonton Ruby Meetup (YEGRB) I discussed type checking, Sorbet, and integrating Sorbet into an existing Rails application. Feedback and questions are most welcome. Thanks you to YEGRB for hosting and for everyone that participated in the … Continue reading

Posted in Code Examples, Presentations | Tagged , , , | Comments Off on A Ruby-Type Talk featuring Sorbet

Today I Learned how to Secure the Delayed Job Page with Spree Users

A client has an online store that is powered by an older version of Spree. I’m in the process of upgrading it and adding features to it at the same time. It’s a slow process as upgrading to newer versions … Continue reading

Posted in Today I Learned | Tagged , , , , , | Comments Off on Today I Learned how to Secure the Delayed Job Page with Spree Users

My Takeaway from Reading David and Goliath

Book: David and GoliathAuthor: Malcolm Gladwell The subtitle for the book is “Underdogs, Misfits, and the Art of Battling Giants” and as you would expect it has many examples of an underdog beating a giant. Often the underdogs have to … Continue reading

Posted in Takeaways | Tagged , , | Comments Off on My Takeaway from Reading David and Goliath

Generate a Todo List in Standard (Rubocop)

The older I get the more I appreciate code linters. Something that can detect and often correct my formatting errors? Great! One less thing I have to worry about. Then I can spend my time on more important tasks such … Continue reading

Posted in Code Examples, Software Development | Tagged , , | Comments Off on Generate a Todo List in Standard (Rubocop)

A Pleasant Development Environment featuring Docker and Rails

With the current virus issues I forgot to publicize that my presentation about creating pleasant development environments was posted along with an example of Dockerizing an existing Rails application. You can find the slides for the talk here. Finally you … Continue reading

Posted in Code Examples, Presentations | Tagged , , , , , | Comments Off on A Pleasant Development Environment featuring Docker and Rails