Code on the Rocks·Aug 9, 2023Flutter Inception: A Free Shorebird AlternativeThere is an intimacy between web developers and their users that native app developers are jealous of. Within minutes of finding and…A response icon2A response icon2
Code on the Rocks·Jul 9, 2023Creating a Password Reset Flow with AppWrite and Flutter | Code On The RocksArguably the most important feature of any mobile application is its authentication workflow. If users can’t log into your application…
Code on the Rocks·Jul 4, 2023Butler Labs OCR in Flutter | Code On The RocksButler Labs is an AI-powered optical character recognition (OCR) platform with models fine tuned to extract important data from a variety…
Code on the Rocks·Apr 16, 2023Julia Plotting Cheat SheetThis cheat sheet provides an overview of the most commonly used plotting functions and attributes in Julia using the popular plotting…
Code on the Rocks·Feb 21, 2023Controlling the Size of IntelliJ Plugin Tool WindowsIn the previous two articles, I explained how to set up a custom IntelliJ plugin tool window and add components to it. These tutorials…A response icon1A response icon1
Code on the Rocks·Feb 20, 2023Adding Swing UI Components to an IntelliJ Tool WindowIn the previous article, I explained how to add a Tool Window to an IntelliJ plugin. In this article, I’ll walk through adding content to…