Articles

Video

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.

Read article
Video

Managing Certificates and Profiles in the App Store with Fastlane Match

How to set up Fastlane Match from scratch to centralize and sync App Store certificates and provisioning profiles across a team of several developers.

Read article
Video

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.

Read article
Video

Create Adaptive Icons for Android Apps

Learn how to create and configure adaptive icons in Android Studio, so your app looks consistent on any launcher and any icon shape the user picks.

Read article
Video

Flutter: Configuring Your App Remotely with Firebase Remote Config

How to implement Firebase Remote Config in a Flutter app: creating parameters, setting conditions and applying changes without publishing a new version.

Read article
Video

Flutter: Implementing Amazing Animations with Lottie

How to integrate Lottie animations in Flutter, from installing the package to displaying complex animations made in After Effects or Figma, in few lines.

Read article
Video

Building Performant Lists in React Native

Learn how to build performant lists in React Native with FlatList and FlashList, the differences between them, and the practices that keep scrolling smooth.

Read article
Video

Get Your LinkedIn Profile Ready for Recruiters with These Foolproof Tips

If you're just starting out in the job market and looking for tips to create a LinkedIn profile that catches recruiters' attention, this video is for you

Read article
Video

Converting Figma to Jetpack Compose with RELAY

Relay converts Figma components directly into Jetpack Compose code with Material Design, speeding up design-to-code and keeping visual fidelity intact.

Read article
Video

Clean Code: Tips to Make Your Code More Readable

Practical Clean Code tips to make your code more readable and easier to maintain: naming variables, organizing functions and avoiding unnecessary comments.

Read article
Video

Tic-Tac-Toe with Jetpack Compose - Building Projects Together #1

First episode of Building Projects Together: a classic tic-tac-toe game built from scratch with Jetpack Compose, Android's declarative UI toolkit.

Read article