Hello world đź‘‹

Posted in News on August 6, 2022 by Juan Antonio MacĂ­as ‐ 1 min read

Hello world đź‘‹

Sí, esto es una entrada de prueba básicamente. Así que puedes pasar de ella o mirar cómo pruebo cosas de Markdown y hugo.

Data science

  • Python basics
  • Kaggle (Python, Intro to machine learning, Pandas)

Ciberseguridad

  • Wargames
  • Picoctf

You can write regular markdown here and Hugo will automatically convert it to a nice webpage. I strongly encourage you to take 5 minutes to learn how to write in markdown - it’ll teach you how to transform regular text into bold/italics/headings/tables/etc.

Here’s a code chunk with syntax highlighting:

var foo = function(x) {
  return(x + 5);
}
foo(3)
Top