Blog
Thoughts, insights, and ideas about technology and development
32 articles
Creating an Agent in ChatGPT to Write Technical Stories
Automating the creation of technical stories by consolidating dispersed information from conversations, messages, and feedback. A solution to transform chaotic inputs into clear and standardized technical artifacts, freeing up cognitive capacity for trade-off analysis and higher-value technical decisions.
Creating an AI Agent in Claude Code to Control my Smartphone
Automating Android app documentation and testing with artificial intelligence. I was facing a specific challenge: I needed to automatically document various flows of an Android application. That's when I started exploring ways to carry out this process, and one of the tools I decided to test was Claude Code.
Creating an AI Agent in Claude Code to Control my Smartphone
Automating Android app documentation and testing with artificial intelligence
Liquid Glass in Flutter: Do We Really Need It?
A critical reflection on the Liquid Glass effect in Flutter and its real necessity in mobile applications. Exploring when this feature adds value to the user experience and when it can be just unnecessary complexity to the project.
Creating an AI Agent in Cursor to Interact with GitLab and Shortcut
In the world of agile development, we talk a lot about productivity, automation, and less repetitive work. But in practice, how many times have you wasted time just to open a merge request? Finding the issue context, writing the description, adding links, titles.
The Big Security Problem in SaaS Created with Vibe Coding
SaaS products created in the AI rush are failing at the basics: security. In this video, I show you one of the biggest problems I've been finding in various products made with Vibe Coding-style tools: completely exposed databases, with no minimum security policy. In practice, you'll see how this happens. The problem is serious, easy to exploit, and affects many indie hacker projects who don't even know they're vulnerable. If you're creating a digital product, especially with low-code/no-code tools, this content is for you.
Enhancing User Experience with Keyboards on iOS using Keyboard Actions
You'll never struggle with the iOS Keyboard in Flutter again! See how to solve a common problem in mobile apps for iOS that is…
Creating an Image Editor with Flutter - CAM Covers (From Idea to Reality)
How I created an image editing app with Flutter. See the challenges, solutions, and monetization of CAM Covers, an album cover editor.
Managing Certificates and Profiles in the App Store with Fastlane Match
Learn how to manage certificates and profiles in the App Store with Fastlane Match.
Android Splash Screen in Jetpack Compose: Building an Impactful Intro for Your App
In the world of mobile apps, first impressions are crucial. The Splash Screen is the first screen the user sees when opening your app. In this video, we'll create an amazing Splash Screen for our app using Jetpack Compose.