Blog Page 3
Revisiting GPTP - the Starcraft modding toolkit
One of the first PC games I played was Starcraft and the expansion Starcraft: Broodwar. We didnāt have a PC, so I had to play it on a friendās computer, but I remember being immersed in the real-time strategy gameplay.
Dark Emblem Rewrite
Dark Emblem is an NFT project that was sparked by the idea of combining cards games with Crypto Kitties. You can buy packs, open them to collect random cards, and then use those cards to battle raids with others.
ChatGPT Doesn't Understand
Looks like everyone is trying to discover ChatGPTās limitations. In one article I read, the author asked whether ChatGPT can play 20 questions. The human in this scenario tried to play 20 questions with ChatGPT, and found that they needed to guide the AI to ask questions. From my perspective, it looked more like a failure to engineer the initial prompt correctly.
The Hierarchy of Webapp Needs
I was thinking about all the little projects I work on and how they grow over time. The applications end up hitting some milestones and end up needing similar functionality that compliments the core features. A small project ends up getting complex enough that it requires some unit tests. Iāll go to deploy the project and now I need some deployment scripts and analytics to ensure the application is running correctly. The technology may change between each project, but web applications always seem to have the same steps that need to be taken to strengthen the application as it is scaled up.
NX NextJS Starter
To kickstart the year, I created a repo that contains a simple starter kit for using NextJS with NX. You can see the repo here:
Mobile
This short post was originally on a blog I started for creating web applications. This post goes into mobile considerations for web applications.
Developer Tools
This post was originally on a blog I started for creating web applications. This post goes into using developer tools to help you develop your web applications.
User Interface
This post was originally on a blog I started for creating web applications. This post goes into User Interface design for web applications.
Web Standards
This post was originally on a blog I started for creating web applications. This post goes into using web standards and best practices.