Ir al contenido principal

Today's class (Raúl García)

 I started my day with AWS class, we had to make diferent virtual machines on amazon web services, so we could put a web page, on which you had to register to see it.

I wasn't sure about how to make the "EC2 instances" so I had to watch a YouTube video, I didn't had enought time, but next week we will have more time.

Next we had english class, we started with an exam, for me it was easy, so I didn't had any problem there.

After that the teacher presented the new project we had to do, on which que have to make a job interview with a teammate in two weeks.

I will make the project with Samuel, he is one of my best friends here in puenteuropa, we will do great for sure!

Comentarios

Entradas populares de este blog

  My experience at the Seville fair                                                                  Alejandro Cuello Gallego This year I had the opportunity to attend the Seville Fair, which is one of the most iconic events in Spain. The atmosphere was vibrant with colorful dresses, delicious food and upbeat music. As soon as I arrived, I was captivated by the festive atmosphere and the sense of community that permeated the fairgrounds. As I wandered through the different areas of the fair, I was amazed at the variety of activities available. From thrilling rides to traditional dance performances, there was something for everyone to enjoy. I especially enjoyed trying the local delicacies, such as the tasty churros and the refreshing rebujito. Overall, the Seville Fair was an unforgettabl...

Swift (programming language)

Swift is a programming language developed by Apple for building applications for iOS, macOS, and watchOS. It is designed to be easy to read and write, and is intended to be safe, fast, and interactive. Swift is a statically typed language, which means that the data types of variables and constants must be explicitly defined before they can be used. This helps prevent errors and makes the code more predictable. Swift also supports type inference, which allows the compiler to automatically infer the data type of a variable or constant based on its initial value. One of the key features of Swift is its use of optionals. An optional is a type of variable that can either contain a value or be nil (no value). This allows developers to handle the possibility of missing or null data in a safe and clear way. Swift also has a modern syntax that makes it easy to write clean and readable code. It supports powerful features like closures, generics, and protocol-oriented programming, which allow for...

Understanding Nmap: A Powerful Network Exploration Tool in Kali Linux

- What is Nmap and how does it works? Nmap is a network exploration tool, and explains its basic functionality. Nmap uses various network protocols to scan and identify hosts and services on a network. - Understanding Nmap's different scan types and their purposes There are many different types of scans in Nmap, such as TCP, UDP, SYN, and others. - Tips for optimizing Nmap scans and avoiding detection You can optimize their Nmap scans for better results, such as adjusting timing options and using scan flags. Additionally, strategies to avoid detection by firewalls and intrusion detection systems (IDS) are covered. - Real-world examples of how Nmap can be used in network exploration and security assessments Nmap can be used in network exploration and security assessments - Nmap can be used in practical scenarios, such as identifying vulnerable systems, detecting open ports, and assessing network security. Nmap can be integrated with other tools, such as Metasploit and Ne...