↓
Skip to main content
Jucaski
Jucaski
Technology
Books
About
Technology
Books
About
Jucaski
~Hello World!
Recent
Introduction to Python
1 min
You can run Python’s interpreter in a terminal. The three angle brackets prompt, called Python prompt, indicates you are using the terminal window.
Data Structures
1 min
Notes from the book A common-Sense Guide to Data Structures and Algorithms by Jay Wengrow # Data # “Data is all types of information”
Observability and Troubleshotting
2 mins
Notes from the book DevOps for the desperate by Bradley Smith # Observability: Any application should be observable.
Web Page basic configuration
2 mins
Visual Studio Configuration # First of all youu need to install some basic plugins in your visual studio code.
How to make an hugo blog and deploy it with github pages
2 mins
1. Github account # Make sure you have a github account.
Vim
2 mins
Basic vim configuration # You can add these lines inside your ~/.
Introducción a Swift
16 mins
Variables # La declaración de una variable, puede ser de dos formas:
Show More