========== Dev How To ========== Intro ----- This project is a compilation of my own work mixed with ideas and notes I learn from others. You'll find pages with tutorial-like explanations on things that interest me and code solutions for book exercises, coding challenges, algorithms and data structures, functional programming stuff, etc. If you find any problems, or have suggestions, you are welcome to create an issue or a pull request in the `Dev How To Gitlab repository`_. Licensing Information --------------------- The text in this site is licensed under `Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)`_ and the code under the `General Public License v3`_. .. _`Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)`: https://creativecommons.org/licenses/by-nc-sa/4.0/ .. _`General Public License v3`: https://www.gnu.org/licenses/gpl-3.0.en.html The source code for this project is located at the `Dev How To Gitlab repository`_. .. _`Dev How To Gitlab repository`: https://gitlab.com/devhowto/Dev-How-To .. toctree:: :maxdepth: 6 :caption: Table of Contents cmdline/index git/index.md text-editors/index haskell/index.md ruby/index.md ruby-on-rails/index.md purescript/index.md javascript/index.md typescript/index.md scheme/index deno/index htdp/index algorithms/index.md magfpjs/index composable-fp-js/index codewars/index hackerrank/index.md programming/index.md docker/index.md databases-sql/index.md design-patterns/index.md solid-principles/index.md character-encodings/index.md software-engineering/index.md misc/index