React Native • Jun 28, 2023 What is React Native? 4 Takeaways from the Chain React Conference Here are some of my biggest takeaways from Chain React, a three-day React Native conference. But first, what is React Native?
Exploratory Testing • Jun 10, 2023 Exploratory Testing: Looking for Patterns Being able to look for a pattern, especially a non-obvious one, has been a useful skill and one I still use a lot. Here are few examples.
Developer Tools • Jan 24, 2023 Level Up Your Product Demos with Arc Browser Arc Browser offers features that are great for someone glued to their computer all the time, and as a bonus, they enhance my product demos.
Exploratory Testing • Jan 18, 2023 Logging a Bug: 2 Audiences For Your Bug Report If you're a tester and find a bug in the app you're testing, what do you do? Here are some steps to take when making a bug report
Personal Optimization • Jan 16, 2023 10 Built-In macOS Shortcuts Guaranteed to Save You Time Immediately I've picked up a few tips that save me hours every week, and I would recommend you add these macOS shortcuts to your toolbelt.
Managing Your Team • Jan 02, 2023 Who’s Next? Keeping Standup Moving on Large Teams Sizing up a team has many challenges, including managing the flow of standups. Here's a collection of ideas to keep things moving.
React Native • Dec 12, 2022 3 Reasons to Use Expo for Your Next Cross-Platform Mobile App Project Expo is a compelling option for anyone developing a cross-platform mobile application. Here are a few reasons it’s worth your consideration.
Personal Optimization • Dec 02, 2022 6 Mac Commands That Will Increase Your Efficiency I've discovered that certain Mac commands help me navigate my machine more efficiently. Here are 6 commands any Mac users can add to their toolkit.
Developer Tools • Nov 04, 2022 Level Up Your VS Code Game with These Tips Visual Studio Code is a powerful editor with a lot of fantastic features. Learn to take advantage of everything VS Code has to offer!
Developer Tools • Oct 31, 2022 Here are 5 Killer Features of the iTerm2 Terminal Emulator Today, I'll talk about killer features I can't live without in a terminal emulator and why iTerm2 is the best choice for you.
DevOps & System Admin. • Oct 05, 2022 Using Your SSH Keys in WSL in 2022 WSL is great but has one weakness — it doesn't know about your Windows SSH keys. Learn how to solve that problem with a few tools inside.
PostgreSQL • Sep 22, 2022 How to Partition Consecutive Rows with PostgreSQL You can use PostgreSQL's window function capabilities to partition data over a specific number of consecutive rows preceding any given row.