profile

Hi, I’m a creator

πŸ₯§ Pie mail - Linting and hacking and other stuff πŸ₯§

Published almost 3 years agoΒ β€’Β 3 min read

​

Hello friend! It's pie-mail time again!

I feel like the last two weeks have whizzed by. I'm pretty sure I've been in meetings the whole time.

This weeks email is a bit late - I've been waiting for an event to be published so I could add it to the events list. I'm one of the speakers at it, so, my intentions are purely selfish :P. Sorry for the delay!

I've seen a lot of noise online about Racket this week (haha pun). Does anyone use it? Let me know! I have an account, but no followers.

Anyway, here's your slightly late newsletter, hope you like it!


πŸŽ“ This week I learned... πŸŽ“

​

...how to create a GitHub action!

GitHub actions are workflows you can create to run in GitHub.

A typical example might be, to run some tests every time you merge a pull request.

Here's a typical GitHub action workflow - here you can see four jobs it's running.

​

GitHub actions are a really good tool for CI/CD. I've worked on them a little bit, but I never actually took the time to learn how to build one myself.

​

​

The good news is, it's pretty easy!

I created a little GitHub action this week to run ESLint every time I push changes. (ESLint is a linting tool for JavaScript - it checks code for formatting and syntax errors and inconsistencies).

Describing all the steps to do this would take a long time, but I worked through a couple of tutorials:

I followed the steps to install ESLint here, and then the steps to create a GitHub action for it here. You can do it too!

​

​Here's my GitHub action in action - as you can see it's failing (it's meant to be). Yay!

​

A side note:

I talk to a lot of graduates & jobseekers, who are looking for ways they can up-skill to help their job search.

Learning about GitHub actions is one way to do that. Even having a basic understanding of how GitHub actions work will help you stand out against a candidate that doesn't. It should only take an afternoon to learn. If you haven't done it, do it today!

(I'm thinking this would make for a good workshop session - reply to this email if you'd be keen for that)


✨ Some interesting links ✨

​

Bug finding in Legend of Zelda:

I feel like I talk about Zelda a lot - in fact there's probably a whole newsletter about Zelda coming soon. This is an article about why there are "so few bugs" in Zelda: Breath of the Wild.

It's in Japanese, so I had to Google Translate it, but the gist of it is:

  • They devised a way to make reporting bugs easy
  • They fixed bugs early

Who woulda thunk, eh!

​

The three domino rule:

​Three rules for a successful software development team from Mike Petrovich. The third rule is really thought provoking for me, especially: "When quality is sacrificed once, it’s more likely to be sacrificed again."

I'm guilty of breaking this - justifiably, in my opinion, but - it makes me wonder what impact it has.

​

TempAPI:

A nifty tool for creating short lived REST APIs for testing. I think this will be really useful!

​


🧩 Puzzle time 🧩

​

At my job, we use Hatjitsu for story point estimation. If you're not familiar with it, it's a story point estimation tool for Scrum.

One person creates a room, and all team members join the room. For a team member, it looks like this:

​

You pick how many points you think a story will be, and the host reveals everybody's answer once you've all voted.

I've been trying to find a way to mess with the system - to submit story points that don't match the normal story point numbers. For example, you're not normally allowed to pick '4' story points.

Today I achieved it! Here's the proof (this is the admin view, the number has been sent from a different session):
​

​

So, today's puzzle is simply - can you find a way to send through numbers that aren't available in the selection?

I think this is a hard one, it took me a bit of time. If you don't have time to dive deep into this - maybe think about what your first step would be to trying this?

Some clues (written in white text, highlight to view):

- It doesn't use HTTP, it's using a WebSocket.

- You can connect to a WebSocket and make calls from Chrome Dev Tools

- You gotta be quick!


πŸŽͺ Events coming up πŸŽͺ

Doesn't seem like there's heaps on at the moment! Here's a few things coming up though:

​

Testing Essentials AMA with Dan Ashby (June 1)

Ministry of Testing are hosting Dan Ashby to answer all your questions on the essential things you need to be a great tester.

​

Automate your testing with DevOps (June 3)

Auckland's own Manil Kapoor is teaming up with Navdip Kaur Kalsi on this talk about where testing fits in the world of DevOps. Manil is good people, so this should be worth a watch!

​

An ode to product managers (June 23)

Product Talks Auckland present "An ode to Product Managers". Five people from five non-product disciplines, talking about how they work best with Product teams. I'll be sharing about how Test teams and Product can work together, it's going to be a fun one!

​


πŸ‘‹ Thanks for reading! πŸ‘‹

Take care, and reach out to me any time on LinkedIn or Twitter.

Cheers,

James a.k.a. JPie πŸ₯§

​https://jpie.nz​

Hi, I’m a creator

Read more from Hi, I’m a creator

Hi all! It's flooding and cyclones here in NZ, especially those in Auckland. I hope this email finds you safe - if you're being affected by bad weather, please stay inside until this all blows over! 🀝 COLAB Before we get too deep into it, I'd like to give a small shout out to COLAB. I had the chance to take part in COLABs Equitable Product cohort last year. It's eight weeks of conversation and learning with like talented peers; covering subjects like data ethics, accessibility, inclusion and...

about 1 year agoΒ β€’Β 4 min read

Well hello there! Happy new year everybody. I hope you all had a good break, and are well rested heading in to the new year. I've had a good long time off, getting some rest after a busy 2022. I've found myself really eager to get back to work though, I'm looking forward to what 2023 will bring - I hope you are too! πŸ™‹β™€οΈ The value of dedicated testers In my last email, I wrote about the importance of engineers testing their work (and not just leaving it for testers). But this leaves an...

about 1 year agoΒ β€’Β 4 min read

Welp, the end of the year is upon us! It's been a long and busy one. It's definitely been fun, but I'm ready for a break! I've had some interesting conversations over the last couple of weeks about quality, and the lines of responsibility - so - that's the subject of today's email. Enjoy, and see you in the new year! πŸ’» Programmers and Engineers My first job was in a busy office. Our office constantly seemed to have a dirty kitchen - a pretty common office problem. Instead of rinsing their...

over 1 year agoΒ β€’Β 3 min read
Share this post