programming
Table of Contents
1. programming
- awesome-programmers
- python
- bash
- perl
- javascript
- sql
- regex
- Autocomplete vs Graph
Visualization of google’s autocomplete as a graph.
Útil para buscar alternativas o cosas relaccionadas en Google - https://learn-anything.xyz/
1.1. Data Structures
1.2. Links
- strftimer Le pasas una fecha y te saca la string de formato (en Ruby, puede introducir algunas peculiaridades del lenguaje)
- strftime reference and sandbox for Ruby, Python, PHP, and C programmers
- https://www.foragoodstrftime.com/
- go statement considered harmful
- Web Developement 2020 Course List (Udemy)
- awesome Una recopilación de muchas cosas de informática
- The book of secret knowledge El libro del que saqué el link anterior
- Wiki personal de Nikita Voloboev
- https://wiki.c2.com/ Entre wiki y foro de temas IT
- https://lyz-code.github.io/blue-book/ Second brain de Lyz
- sysstat Profiling en linux
- Make Invalid States Unrepresentable applied to time intervals and contracts
- Try It Online
1.3. Frontend development
1.4. Rust
1.5. Julia
1.5.1. Instalación de paquetes
https://docs.julialang.org/en/v1/stdlib/Pkg/
https://julialang.org/downloads/platform/#linux_and_freebsd → la versión de apt está muy desactualizada
julia → ] (shortcut) → pkg repl pkg> add <github repo> pkg> add /path/to/local/repo pkg> add https://github.com/giordano/DependencyWalker.jl # Troubleshooting
1.6. Guide for side projects
1.6.3. Codewars y katas
- https://www.codewars.com/
- https://leetcode.com/
- https://exercism.org/
- https://adventofcode.com
- https://coderbyte.com/
- https://codeforces.com/
- https://www.hackerrank.com/
- https://www.codementor.io/
- https://projecteuler.net/ Más matemático
- https://what-to-code.com/
- https://www.kaggle.com/
- https://www.hacker.org/
- Things Programmers Can Do in One Week | Blog | build-your-own.org