-
Reviewing Postman's API Fundamentals Student Expert certification
Postman has been around for a long time, and is widely used when working with APIs. In addition to documentation, it also has full training courses, including a student expert certification. Here’s a review!
-
An unbiased detailed review of Google's Cybersecurity Professional Certificate 👨💻
Did you know Google offers a Cybersecurity Professional Certificate? They do! I recently completed it, and wanted to share the good, the bad, and the confusing parts.
-
Which social accounts are supported on GitHub profiles?
A somewhat hidden feature of GitHub profiles is the special treatment of profile links from 10 social networks. Here’s a full list, how they are detected, and a way to check for yourself!
-
How to add a new programming language to GitHub: an introduction to Linguist 🔡
When viewing code on GitHub, have you noticed how syntax is almost always highlighted, and repositories have a breakdown of languages used? That’s due to Linguist! Here’s how to add a language.
-
Open sourcing LEGO Junkbot, and tips for Macromedia/Adobe Director asset extracting 🕵️
As part of a larger project, I recently extracted all code & assets from a 20+ year old unplayable Adobe Director game: LEGO Junkbot. Here are the files, a discord, and some tips!
-
How to decompile an Adobe Director DCR file
Heard of Adobe Flash? Well, it has an unloved older brother: Adobe Director! I recently needed to access the raw files behind a compiled Director DCR file, here’s how.
-
Opinionated guidance defeats decision paralysis: How Google and T3 help jumpstart a new developer's learning
I recently dived into a world I knew nothing about, not even the language: Modern web development with Next.js. After completing the official tutorials, I was hit with decision paralysis when trying to start an actual project. The solution? Opinionated templates like T3.
-
How to increment a project's version code automatically after a GitHub release using GitHub Actions
Releasing software can be awkward, especially when working in a complex ecosystem like Gradle for Android. Recently, I at least removed one pain point by autoincrementing version number after a build has been published: here’s how!
-
First impressions migrating from LastPass to 1Password
Almost exactly a year ago, I migrated from Chrome’s password manager to LastPass. Whilst this was luckily after the breach, the constant “oops, bad news” headlines destroyed my trust in LastPass. My renewal was coming up, but I migrated to 1Password instead: here’s how it went.
-
How to install LaTeX (with previews & autocomplete) for VSCode on Windows
I recently decided to learn the basics of LaTeX, a way of preparing documents primarily used in STEM academia. I also decided to use VSCode, as I do for almost all other work. This was not as easy as I expected, so here’s a complete beginner’s guide to getting LaTeX working in Visual Studio Code on Windows!