The Google Pixelbook Go is my PC

Marc Bilodeau/ ItsADevLife, Minimalism

For years, I’ve been using my smartphones as my PCs to run my day-to-day life both personally and professionally. Since 2013, the Samsung Galaxy S4, the Google Nexus 6P, and then the Google Pixel XL, let me do everything my day required including writing code for work projects. However since the Pixel XL is no longer supported, I decided to take a deeper look at the Pixelbook Go before I upgraded

Read More

A Beginner’s Guide to Compiling Perl Scripts

Marc Bilodeau/ ItsADevLife

I love Perl. It’s my first real language as a developer, and I’ve done very well with it over the past 19 years writing code much of those days. However, not all code can be open source and freely available. That’s why compiling perl scripts into binary files is a great way to share software without sharing the source code. Why Compile Perl Scripts? Perl is an interpreted and dynamic programming

Read More