Blog
Click any tag to filter.
Study Notes: GitHub Foundations Certification Exam
July 16, 2024
In February of this year I successfully passed the GitHub Foundations Certificate Exam. I have used GitHub for about five years and am a GitHub Star Alumni, so I felt fairly confident going into the study process. However, there were still some gaps in my knowledge and I wanted to be prepared. This post is a collection of links, resources, and my notes from the study process. Hopefully it is helpful to you for your own certification journey.
View Post
OutSystems 101: Logic
June 20, 2024
In OutSystems, logic is implemented through actions, which handle everything from data interactions and user inputs to calling external APIs and managing complex business rules. This post will guide you through the basics of creating and using actions in OutSystems, enabling you to build powerful and responsive applications with ease.
View Post
OutSystems 101 - UI
May 23, 2024
Welcome to the second post in the OutSystems 101 series! Web developers frequently interact with the concept of components – reusable pieces of code that form UIs. In OutSystems, you can work similarly using Widgets and Blocks. If you are already familiar with concepts like reusable components, props or component inputs, the component lifecycle, and reactivity, building OutSystems UIs will feel very intuitive.
View Post
Running a Phaser Game on Mobile Devices
May 4, 2024
We have finally arrived at the final part of the Phaser tutorial! We’ve come a long way — from scaffolding a Vue Ionic app, building an entire game with Phaser, and connecting the app and game together for a seamless experience. Now it’s time to take this app from web to mobile. Fortunately, Capacitor, which is built into Ionic, makes this easy.
View Post
Working with Scenes and Data in Phaser
May 4, 2024
Part three of a 4-part series on making a mobile game with Phaser. In this post, we’ll create our ScoreScene and set up the other views in our Vue app, About and Scores. This will involve using events to access the scores from the Phaser game in the parent Vue app to create a “High Scores” page.
View Post