Daniel López Azaña

Theme

Social Media

Blog

GNU/Linux, Open Source, Cloud Computing, DevOps and more...

My first post

Reflections
Getting started

Despite interacting with the Internet and the blogosphere since its inception, I never before decided to write my own blog.

I’ve been following lots of journals for many years and leaving my contributions in the form of comments or observations. Similarly I participate in numerous forums and debates offering and requesting help in many different disciplines. And of course I also contribute by writing occasional articles from time to time, as in the case of Gretur Viajes travel blog.

Until now I always did all this anonymously, because I never liked disseminate information about myself beyond the essential. However, something in me has changed. It is not that now arose in me an unexpected desire of being center stage, but I found out that throughout my career I have missed certain opportunities for not disclosing to the world my thoughts and concerns, as well as failing associating to my own person the altruistically spreaded knowledge. Therefore, from now I will continue to do so in a way a little bit less unselfish, combining my skills and experience to my personal brand, daniloaz.com, especially now I decided to continue my career as a freelancer, but always with the same desire to help and with a great willingness to answer questions that are raised to me. Getting started…

Daniel López Azaña

About the author

Daniel López Azaña

Tech entrepreneur and cloud architect with over 20 years of experience transforming infrastructures and automating processes.

Specialist in AI/LLM integration, Rust and Python development, and AWS & GCP architecture. Restless mind, idea generator, and passionate about technological innovation and AI.

Related articles

Arquitectura y desarrollo web

What is Web Architecture?

Before you can get to define what web architecture is, first it is necessary to frame it properly. There are some roles related to architecture within the Information Technology industry, but basically we can do the following division:It’s in the latter group where web architects fall, as a subgroup of software architects specialized in designing and building applications that are used through what is known as the Web, ie, using the HTTP protocol to communicate with users or with other web applications.

September 17, 2014
JAMstack Architecture - JavaScript APIs Markup

What is JAMstack? Modern Architecture for Ultra-Fast Websites

Discover how JAMstack revolutionizes web development with pre-generated static sites served from global CDN. Exceptional speed, improved security, unlimited scalability, and minimal hosting costs compared to traditional CMS platforms.

November 3, 2025
terraform-and-route53-logos

How to quickly import all records from a Route53 DNS zone into Terraform

The terraform import command allows you to import into HashiCorp Terraform resources that already existed previously in the provider we are working with, in this case AWS. However, it only allows you to import those records one by one, with one run of terraform import at a time. This, apart from being extremely tedious, in some situations becomes impractical. This is the case for the records of a Route53 DNS zone. The task can become unmanageable if we have multiple DNS zones, each one with tens or hundreds of records. In this article I offer you a bash script that will allow you to import in Terraform all the records of a Route53 DNS zone in a matter of seconds or a few minutes.

February 8, 2022

Comments

Be the first to comment

Submit comment