Federico Navarrete

Federico Navarrete @fanmixco

About: 👨‍💻 Technovator, ✍️ Author and 🎤 Speaker

Location:
Luxembourg
Joined:
Jul 5, 2019

Federico Navarrete
articles - 37 total

How to connect to EFS via CloudShell

A tricky topic when trying to connect to EFS is that you need to create an EC2 instance. There is not...

Learn More 3 0Apr 14

How to create an ECS Service with more than one Target Group

You might have used the AWS GUI to create ECS services and all went smoothly until you could not...

Learn More 6 0May 3 '24

How to schedule RDS instances (start/stop) easily

A potential game changer in AWS is to schedule when your RDS should be running since every cent that...

Learn More 5 1Apr 24 '24

How to connect your SQL Server RDS to your Self Managed Active Directories (Windows Authentication)

Enabling Windows Authentication seems like an easy deal, you only need to configure some info that...

Learn More 3 0Mar 22 '24

How to fix the Cloudwatch log stream: ResourceNotFoundException error from ECS

Probably, if you are reading this article, you are facing the following bug after you've run a Task...

Learn More 9 0Mar 14 '24

Can you make your website green 🌳♻🌳?

Did you know that any website (including yours) produces CO₂ ⛽🤔? A couple of years ago, we...

Learn More 30 28Feb 29 '24

Is Xamarin Dead?

The short answer is No, it's not dead. The long explanation starts here. A couple of days ago, I had...

Learn More 3 0Jan 17 '24

How to add Google Translate to your website

Sometimes you would like to add to your website a quick widget to allow your users to translate into...

Learn More 3 0Jan 23 '23

How to Update EventBridge Schedules with Lambdas

The EventBridge is a potent tool in AWS that can help us automate our tasks. However, when you need...

Learn More 6 0Jan 16 '23

From WebView to WebView2 in UWP

In the old days, accessing a local website in UWP was relatively easy. Even if you wanted to load...

Learn More 6 0Oct 16 '22

How to disable printing on a website

Sometimes, we have some projects where the content is sensitive or should be protected for privacy...

Learn More 5 20Sep 19 '22

How to access EFS folders from the Windows File Explorer using WSL2

EFS is the default place for storing your volumes when you use Fargate and ECS in AWS. This is fine...

Learn More 18 0Aug 30 '22

How to run Docker commands in CMD/PowerShell powered by Docker running in WSL2

In the last tutorial, we learned how to create Docker images without Docker Desktop in Windows....

Learn More 13 0Aug 19 '22

How to create multilingual static pages without frameworks

From time to time, we have the experience of building websites without frameworks like Angular,...

Learn More 12 0Aug 11 '22

How to Automatically Generate Tokens for CodeArtifact (Maven) in Windows

If you have ever used or plan to use CodeArtifact, you will need to generate a token...

Learn More 14 0May 18 '22

How to update ECS Tasks Revisions with AWS CLI

Updating ECS Tasks Image Versions is not the easiest task if you don't go to the AWS Web UI. Also,...

Learn More 11 0May 6 '22

How to schedule EC2 instances managed by Auto Scaling Groups (start/stop)

Many times, we have a lot of cloud waste because we never shut down our services/EC2 instances. One...

Learn More 7 2Mar 1 '22

Tutorial for using Xamarin.Google.UserMessagingPlatform (GDPR) for Google AdMob (Android only)

Note: If you need iOS/MAUI support, raise your concerns in GitHub or Tweet to David...

Learn More 11 0Feb 28 '22

How to Create Docker Images in Windows without Docker Desktop using WSL2

Most people are aware that Docker Desktop is not available anymore for Windows users for free, and...

Learn More 13 0Feb 10 '22

How to create a tabbed dialog in .NET for Android or Xamarin.Android

Every once in a while, we need to fulfill certain requirements. Recently, I had to implement a tabbed...

Learn More 4 0Jan 25 '22

How to schedule EC2 instances easily (start/stop)

Everyone would like to schedule EC2 instances and save a couple of bucks. Today, I'm bringing you a...

Learn More 4 0Jan 24 '22

Bootstrap 5 horizontal scrolling tabs

More than once, we need to add several tabs to our websites/apps to split the UI nicer. However, when...

Learn More 26 1Jan 10 '22

Create a Nexus Repository with Windows Containers

Docker is an extremely powerful tool. You often build your own image using X image or X Linux distros...

Learn More 6 0Nov 13 '21

How to sync EFS and S3 every 5 min in AWS

DataSync is a powerful tool to move data between different AWS storage options like S3, EFS, and EFx....

Learn More 13 0Nov 4 '21

How to schedule ECS Services in AWS easily (start/stop)

This is my solution which is highly based on a great AWS employee (Alfredo J). Most likely if you...

Learn More 10 3Jul 28 '21

How to create a simple Floating Button with Xamarin.Forms/MAUI

For a while, I have been trying to search how to create a simple Floating Button and this is my final...

Learn More 10 0Jun 17 '21

How to connect easily to a private Amazon RDS without EC2 instances

Disclaimer. My client owns its own domain, I haven't tested it without a domain. If you...

Learn More 10 1May 15 '21

How to build painless multi-language apps with Angular and ngx-translate

I'm sure if you're reading this post is because either you're curious or you understand the pain of...

Learn More 11 0Jun 18 '20

What is your experience as a freelancer developer with TDD/ATDD/BDD and CI/CD? When do you use them? How often do you use them?

Recently, I had a tough discussion with a friend who wants to move to the freelancing world. We were...

Learn More 8 1Feb 26 '20

How to use Bootstrap Modals in Angular in separate components

As many might have experienced, there are some Bootstrap controls that you cannot use easily in...

Learn More 15 0Sep 26 '19