├── .claude └── settings.local.json ├── .gitignore ├── README.md ├── bash-and-unix ├── README.md ├── advanced.md ├── awk.md ├── berlin-wall.jpg ├── dotfiles.md ├── fzf.md ├── grep.md ├── intro.md ├── jc.md ├── jq.md ├── resources │ ├── 1999_Stephenson_beginning_was_command_line.pdf │ ├── advanced-bash-scripting.pdf │ ├── beginners-guide.pdf │ ├── grep_awk_sed.pdf │ ├── linux-productivity-tools.pdf │ └── the-AWK-programming-language.pdf ├── sed.md ├── shell-scripts.md ├── test.sh ├── tmux.md ├── todo.md ├── unix-philosophy.md ├── useful-tools.md ├── working-with-data.md └── xargs.md ├── byte-magazine-covers ├── 197606-game-life.jpeg ├── 197910-genalogy.jpeg ├── 198003-lab.jpg ├── 198303-mass-storage.jpg ├── 198303-plain-text.jpg ├── lisp.jpg └── small-talk.jpeg ├── career ├── 2019_Behroozi_technical_interviews.pdf ├── coding-challenges.md ├── interviews.md ├── mentoring.md ├── remote-working.md └── senior-engineer.md ├── cheat-sheets ├── Pandas_Cheat_Sheet.pdf ├── data-science-cheat-sheet.pdf ├── github-git-cheat-sheet.pdf ├── linux_cheat_sheet.md ├── python_data_science.jpg ├── readme.md ├── rl_cheatsheet.pdf ├── vim_cheat_sheet.png ├── vim_command_summary.jpg └── vim_registers.png ├── cloud ├── README.md ├── aws.md ├── cdk.md ├── ci-cd.md ├── infra-as-code.md ├── kubernetes.md ├── production.md ├── serverless.md ├── ssh.md └── terraform.md ├── computer-science ├── README.md ├── algorithms.md ├── compilers.md ├── networking.md └── text-encoding.md ├── data-engineering ├── README.md ├── airflow.md ├── alembic.md ├── architecture.md ├── athena.md ├── data-formats.md ├── data-modelling.md ├── data-quality.md ├── data-talks-bootcamp.md ├── databases.md ├── datetimes.md ├── dbt.md ├── etl.md ├── great-expectations.py ├── litestream.md ├── migrations.md ├── orchestration.md ├── pipelines.md ├── postgres.md ├── prefect-task-and-flow.py ├── prefect.md ├── queues.md ├── schema-on-write.md ├── snowflake.md ├── spark.md ├── sql-antipatterns │ ├── 7-polymorphic-associations.sql │ ├── 8-multicolumn-attributes.sql │ ├── README.md │ └── db.sqlite ├── sql.md ├── sqlite.md ├── start-data-eng-notes.md └── streaming.md ├── data-science ├── 2015_Donoho_50YearsDataScience.pdf ├── Wickham_tidy_data.pdf ├── agile-data-science.md ├── altair-charts.md ├── analytics.md ├── anomaly-outlier-detection.md ├── bias.md ├── causal.md ├── data-science-timeline.jpeg ├── datasets.md ├── entity-resolution.md ├── nlp.md ├── polars.md ├── pytorch │ ├── Makefile │ ├── README.md │ └── first.py ├── readme.md ├── recommenders.md ├── team-structure.md └── visualization.md ├── databricks.md ├── db.sqlite ├── diagrams.md ├── direnv.md ├── docker ├── README.md ├── containers.md └── podman.md ├── fundamentals ├── README.md ├── assets │ ├── 1803-antike-stadt-an-einem-Berg.jpg │ ├── 1846-Weidenbach-nilinsel-philae.jpg │ ├── 1883-Böcklin-Die-Toteninsel.jpg │ └── 1907-Vlaminck-chatou-bridge.jpg ├── computers.md ├── hello.c ├── hello.py ├── hello.s ├── programming.md ├── todo.md └── tools.md ├── git-github ├── git.md ├── github-actions.md ├── github.md ├── lazygit.md └── monorepo.md ├── hardware.md ├── jonathan-blow.md ├── justfile.md ├── keyboards.md ├── languages ├── c.md ├── cpp.md ├── go.md ├── haskell.md ├── javascript.md ├── julia.md ├── lisp.md ├── lua.md ├── mojo.md ├── nim.md ├── rust.md ├── scala.md └── zig.md ├── learn-go-with-tests ├── 01-hello-world │ ├── hello │ ├── hello.go │ └── hello_test.go ├── 02-integers │ ├── adder.go │ └── adder_test.go ├── 03-iteration │ ├── iteration.go │ └── repeat_test.go ├── 10-concurrency │ ├── checker.go │ └── checker_test.go ├── 11-select │ ├── racer.go │ └── racer_test.go ├── 4-arrays-slices │ ├── sum.go │ └── sum_test.go ├── 5-structs │ ├── struct.go │ └── struct_test.go ├── 6-pointers-errors │ ├── pointers.go │ └── pointers_test.go ├── 7-maps │ ├── dict.go │ └── dict_test.go ├── 8-dependency-injection │ ├── dep.go │ └── dep_test.go ├── 9-mocking │ ├── mock.go │ └── mock_test.go ├── README.md ├── go.mod └── go.sum ├── lessons-learnt ├── README.md ├── blog-post.md ├── lessons-learnt.md └── summaries.md ├── linear-programming ├── 2012-bixby-history-linear-programming.pdf ├── 2020_kantor_milp_multiscale_energy.pdf ├── README.md ├── linear-programming-tricks.pdf └── mse111-intro-optimization.zip ├── linux-kernel.md ├── llms ├── README.md ├── coding-tools.md ├── ollama.md ├── prompt-engineering.md └── rag.md ├── make ├── .gitignore ├── Makefile ├── README.md ├── carbon.py ├── clean.py ├── ingest.py └── show.sh ├── markdown-todo-managers.md ├── memes ├── ai-summarization.webp ├── always-has-been.webp ├── async.png ├── but-it-does-run.jpg ├── chad-scraper.png ├── chad.png ├── customizing-text-editors.webp ├── debugging.webp ├── delete-repo.webp ├── dog-extends.png ├── duplication.jpg ├── everyday.webp ├── exiting-vi.png ├── focus.jpg ├── good-code.png ├── happy-little-tree.jpg ├── hello-world.jpg ├── html.jpg ├── http.webp ├── it's-not-me.jpg ├── job-advertisements.webp ├── merge-master.jpg ├── ml-uprising.jpg ├── ml.jpg ├── monorepo.webp ├── nested-if-if-if.jpg ├── pass-salt.png ├── pathetic.png ├── please.jpg ├── progress.webp ├── reading-code.png ├── remote-work-culture.webp ├── running-slack.jpg ├── serverless.jpg ├── ship-your-machine.jpeg ├── superheroes.jpg ├── trash.png ├── two-states.png ├── vader-scope.jpg └── works-on-my-machine.jpg ├── nb.md ├── nix ├── README.md ├── flake.lock ├── flake.nix ├── flakes.md ├── nix-env.md └── nix-shell.md ├── optimization ├── 2008_Luenberger_linear_nonlinear_programming.pdf └── README.md ├── payments.md ├── python ├── advanced.md ├── async.md ├── behind-the-scenes.md ├── clean-architectures-in-python.pdf ├── intro.md ├── jsonlines.md ├── jupyter-lab-shortcuts.txt ├── learning-python.md ├── marimo.md ├── matplotlib.md ├── mypy.md ├── numpy.md ├── packaging.md ├── pandas.md ├── pandera.md ├── pdb-commands.pdf ├── poetry.md ├── readme.md ├── ruff.md ├── string-formatting.md └── validation.md ├── regex.md ├── security.md ├── simulation.md ├── soft-skills ├── burnout.md └── product-management.md ├── software-development ├── README.md ├── abstraction.md ├── apis.md ├── business-rules.md ├── clis.md ├── deployment-infra.md ├── design-patterns.md ├── documentation.md ├── engineering.md ├── functional-programming.md ├── logging.md ├── single-responsibility-principle.md ├── system-design.md └── typing.md ├── synthetic-data.md ├── testing ├── README.md ├── python-testing-tools.md └── test-bash-in-markdown.md ├── tools.md ├── vim ├── Dockerfile ├── README.md ├── neovim.md ├── themes.md ├── vim.md └── vimrc.md ├── web-development ├── README.md ├── alpine.md ├── emmet.md ├── gatsby.md ├── htmx.md ├── jinja.md ├── mermaid.md ├── tailwind.md └── ui-ux.md ├── writing ├── latex.md ├── markdown.md ├── technical-writing.md └── xit.xit └── yabai.md /.claude/settings.local.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/.claude/settings.local.json -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/README.md -------------------------------------------------------------------------------- /bash-and-unix/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/bash-and-unix/README.md -------------------------------------------------------------------------------- /bash-and-unix/advanced.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/bash-and-unix/advanced.md -------------------------------------------------------------------------------- /bash-and-unix/awk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/bash-and-unix/awk.md -------------------------------------------------------------------------------- /bash-and-unix/berlin-wall.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/bash-and-unix/berlin-wall.jpg -------------------------------------------------------------------------------- /bash-and-unix/dotfiles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/bash-and-unix/dotfiles.md -------------------------------------------------------------------------------- /bash-and-unix/fzf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/bash-and-unix/fzf.md -------------------------------------------------------------------------------- /bash-and-unix/grep.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/bash-and-unix/grep.md -------------------------------------------------------------------------------- /bash-and-unix/intro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/bash-and-unix/intro.md -------------------------------------------------------------------------------- /bash-and-unix/jc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/bash-and-unix/jc.md -------------------------------------------------------------------------------- /bash-and-unix/jq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/bash-and-unix/jq.md -------------------------------------------------------------------------------- /bash-and-unix/resources/1999_Stephenson_beginning_was_command_line.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/bash-and-unix/resources/1999_Stephenson_beginning_was_command_line.pdf -------------------------------------------------------------------------------- /bash-and-unix/resources/advanced-bash-scripting.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/bash-and-unix/resources/advanced-bash-scripting.pdf -------------------------------------------------------------------------------- /bash-and-unix/resources/beginners-guide.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/bash-and-unix/resources/beginners-guide.pdf -------------------------------------------------------------------------------- /bash-and-unix/resources/grep_awk_sed.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/bash-and-unix/resources/grep_awk_sed.pdf -------------------------------------------------------------------------------- /bash-and-unix/resources/linux-productivity-tools.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/bash-and-unix/resources/linux-productivity-tools.pdf -------------------------------------------------------------------------------- /bash-and-unix/resources/the-AWK-programming-language.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/bash-and-unix/resources/the-AWK-programming-language.pdf -------------------------------------------------------------------------------- /bash-and-unix/sed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/bash-and-unix/sed.md -------------------------------------------------------------------------------- /bash-and-unix/shell-scripts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/bash-and-unix/shell-scripts.md -------------------------------------------------------------------------------- /bash-and-unix/test.sh: -------------------------------------------------------------------------------- 1 | set -o xtrace 2 | 3 | var=10 4 | cat ~/programming-resources/README.md 5 | -------------------------------------------------------------------------------- /bash-and-unix/tmux.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/bash-and-unix/tmux.md -------------------------------------------------------------------------------- /bash-and-unix/todo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/bash-and-unix/todo.md -------------------------------------------------------------------------------- /bash-and-unix/unix-philosophy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/bash-and-unix/unix-philosophy.md -------------------------------------------------------------------------------- /bash-and-unix/useful-tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/bash-and-unix/useful-tools.md -------------------------------------------------------------------------------- /bash-and-unix/working-with-data.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/bash-and-unix/working-with-data.md -------------------------------------------------------------------------------- /bash-and-unix/xargs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/bash-and-unix/xargs.md -------------------------------------------------------------------------------- /byte-magazine-covers/197606-game-life.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/byte-magazine-covers/197606-game-life.jpeg -------------------------------------------------------------------------------- /byte-magazine-covers/197910-genalogy.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/byte-magazine-covers/197910-genalogy.jpeg -------------------------------------------------------------------------------- /byte-magazine-covers/198003-lab.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/byte-magazine-covers/198003-lab.jpg -------------------------------------------------------------------------------- /byte-magazine-covers/198303-mass-storage.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/byte-magazine-covers/198303-mass-storage.jpg -------------------------------------------------------------------------------- /byte-magazine-covers/198303-plain-text.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/byte-magazine-covers/198303-plain-text.jpg -------------------------------------------------------------------------------- /byte-magazine-covers/lisp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/byte-magazine-covers/lisp.jpg -------------------------------------------------------------------------------- /byte-magazine-covers/small-talk.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/byte-magazine-covers/small-talk.jpeg -------------------------------------------------------------------------------- /career/2019_Behroozi_technical_interviews.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/career/2019_Behroozi_technical_interviews.pdf -------------------------------------------------------------------------------- /career/coding-challenges.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/career/coding-challenges.md -------------------------------------------------------------------------------- /career/interviews.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/career/interviews.md -------------------------------------------------------------------------------- /career/mentoring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/career/mentoring.md -------------------------------------------------------------------------------- /career/remote-working.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/career/remote-working.md -------------------------------------------------------------------------------- /career/senior-engineer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/career/senior-engineer.md -------------------------------------------------------------------------------- /cheat-sheets/Pandas_Cheat_Sheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/cheat-sheets/Pandas_Cheat_Sheet.pdf -------------------------------------------------------------------------------- /cheat-sheets/data-science-cheat-sheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/cheat-sheets/data-science-cheat-sheet.pdf -------------------------------------------------------------------------------- /cheat-sheets/github-git-cheat-sheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/cheat-sheets/github-git-cheat-sheet.pdf -------------------------------------------------------------------------------- /cheat-sheets/linux_cheat_sheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/cheat-sheets/linux_cheat_sheet.md -------------------------------------------------------------------------------- /cheat-sheets/python_data_science.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/cheat-sheets/python_data_science.jpg -------------------------------------------------------------------------------- /cheat-sheets/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/cheat-sheets/readme.md -------------------------------------------------------------------------------- /cheat-sheets/rl_cheatsheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/cheat-sheets/rl_cheatsheet.pdf -------------------------------------------------------------------------------- /cheat-sheets/vim_cheat_sheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/cheat-sheets/vim_cheat_sheet.png -------------------------------------------------------------------------------- /cheat-sheets/vim_command_summary.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/cheat-sheets/vim_command_summary.jpg -------------------------------------------------------------------------------- /cheat-sheets/vim_registers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/cheat-sheets/vim_registers.png -------------------------------------------------------------------------------- /cloud/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/cloud/README.md -------------------------------------------------------------------------------- /cloud/aws.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/cloud/aws.md -------------------------------------------------------------------------------- /cloud/cdk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/cloud/cdk.md -------------------------------------------------------------------------------- /cloud/ci-cd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/cloud/ci-cd.md -------------------------------------------------------------------------------- /cloud/infra-as-code.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/cloud/infra-as-code.md -------------------------------------------------------------------------------- /cloud/kubernetes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/cloud/kubernetes.md -------------------------------------------------------------------------------- /cloud/production.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/cloud/production.md -------------------------------------------------------------------------------- /cloud/serverless.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/cloud/serverless.md -------------------------------------------------------------------------------- /cloud/ssh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/cloud/ssh.md -------------------------------------------------------------------------------- /cloud/terraform.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/cloud/terraform.md -------------------------------------------------------------------------------- /computer-science/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/computer-science/README.md -------------------------------------------------------------------------------- /computer-science/algorithms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/computer-science/algorithms.md -------------------------------------------------------------------------------- /computer-science/compilers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/computer-science/compilers.md -------------------------------------------------------------------------------- /computer-science/networking.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/computer-science/networking.md -------------------------------------------------------------------------------- /computer-science/text-encoding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/computer-science/text-encoding.md -------------------------------------------------------------------------------- /data-engineering/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/data-engineering/README.md -------------------------------------------------------------------------------- /data-engineering/airflow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/data-engineering/airflow.md -------------------------------------------------------------------------------- /data-engineering/alembic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/data-engineering/alembic.md -------------------------------------------------------------------------------- /data-engineering/architecture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/data-engineering/architecture.md -------------------------------------------------------------------------------- /data-engineering/athena.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/data-engineering/athena.md -------------------------------------------------------------------------------- /data-engineering/data-formats.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/data-engineering/data-formats.md -------------------------------------------------------------------------------- /data-engineering/data-modelling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/data-engineering/data-modelling.md -------------------------------------------------------------------------------- /data-engineering/data-quality.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/data-engineering/data-quality.md -------------------------------------------------------------------------------- /data-engineering/data-talks-bootcamp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/data-engineering/data-talks-bootcamp.md -------------------------------------------------------------------------------- /data-engineering/databases.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/data-engineering/databases.md -------------------------------------------------------------------------------- /data-engineering/datetimes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/data-engineering/datetimes.md -------------------------------------------------------------------------------- /data-engineering/dbt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/data-engineering/dbt.md -------------------------------------------------------------------------------- /data-engineering/etl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/data-engineering/etl.md -------------------------------------------------------------------------------- /data-engineering/great-expectations.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/data-engineering/great-expectations.py -------------------------------------------------------------------------------- /data-engineering/litestream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/data-engineering/litestream.md -------------------------------------------------------------------------------- /data-engineering/migrations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/data-engineering/migrations.md -------------------------------------------------------------------------------- /data-engineering/orchestration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/data-engineering/orchestration.md -------------------------------------------------------------------------------- /data-engineering/pipelines.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/data-engineering/pipelines.md -------------------------------------------------------------------------------- /data-engineering/postgres.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/data-engineering/postgres.md -------------------------------------------------------------------------------- /data-engineering/prefect-task-and-flow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/data-engineering/prefect-task-and-flow.py -------------------------------------------------------------------------------- /data-engineering/prefect.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/data-engineering/prefect.md -------------------------------------------------------------------------------- /data-engineering/queues.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/data-engineering/queues.md -------------------------------------------------------------------------------- /data-engineering/schema-on-write.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/data-engineering/schema-on-write.md -------------------------------------------------------------------------------- /data-engineering/snowflake.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/data-engineering/snowflake.md -------------------------------------------------------------------------------- /data-engineering/spark.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/data-engineering/spark.md -------------------------------------------------------------------------------- /data-engineering/sql-antipatterns/7-polymorphic-associations.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/data-engineering/sql-antipatterns/7-polymorphic-associations.sql -------------------------------------------------------------------------------- /data-engineering/sql-antipatterns/8-multicolumn-attributes.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/data-engineering/sql-antipatterns/8-multicolumn-attributes.sql -------------------------------------------------------------------------------- /data-engineering/sql-antipatterns/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/data-engineering/sql-antipatterns/README.md -------------------------------------------------------------------------------- /data-engineering/sql-antipatterns/db.sqlite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/data-engineering/sql-antipatterns/db.sqlite -------------------------------------------------------------------------------- /data-engineering/sql.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/data-engineering/sql.md -------------------------------------------------------------------------------- /data-engineering/sqlite.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/data-engineering/sqlite.md -------------------------------------------------------------------------------- /data-engineering/start-data-eng-notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/data-engineering/start-data-eng-notes.md -------------------------------------------------------------------------------- /data-engineering/streaming.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/data-engineering/streaming.md -------------------------------------------------------------------------------- /data-science/2015_Donoho_50YearsDataScience.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/data-science/2015_Donoho_50YearsDataScience.pdf -------------------------------------------------------------------------------- /data-science/Wickham_tidy_data.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/data-science/Wickham_tidy_data.pdf -------------------------------------------------------------------------------- /data-science/agile-data-science.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/data-science/agile-data-science.md -------------------------------------------------------------------------------- /data-science/altair-charts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/data-science/altair-charts.md -------------------------------------------------------------------------------- /data-science/analytics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/data-science/analytics.md -------------------------------------------------------------------------------- /data-science/anomaly-outlier-detection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/data-science/anomaly-outlier-detection.md -------------------------------------------------------------------------------- /data-science/bias.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/data-science/bias.md -------------------------------------------------------------------------------- /data-science/causal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/data-science/causal.md -------------------------------------------------------------------------------- /data-science/data-science-timeline.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/data-science/data-science-timeline.jpeg -------------------------------------------------------------------------------- /data-science/datasets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/data-science/datasets.md -------------------------------------------------------------------------------- /data-science/entity-resolution.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/data-science/entity-resolution.md -------------------------------------------------------------------------------- /data-science/nlp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/data-science/nlp.md -------------------------------------------------------------------------------- /data-science/polars.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/data-science/polars.md -------------------------------------------------------------------------------- /data-science/pytorch/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/data-science/pytorch/Makefile -------------------------------------------------------------------------------- /data-science/pytorch/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/data-science/pytorch/README.md -------------------------------------------------------------------------------- /data-science/pytorch/first.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/data-science/pytorch/first.py -------------------------------------------------------------------------------- /data-science/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/data-science/readme.md -------------------------------------------------------------------------------- /data-science/recommenders.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/data-science/recommenders.md -------------------------------------------------------------------------------- /data-science/team-structure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/data-science/team-structure.md -------------------------------------------------------------------------------- /data-science/visualization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/data-science/visualization.md -------------------------------------------------------------------------------- /databricks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/databricks.md -------------------------------------------------------------------------------- /db.sqlite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/db.sqlite -------------------------------------------------------------------------------- /diagrams.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/diagrams.md -------------------------------------------------------------------------------- /direnv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/direnv.md -------------------------------------------------------------------------------- /docker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/docker/README.md -------------------------------------------------------------------------------- /docker/containers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/docker/containers.md -------------------------------------------------------------------------------- /docker/podman.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/docker/podman.md -------------------------------------------------------------------------------- /fundamentals/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/fundamentals/README.md -------------------------------------------------------------------------------- /fundamentals/assets/1803-antike-stadt-an-einem-Berg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/fundamentals/assets/1803-antike-stadt-an-einem-Berg.jpg -------------------------------------------------------------------------------- /fundamentals/assets/1846-Weidenbach-nilinsel-philae.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/fundamentals/assets/1846-Weidenbach-nilinsel-philae.jpg -------------------------------------------------------------------------------- /fundamentals/assets/1883-Böcklin-Die-Toteninsel.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/fundamentals/assets/1883-Böcklin-Die-Toteninsel.jpg -------------------------------------------------------------------------------- /fundamentals/assets/1907-Vlaminck-chatou-bridge.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/fundamentals/assets/1907-Vlaminck-chatou-bridge.jpg -------------------------------------------------------------------------------- /fundamentals/computers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/fundamentals/computers.md -------------------------------------------------------------------------------- /fundamentals/hello.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/fundamentals/hello.c -------------------------------------------------------------------------------- /fundamentals/hello.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/fundamentals/hello.py -------------------------------------------------------------------------------- /fundamentals/hello.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/fundamentals/hello.s -------------------------------------------------------------------------------- /fundamentals/programming.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/fundamentals/programming.md -------------------------------------------------------------------------------- /fundamentals/todo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/fundamentals/todo.md -------------------------------------------------------------------------------- /fundamentals/tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/fundamentals/tools.md -------------------------------------------------------------------------------- /git-github/git.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/git-github/git.md -------------------------------------------------------------------------------- /git-github/github-actions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/git-github/github-actions.md -------------------------------------------------------------------------------- /git-github/github.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/git-github/github.md -------------------------------------------------------------------------------- /git-github/lazygit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/git-github/lazygit.md -------------------------------------------------------------------------------- /git-github/monorepo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/git-github/monorepo.md -------------------------------------------------------------------------------- /hardware.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/hardware.md -------------------------------------------------------------------------------- /jonathan-blow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/jonathan-blow.md -------------------------------------------------------------------------------- /justfile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/justfile.md -------------------------------------------------------------------------------- /keyboards.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/keyboards.md -------------------------------------------------------------------------------- /languages/c.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/languages/c.md -------------------------------------------------------------------------------- /languages/cpp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/languages/cpp.md -------------------------------------------------------------------------------- /languages/go.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/languages/go.md -------------------------------------------------------------------------------- /languages/haskell.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/languages/haskell.md -------------------------------------------------------------------------------- /languages/javascript.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/languages/javascript.md -------------------------------------------------------------------------------- /languages/julia.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/languages/julia.md -------------------------------------------------------------------------------- /languages/lisp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/languages/lisp.md -------------------------------------------------------------------------------- /languages/lua.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/languages/lua.md -------------------------------------------------------------------------------- /languages/mojo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/languages/mojo.md -------------------------------------------------------------------------------- /languages/nim.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/languages/nim.md -------------------------------------------------------------------------------- /languages/rust.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/languages/rust.md -------------------------------------------------------------------------------- /languages/scala.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/languages/scala.md -------------------------------------------------------------------------------- /languages/zig.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/languages/zig.md -------------------------------------------------------------------------------- /learn-go-with-tests/01-hello-world/hello: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/learn-go-with-tests/01-hello-world/hello -------------------------------------------------------------------------------- /learn-go-with-tests/01-hello-world/hello.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/learn-go-with-tests/01-hello-world/hello.go -------------------------------------------------------------------------------- /learn-go-with-tests/01-hello-world/hello_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/learn-go-with-tests/01-hello-world/hello_test.go -------------------------------------------------------------------------------- /learn-go-with-tests/02-integers/adder.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/learn-go-with-tests/02-integers/adder.go -------------------------------------------------------------------------------- /learn-go-with-tests/02-integers/adder_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/learn-go-with-tests/02-integers/adder_test.go -------------------------------------------------------------------------------- /learn-go-with-tests/03-iteration/iteration.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/learn-go-with-tests/03-iteration/iteration.go -------------------------------------------------------------------------------- /learn-go-with-tests/03-iteration/repeat_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/learn-go-with-tests/03-iteration/repeat_test.go -------------------------------------------------------------------------------- /learn-go-with-tests/10-concurrency/checker.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/learn-go-with-tests/10-concurrency/checker.go -------------------------------------------------------------------------------- /learn-go-with-tests/10-concurrency/checker_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/learn-go-with-tests/10-concurrency/checker_test.go -------------------------------------------------------------------------------- /learn-go-with-tests/11-select/racer.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/learn-go-with-tests/11-select/racer.go -------------------------------------------------------------------------------- /learn-go-with-tests/11-select/racer_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/learn-go-with-tests/11-select/racer_test.go -------------------------------------------------------------------------------- /learn-go-with-tests/4-arrays-slices/sum.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/learn-go-with-tests/4-arrays-slices/sum.go -------------------------------------------------------------------------------- /learn-go-with-tests/4-arrays-slices/sum_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/learn-go-with-tests/4-arrays-slices/sum_test.go -------------------------------------------------------------------------------- /learn-go-with-tests/5-structs/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/learn-go-with-tests/5-structs/struct.go -------------------------------------------------------------------------------- /learn-go-with-tests/5-structs/struct_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/learn-go-with-tests/5-structs/struct_test.go -------------------------------------------------------------------------------- /learn-go-with-tests/6-pointers-errors/pointers.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/learn-go-with-tests/6-pointers-errors/pointers.go -------------------------------------------------------------------------------- /learn-go-with-tests/6-pointers-errors/pointers_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/learn-go-with-tests/6-pointers-errors/pointers_test.go -------------------------------------------------------------------------------- /learn-go-with-tests/7-maps/dict.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/learn-go-with-tests/7-maps/dict.go -------------------------------------------------------------------------------- /learn-go-with-tests/7-maps/dict_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/learn-go-with-tests/7-maps/dict_test.go -------------------------------------------------------------------------------- /learn-go-with-tests/8-dependency-injection/dep.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/learn-go-with-tests/8-dependency-injection/dep.go -------------------------------------------------------------------------------- /learn-go-with-tests/8-dependency-injection/dep_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/learn-go-with-tests/8-dependency-injection/dep_test.go -------------------------------------------------------------------------------- /learn-go-with-tests/9-mocking/mock.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/learn-go-with-tests/9-mocking/mock.go -------------------------------------------------------------------------------- /learn-go-with-tests/9-mocking/mock_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/learn-go-with-tests/9-mocking/mock_test.go -------------------------------------------------------------------------------- /learn-go-with-tests/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/learn-go-with-tests/README.md -------------------------------------------------------------------------------- /learn-go-with-tests/go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/learn-go-with-tests/go.mod -------------------------------------------------------------------------------- /learn-go-with-tests/go.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/learn-go-with-tests/go.sum -------------------------------------------------------------------------------- /lessons-learnt/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/lessons-learnt/README.md -------------------------------------------------------------------------------- /lessons-learnt/blog-post.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/lessons-learnt/blog-post.md -------------------------------------------------------------------------------- /lessons-learnt/lessons-learnt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/lessons-learnt/lessons-learnt.md -------------------------------------------------------------------------------- /lessons-learnt/summaries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/lessons-learnt/summaries.md -------------------------------------------------------------------------------- /linear-programming/2012-bixby-history-linear-programming.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/linear-programming/2012-bixby-history-linear-programming.pdf -------------------------------------------------------------------------------- /linear-programming/2020_kantor_milp_multiscale_energy.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/linear-programming/2020_kantor_milp_multiscale_energy.pdf -------------------------------------------------------------------------------- /linear-programming/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/linear-programming/README.md -------------------------------------------------------------------------------- /linear-programming/linear-programming-tricks.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/linear-programming/linear-programming-tricks.pdf -------------------------------------------------------------------------------- /linear-programming/mse111-intro-optimization.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/linear-programming/mse111-intro-optimization.zip -------------------------------------------------------------------------------- /linux-kernel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/linux-kernel.md -------------------------------------------------------------------------------- /llms/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/llms/README.md -------------------------------------------------------------------------------- /llms/coding-tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/llms/coding-tools.md -------------------------------------------------------------------------------- /llms/ollama.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/llms/ollama.md -------------------------------------------------------------------------------- /llms/prompt-engineering.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/llms/prompt-engineering.md -------------------------------------------------------------------------------- /llms/rag.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/llms/rag.md -------------------------------------------------------------------------------- /make/.gitignore: -------------------------------------------------------------------------------- 1 | data 2 | show 3 | -------------------------------------------------------------------------------- /make/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/make/Makefile -------------------------------------------------------------------------------- /make/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/make/README.md -------------------------------------------------------------------------------- /make/carbon.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/make/carbon.py -------------------------------------------------------------------------------- /make/clean.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/make/clean.py -------------------------------------------------------------------------------- /make/ingest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/make/ingest.py -------------------------------------------------------------------------------- /make/show.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/make/show.sh -------------------------------------------------------------------------------- /markdown-todo-managers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/markdown-todo-managers.md -------------------------------------------------------------------------------- /memes/ai-summarization.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/memes/ai-summarization.webp -------------------------------------------------------------------------------- /memes/always-has-been.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/memes/always-has-been.webp -------------------------------------------------------------------------------- /memes/async.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/memes/async.png -------------------------------------------------------------------------------- /memes/but-it-does-run.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/memes/but-it-does-run.jpg -------------------------------------------------------------------------------- /memes/chad-scraper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/memes/chad-scraper.png -------------------------------------------------------------------------------- /memes/chad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/memes/chad.png -------------------------------------------------------------------------------- /memes/customizing-text-editors.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/memes/customizing-text-editors.webp -------------------------------------------------------------------------------- /memes/debugging.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/memes/debugging.webp -------------------------------------------------------------------------------- /memes/delete-repo.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/memes/delete-repo.webp -------------------------------------------------------------------------------- /memes/dog-extends.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/memes/dog-extends.png -------------------------------------------------------------------------------- /memes/duplication.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/memes/duplication.jpg -------------------------------------------------------------------------------- /memes/everyday.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/memes/everyday.webp -------------------------------------------------------------------------------- /memes/exiting-vi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/memes/exiting-vi.png -------------------------------------------------------------------------------- /memes/focus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/memes/focus.jpg -------------------------------------------------------------------------------- /memes/good-code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/memes/good-code.png -------------------------------------------------------------------------------- /memes/happy-little-tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/memes/happy-little-tree.jpg -------------------------------------------------------------------------------- /memes/hello-world.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/memes/hello-world.jpg -------------------------------------------------------------------------------- /memes/html.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/memes/html.jpg -------------------------------------------------------------------------------- /memes/http.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/memes/http.webp -------------------------------------------------------------------------------- /memes/it's-not-me.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/memes/it's-not-me.jpg -------------------------------------------------------------------------------- /memes/job-advertisements.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/memes/job-advertisements.webp -------------------------------------------------------------------------------- /memes/merge-master.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/memes/merge-master.jpg -------------------------------------------------------------------------------- /memes/ml-uprising.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/memes/ml-uprising.jpg -------------------------------------------------------------------------------- /memes/ml.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/memes/ml.jpg -------------------------------------------------------------------------------- /memes/monorepo.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/memes/monorepo.webp -------------------------------------------------------------------------------- /memes/nested-if-if-if.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/memes/nested-if-if-if.jpg -------------------------------------------------------------------------------- /memes/pass-salt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/memes/pass-salt.png -------------------------------------------------------------------------------- /memes/pathetic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/memes/pathetic.png -------------------------------------------------------------------------------- /memes/please.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/memes/please.jpg -------------------------------------------------------------------------------- /memes/progress.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/memes/progress.webp -------------------------------------------------------------------------------- /memes/reading-code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/memes/reading-code.png -------------------------------------------------------------------------------- /memes/remote-work-culture.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/memes/remote-work-culture.webp -------------------------------------------------------------------------------- /memes/running-slack.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/memes/running-slack.jpg -------------------------------------------------------------------------------- /memes/serverless.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/memes/serverless.jpg -------------------------------------------------------------------------------- /memes/ship-your-machine.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/memes/ship-your-machine.jpeg -------------------------------------------------------------------------------- /memes/superheroes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/memes/superheroes.jpg -------------------------------------------------------------------------------- /memes/trash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/memes/trash.png -------------------------------------------------------------------------------- /memes/two-states.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/memes/two-states.png -------------------------------------------------------------------------------- /memes/vader-scope.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/memes/vader-scope.jpg -------------------------------------------------------------------------------- /memes/works-on-my-machine.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/memes/works-on-my-machine.jpg -------------------------------------------------------------------------------- /nb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/nb.md -------------------------------------------------------------------------------- /nix/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/nix/README.md -------------------------------------------------------------------------------- /nix/flake.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/nix/flake.lock -------------------------------------------------------------------------------- /nix/flake.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/nix/flake.nix -------------------------------------------------------------------------------- /nix/flakes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/nix/flakes.md -------------------------------------------------------------------------------- /nix/nix-env.md: -------------------------------------------------------------------------------- 1 | list install packages 2 | 3 | nix-env -q 4 | -------------------------------------------------------------------------------- /nix/nix-shell.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/nix/nix-shell.md -------------------------------------------------------------------------------- /optimization/2008_Luenberger_linear_nonlinear_programming.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/optimization/2008_Luenberger_linear_nonlinear_programming.pdf -------------------------------------------------------------------------------- /optimization/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/optimization/README.md -------------------------------------------------------------------------------- /payments.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/payments.md -------------------------------------------------------------------------------- /python/advanced.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/python/advanced.md -------------------------------------------------------------------------------- /python/async.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/python/async.md -------------------------------------------------------------------------------- /python/behind-the-scenes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/python/behind-the-scenes.md -------------------------------------------------------------------------------- /python/clean-architectures-in-python.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/python/clean-architectures-in-python.pdf -------------------------------------------------------------------------------- /python/intro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/python/intro.md -------------------------------------------------------------------------------- /python/jsonlines.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/python/jsonlines.md -------------------------------------------------------------------------------- /python/jupyter-lab-shortcuts.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/python/jupyter-lab-shortcuts.txt -------------------------------------------------------------------------------- /python/learning-python.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/python/learning-python.md -------------------------------------------------------------------------------- /python/marimo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/python/marimo.md -------------------------------------------------------------------------------- /python/matplotlib.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/python/matplotlib.md -------------------------------------------------------------------------------- /python/mypy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/python/mypy.md -------------------------------------------------------------------------------- /python/numpy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/python/numpy.md -------------------------------------------------------------------------------- /python/packaging.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/python/packaging.md -------------------------------------------------------------------------------- /python/pandas.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/python/pandas.md -------------------------------------------------------------------------------- /python/pandera.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/python/pandera.md -------------------------------------------------------------------------------- /python/pdb-commands.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/python/pdb-commands.pdf -------------------------------------------------------------------------------- /python/poetry.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/python/poetry.md -------------------------------------------------------------------------------- /python/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/python/readme.md -------------------------------------------------------------------------------- /python/ruff.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/python/ruff.md -------------------------------------------------------------------------------- /python/string-formatting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/python/string-formatting.md -------------------------------------------------------------------------------- /python/validation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/python/validation.md -------------------------------------------------------------------------------- /regex.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/regex.md -------------------------------------------------------------------------------- /security.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/security.md -------------------------------------------------------------------------------- /simulation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/simulation.md -------------------------------------------------------------------------------- /soft-skills/burnout.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/soft-skills/burnout.md -------------------------------------------------------------------------------- /soft-skills/product-management.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/soft-skills/product-management.md -------------------------------------------------------------------------------- /software-development/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/software-development/README.md -------------------------------------------------------------------------------- /software-development/abstraction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/software-development/abstraction.md -------------------------------------------------------------------------------- /software-development/apis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/software-development/apis.md -------------------------------------------------------------------------------- /software-development/business-rules.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/software-development/business-rules.md -------------------------------------------------------------------------------- /software-development/clis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/software-development/clis.md -------------------------------------------------------------------------------- /software-development/deployment-infra.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/software-development/deployment-infra.md -------------------------------------------------------------------------------- /software-development/design-patterns.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/software-development/design-patterns.md -------------------------------------------------------------------------------- /software-development/documentation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/software-development/documentation.md -------------------------------------------------------------------------------- /software-development/engineering.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/software-development/engineering.md -------------------------------------------------------------------------------- /software-development/functional-programming.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/software-development/functional-programming.md -------------------------------------------------------------------------------- /software-development/logging.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/software-development/logging.md -------------------------------------------------------------------------------- /software-development/single-responsibility-principle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/software-development/single-responsibility-principle.md -------------------------------------------------------------------------------- /software-development/system-design.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/software-development/system-design.md -------------------------------------------------------------------------------- /software-development/typing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/software-development/typing.md -------------------------------------------------------------------------------- /synthetic-data.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/synthetic-data.md -------------------------------------------------------------------------------- /testing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/testing/README.md -------------------------------------------------------------------------------- /testing/python-testing-tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/testing/python-testing-tools.md -------------------------------------------------------------------------------- /testing/test-bash-in-markdown.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/testing/test-bash-in-markdown.md -------------------------------------------------------------------------------- /tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/tools.md -------------------------------------------------------------------------------- /vim/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/vim/Dockerfile -------------------------------------------------------------------------------- /vim/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/vim/README.md -------------------------------------------------------------------------------- /vim/neovim.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/vim/neovim.md -------------------------------------------------------------------------------- /vim/themes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/vim/themes.md -------------------------------------------------------------------------------- /vim/vim.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/vim/vim.md -------------------------------------------------------------------------------- /vim/vimrc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/vim/vimrc.md -------------------------------------------------------------------------------- /web-development/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/web-development/README.md -------------------------------------------------------------------------------- /web-development/alpine.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/web-development/alpine.md -------------------------------------------------------------------------------- /web-development/emmet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/web-development/emmet.md -------------------------------------------------------------------------------- /web-development/gatsby.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/web-development/gatsby.md -------------------------------------------------------------------------------- /web-development/htmx.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/web-development/htmx.md -------------------------------------------------------------------------------- /web-development/jinja.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/web-development/jinja.md -------------------------------------------------------------------------------- /web-development/mermaid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/web-development/mermaid.md -------------------------------------------------------------------------------- /web-development/tailwind.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/web-development/tailwind.md -------------------------------------------------------------------------------- /web-development/ui-ux.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/web-development/ui-ux.md -------------------------------------------------------------------------------- /writing/latex.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/writing/latex.md -------------------------------------------------------------------------------- /writing/markdown.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/writing/markdown.md -------------------------------------------------------------------------------- /writing/technical-writing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/writing/technical-writing.md -------------------------------------------------------------------------------- /writing/xit.xit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/writing/xit.xit -------------------------------------------------------------------------------- /yabai.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADGEfficiency/programming-resources/HEAD/yabai.md --------------------------------------------------------------------------------