Blog
A self-hosted AI agent for Telegram chat, Gmail summaries, Notion notes, weather advice, calendar reports, setup utilities, and cron automations.
#AI#Automation#Next.jsHow to detect and block fake bot traffic that can skew your analytics and waste server resources.
#Web Development#Analytics#SecurityHow to stop bots from causing unintended inserts by removing GET side effects, enforcing idempotency, and detecting crawlers.
#Next.js#Supabase#SSRList of my tech choice & favorite libraries that I use in my projects.
#RandomList of my tech choice & favorite libraries that I use in my projects.
#RandomFlutter vs React Native – Which is Better for Your Project?
#FlutterBaby feeding tracker is application that I developed in Flutter, that helps tracking your baby's feedings.
#Flutter#FirebaseGestureDetector with Container is not tappable on empty spaces, on tap is working only for childs inside.
#FlutterIf you are developing Flutter application using Android studio maybe you have seen this errors in build.gradle
#FlutterIf you had this error when trying to build Flutter app on iPhone 12 Pro Max this is the solution that worked for me
#FlutterHello, in this article I will explain step by step, how you can create Linux application with Flutter
#Flutter#LinuxIn this article I will explain you why long, strong and secure passwords are very important.
#SoftwareDevelopment#Node.jsIn this short article I will explain what Spread and Rest operators are, and how they can be used in JavaScript.
#JavaScriptIf you want to measure execution time of pieces of your code, one of the ways to do it, is using `console.time()`.
#JavaScriptThis is an easy guide that will help you understand JavaScript classes. Probably by now you already have heard about them. Classes are blueprints for objects.
#JavaScript