Total 9 Posts

Software Engineering

Python in Production (Part 5 of 5)

Welcome back to the Python in Production series. In the fourth part of the series, we learned how to run our program as a service on a linux machine using systemd. In the part of the series, we will learn how to automate our build process using Jenkins.…

Read More


May 24, 2023 7 min read

Lucas Ward

Python

Python in Production (Part 4 of 5)

Welcome back to the Python in Production series. Now that we have a runnable binary, we are ready to integrate our program into a system.…

Read More


Mar 30, 2023 9 min read

Lucas Ward

Python

Python in Production (Part 3 of 5)

In Part 3 of Python in Production we learn how to generate a single file binary executable and why doing so will aid your path to production.…

Read More


Jan 25, 2023 5 min read

Lucas Ward

Python

Power your Data Pipeline with Matillion Variables

Matillion is a great ETL tool for bringing over data from disparate sources into one…

Read More


Aug 18, 2022 3 min read

Hector Sanchez

Matillion

Data Basics for Life-Long Software Engineers

Having recently made the switch from software to data engineering, I learned there are many…

Read More


Jan 18, 2022 3 min read

Hector Sanchez

Azure

Git: Dealing with Pull Requests

Software Engineers are constantly working with Pull Requests (PRs). Most organizations have now adopted them…

Read More


Sep 07, 2021 2 min read

Ben Scott

Git

Ippon Summer 2021 Internship Recap

This past summer Ippon welcomed three new interns: Reid Jesselson, Tyler Yarow, and Prashanth Krishnan.…

Read More


Aug 27, 2021 6 min read

Davis Mohar

Internship

Kotlin: Like Java, But Better (Part 1)

Kotlin has quickly risen to popularity as an alternative language to Java. In this blog…

Read More


May 27, 2021 4 min read

Davis Mohar

Kotlin

Why is Agile Failing: A Scrum Master’s Retrospective

The Agile Manifesto for Software Development was first released into the world in 2001, 18…

Read More


Nov 14, 2019 11 min read

Rita Barlow

Agile