Weston Ludeke

Tips for Working From Home

Published in misc.

It’s been five years since I’ve worked in an office on a regular basis. Working remotely has been a huge productivity boost for my life, but it requires a certain level of discipline to pull it off successfully. 98% of the time I’m working from my apartment and there are some unique challenges to working […]

Mid-2020 Progress Update

Published in misc.

The first six months of 2020 are now completed and in this post, I’m going to write about the progress I’ve made so far in reaching my goals of mastering computer programming and the Spanish language. Leveling-Up My Programming Skills At the beginning of January 2020, I began the first course of the Launch School […]

Learning how to write clean code and refactoring, via a Tic Tac Toe game in Ruby.

Published in code.

As part of the Launch School curriculum’s first course, RB101, I built a Tic Tac Toe game in Ruby. You can click here to view the repo on GitHub, including the detailed readme file with a deeper explanation of the project. One of the most important things I learned building this project is how to […]

Where to Begin Your Journey Learning How to Code for Absolute Newbies

Published in code.

Once you’ve decided that you’d like to become a computer programmer, one of the hardest things to figure out is where to begin. There’s a huge abundance of resources available online and a newbie coder can quickly become overwhelmed with all of the different options. Whether you are considering doing a coding bootcamp, self-learning programming […]

Invoice Project: Export as PDF and email, while saving PDF to a specific Drive folder

Published in code.

This is part two of my previously mentioned invoice project. The first part of the project was adding in the ability to pull data from a Stripe invoice across the Stripe API into a pre-formatted Google Sheet invoice template. This article will discuss the second part of the project: What to do with the invoice […]

Using the Stripe API and a Google Apps Script to populate a Google Sheet invoice template

Published in code.

As someone who has been working in Customer Support for Streak for three years, I frequently handle billing questions from users. One of the most common requests, especially from our international customers, is for an invoice with more information than we are currently able to offer either directly from the Streak UI or from Stripe. […]

Finished Treehouse’s Beginning JavaScript course

Published in code.

I had been studying coding pretty consistently from roughly May 2017 through September 2018 before I admittedly got super busy with work and “fell off the wagon” so to speak. No more! In late December I started up again and so far in 2019 I’ve coded dang near every day! In January I logged 27 […]

Building a Quiz in JavaScript on Mexico’s capitals

Published in code.

I built a quiz in JavaScript to test users on the capitals of the 31 Mexican states. I built this project while learning two dimensional arrays as part of the Treehouse “Beginning JavaScript” course. You can click here to view the project live, via GitHub Pages. A Treehouse Question Becomes a Full-Blown Project The “Beginning […]

SQLBolt course completed!

Published in code.

In my journey to learn how to code, I decided I should learn a little SQL since databases are important while also being something completely new to me. I’ve played with the NoSQL database program MongoDB a little as part of some of my web dev courses so I knew learning SQL basics would help […]

Learning Computer Programming via UpskillCourses.com

Published in code.

I’ve started and failed many times to learn computer programming over the years. Upskill is the first course I’ve ever stuck with until completion and I’m now in a good position to continue my learning! False Starts I’ve wanted to learn computer programming for many years. I’ve tried learning via many different resources and I […]

Next Page » « Previous Page