Enable Developer Mode on Windows to Allow Install Flutter or Unknown Applications…

Enable Developer Mode on Windows to Allow Install Flutter or Unknown Applications…

Tiempo de lectura: < 1 minuto This tutorial serves to solve the error: Building with plugins requires symlink support. Please enable Developer Mode in your system settings. Run start ms-settings:developers to open settings. To activate the developer mode (developer) in Windows, we will do the following: Introducing in the terminal: start ms-settings:developers This will open a configuration panel, we can activate … Read more

Solving issue in Expo EAS for generating an iOS build with error code 35

Solving issue in Expo EAS for generating an iOS build with error code 35

Tiempo de lectura: < 1 minuto We are going to learn how to solve the problem today: Authentication with Apple Developer Portal failed! Security returned a non-successful error code: 36 This error occurs when we try to create the build for iOS from Flutter and ask for credentials, which we input correctly but get an error. We need to change the … Read more

Update Flutter Application to Android with SDK 35

Update Flutter Application to Android with SDK 35

Tiempo de lectura: < 1 minuto We will see today how we can update a Flutter app to Android with SDK 35. Edit android/app/build.gradle: android { compileSdkVersion 35 defaultConfig { … minSdkVersion 21 targetSdkVersion 35 } } Verify that you have SDK 35 installed from Android Studio > SDK Manager. After all: flutter clean flutter pub get flutter build apk

How to update your app to API 35 (Android 15) using Android Studio

How to update your app to API 35 (Android 15) using Android Studio

Tiempo de lectura: 2 minutos <pCurrently, Google requests to update SDK 35 so that our apps remain available in the market (do not delete them but hide them), as well as be able to send new updates. Open app/build.gradle or app/build.gradle.kts, and replace these lines: Before: compileSdkVersion 34 defaultConfig { minSdkVersion 21 targetSdkVersion 34 } After: android { compileSdk = … Read more

This is what NO ONE tells you about being an Information Technology Engineer

This is what NO ONE tells you about being an Information Technology Engineer

Tiempo de lectura: < 1 minuto Have you ever wondered what a computer science engineer is really doing in 2025? Do you think it’s just writing line after line of code? The reality is much more complex — and also much more interesting — than most people imagine. In this post (and in the accompanying video), I’ll tell you from within … Read more

Adding a 301 Redirect in Next.js

Adding a 301 Redirect in Next.js

Tiempo de lectura: < 1 minuto We will create a 301 redirect using next.js and in this case React. We will achieve that the old URLs can be redirected to the new ones, which is good for example to apply SEO. For example, we will redirect a URL that is https://devcodelight.com/hello to https://devcodelight.com/goodbye To do this, we will first go to … Read more

Will AI Replace You? The Brutal Truth in 6 Minutes

Tiempo de lectura: 2 minutos You’ve been hearing about artificial intelligence for months. “It’s going to take your job,” some say, while others claim it will dominate the world or eliminate the need to study because AI knows everything. But… what’s really true about all this? Will it truly replace you? Spoiler: it’s not as simple as it seems. The … Read more

Solving Windows Brightness Issue After Update

Solving Windows Brightness Issue After Update

Tiempo de lectura: < 1 minuto To install the latest Windows update did not allow controlling the screen brightness and was at maximum. To solve the issue, we will do the following: Pulsamos Windows + X System Properties. Ahora buscamos Monitors> Integrated Monitor (or Generic PnP) > Uninstall the device We now click on Search for Changes in Hardware to allow … Read more

How to Turn ONE IDEA into SOMETHING GIANT

How to Turn ONE IDEA into SOMETHING GIANT

Tiempo de lectura: < 1 minuto Have you ever had a brilliant idea but didn’t know where to start? Dont worry! In this video, we will reveal the secrets and proven strategies for turning that initial spark into something real and tangible. Forget analysis paralysis and discover the exact method you need to launch your idea with success, whether it’s a … Read more

Artificial Intelligence is Already Here (and You Probably Use It Every Day Without Knowing It)

Tiempo de lectura: < 1 minuto Do you think artificial intelligence is something far-off, from movies or secret laboratories? No! AI already forms part of your daily life, and it’s the most curious thing that many times you don’t even realize it. In this video, I’ll explain what technologies based on AI are currently working around us and how they’re silently … Read more