Ir al contenido principal

we finished and we go anecdote (Alex García)

 in process

Good, this was something that always happened when there was little left of class last year and we all got nervous


It's already normalized as a joke



Comentarios

Entradas populares de este blog

eJPTv2 Review and Tips

 ¿What is eJPTv2? eJPTv2 is an ideal certification for all those who want to start as a pentester, stressing that it is a Junior certification, therefore it is unlikely to obtain any type of job only with said certification. You can get more information about eJPTv2 on their website(https://ine.com/learning/certifications/internal/elearnsecurity-junior-penetration-tester-v2). Information about the evaluation system Previously the evaluation criteria was based on passing 5 marks, including the final mark and 4 sections, on January 10, 2023 eLearnSecurity decided to change the evaluation criteria to the same one used in the previous version of eJPT(v1). To pass the exam and obtain your certification you must equal or exceed the minimum final grade (70%) The exam lasts a maximum of 48 hours. eJPTv2 preparation course The preparation course have a total of 143 hours and is divided into the following sections: -Assessment Methodologies -Host & Networking Auditing -Host ...
  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...