426 Commits

Author SHA1 Message Date
eric 92c112f8eb Update free-programming-cheatsheets.md
site looks OK for a minute, then BOOM! all ads
2025-10-30 11:22:59 -04:00
Alex Pantechovskis 938828242a Add 3v4l (#12848)
* Add 3v4l

* Update free-programming-playgrounds.md

* Update free-programming-playgrounds.md
2025-10-28 23:06:24 -04:00
Abdulaleem Zakariyah e86fc0dbc7 Fix/w3schools rust (#12881)
* Add screencast resource for "The Rust Lang Book" by lets get rusty for the rust language

* fix the error : "free-programming-books/casts/free-podcasts-screencasts-en.md
427:1-430:128  warning  Alphabetical ordering: swap l.430 and l.429                            alphabetize-lists  remark-lint
427:1-430:128  warning  Incorrect number of blank lines between last section and next heading  blank-lines-1-0-2  remark-lint"

* Add screencast resource for "Memory Management" by Let's Get Rusty
Remove duplicate entry for "The Rust Lang Book" in podcasts

* Remove unnecessary blank line before "Spark" section in free-courses-en.md

* Add W3Schools Rust tutorial to the courses list

* fix: correct spelling of W3Schools in Rust tutorial entry

* Update courses/free-courses-en.md

Co-authored-by: Eric Hellman <eric@hellman.net>

* Fix W3Schools Rust tutorial link text

* add: include W3Schools Rust tutorial in interactive tutorials

* fix: restore W3Schools Rust tutorial entry in interactive tutorials

---------

Co-authored-by: Eric Hellman <eric@hellman.net>
2025-10-28 22:57:01 -04:00
Alex Pantechovskis 6994b636d8 add CodeBasics Python (#12851)
* add CodeBasics Python

* Update free-programming-interactive-tutorials-en.md
2025-10-27 21:52:13 -04:00
Aryan Singh 5b7219747b latex (#12874) 2025-10-27 21:32:18 -04:00
Aryan Singh a1d9151263 lisp (#12873) 2025-10-27 21:31:45 -04:00
Aryan Singh ec988a93c4 matlab tutorial (#12872) 2025-10-27 21:30:57 -04:00
Mohamed Adel 9db6c0ed53 Revise Python cheat sheet entries with authors (#12871)
Updated author names and formats for several Python cheat sheets.
2025-10-27 21:29:16 -04:00
Aryan Singh edb004673c ADDED gen ai tutorial (#12870)
* tutorial

* gen
2025-10-27 21:24:50 -04:00
Alex Pantechovskis 54cda04c4c Add CodeBasics JavaScript (#12829)
* Add CodeBasics JavaScript

* Add creator name

Co-authored-by: Hridyanshu <124202756+HRIDYANSHU054@users.noreply.github.com>

* Update more/free-programming-interactive-tutorials-en.md

Co-authored-by: Eric Hellman <eric@hellman.net>

* Fix order

---------

Co-authored-by: Hridyanshu <124202756+HRIDYANSHU054@users.noreply.github.com>
Co-authored-by: Eric Hellman <eric@hellman.net>
2025-10-26 19:17:29 -04:00
Alex Pantechovskis 4f7fb6b9fa Remove codinguru.online (#12847) 2025-10-26 18:59:09 -04:00
Jessie 31ba440fe0 Update free-programming-cheatsheets.md (#12842) 2025-10-26 18:52:35 -04:00
Jessie 42dc534bdc Update free-programming-cheatsheets.md (#12841) 2025-10-26 18:51:55 -04:00
0xSYN.dev c631a3530c Add: React TypeScript Cheatsheet (HTML) (#12787)
* Added Typescript with react and node/express

* Order fixed

* Spaces linting error fixed

* Update more/free-programming-cheatsheets.md

Co-authored-by: Eric Hellman <eric@hellman.net>

* Linting error solved + title changed

* Added Docker comprehensive cheetsheet

* Docker cheetsheet

* Fixed errors

* Allcaps is removed and resolved

* Added Springboot cheat

* Fixed some issue on linting

* Added springboot cheetsheet

* Added descriptive titles for cheetsheets

* Added Go backend comprehensive cheatshhet

* Linting error fixed

* Added Go CheatSheet for backed -fixed linting error

* Linting error fixed

* docs: add Helm cheatsheet with key commands and examples

* docs(cheatsheets): add React TypeScript Cheatsheet to React.js section

* Suggested name changes applied

* Suggested name chnaged applied

* Spelling mistakes resolved

Co-authored-by: Eric Hellman <eric@hellman.net>

---------

Co-authored-by: Eric Hellman <eric@hellman.net>
2025-10-26 18:49:00 -04:00
Jessie 7308a2edab Update free-programming-interactive-tutorials-en.md (#12823)
* Update free-programming-interactive-tutorials-en.md

Added additional bash tutorial from W3Schools.

* Update free-programming-interactive-tutorials-en.md
2025-10-26 10:14:36 -04:00
Aryan Singh f2b4fa8c69 Added a Gen AI Cheat Sheet (#12817)
* gen cheat sheet

* chore(more): fix alphabetical order in Artificial Intelligence cheatsheets
2025-10-26 09:42:25 -04:00
Alex Pantechovskis 4bb3f93fe8 Add CodeBasics PHP (#12827) 2025-10-25 22:15:21 -04:00
Aryan Singh 2dcdfeb161 xml (#12821) 2025-10-25 22:13:48 -04:00
Jessie 78c0ae44e9 Update free-programming-playgrounds.md (#12835)
* Update free-programming-playgrounds.md

* Update free-programming-playgrounds.md
2025-10-25 12:44:48 -04:00
Logesh R 0645aa8cbf feature/pt br hacktoberfest: Add new resources to HTML and CSS section (#12724)
* feature/pt br hacktoberfest: Add new resources to HTML and CSS section in free-programming-playgrounds.md

* Fix HTML and CSS section formatting in free-programming-playgrounds.md

* fix: update descriptions for Grid Generator and HTML-CSS-JS resources

* Update more/free-programming-playgrounds.md

Co-authored-by: Eric Hellman <eric@hellman.net>

---------

Co-authored-by: Eric Hellman <eric@hellman.net>
2025-10-24 22:42:25 -04:00
coshubhamde 6e9c63d9a0 Add Data Structures and Algorithms Visualizer link (#12776)
* Add Data Structures and Algorithms Visualizer link

Added the link to a very useful website for visualisation of data structure and algorithms with prebuilt options to choose the operation ( insert, create, traverse, search etc.) to be performed, for the chosen data structure or algorithm with customised inputs, giving a perfect playground to learners grasp the concept of a data structure or working of an algorithm.

* Fix order of Data Structures Visualization links

* Update link description for visualizing algorithms
2025-10-24 22:02:26 -04:00
Logesh R 275b471e26 feature/pt br hacktoberfest: Add Python and SQL tutorial links (#12747)
* feature/pt br hacktoberfest: Add Python and SQL tutorial links

* Add additional Python and SQL tutorial links
2025-10-24 00:31:04 -04:00
0xSYN.dev d349303feb Add Helm Cheatsheet (Kubernetes Package Manager) (#12729)
* Added Typescript with react and node/express

* Order fixed

* Spaces linting error fixed

* Update more/free-programming-cheatsheets.md

Co-authored-by: Eric Hellman <eric@hellman.net>

* Linting error solved + title changed

* Added Docker comprehensive cheetsheet

* Docker cheetsheet

* Fixed errors

* Allcaps is removed and resolved

* Added Springboot cheat

* Fixed some issue on linting

* Added springboot cheetsheet

* Added descriptive titles for cheetsheets

* Added Go backend comprehensive cheatshhet

* Linting error fixed

* Added Go CheatSheet for backed -fixed linting error

* Linting error fixed

* docs: add Helm cheatsheet with key commands and examples

---------

Co-authored-by: Eric Hellman <eric@hellman.net>
2025-10-22 21:33:06 -04:00
Logesh R 57504efc1e feature/pt br hacktoberfest: add BigFrontEnd.dev and JSCodebox resources to competitive programming problem sets (#12721) 2025-10-22 11:43:25 -04:00
0xSYN.dev ba6915bb47 Add “Go Backend Complete Cheat Sheet” , Comprehensive Go Backend Cheeetsheet (#12703)
* Added Typescript with react and node/express

* Order fixed

* Spaces linting error fixed

* Update more/free-programming-cheatsheets.md

Co-authored-by: Eric Hellman <eric@hellman.net>

* Linting error solved + title changed

* Added Docker comprehensive cheetsheet

* Docker cheetsheet

* Fixed errors

* Allcaps is removed and resolved

* Added Springboot cheat

* Fixed some issue on linting

* Added springboot cheetsheet

* Added descriptive titles for cheetsheets

* Added Go backend comprehensive cheatshhet

* Linting error fixed

* Added Go CheatSheet for backed -fixed linting error

* Linting error fixed

---------

Co-authored-by: Eric Hellman <eric@hellman.net>
2025-10-20 21:36:13 -04:00
Logesh R 8deec58524 add Bench CLI cheatsheet (#12613)
* Fix: Update AI section in free-courses-ta.md with new resources

* Fix: Add a line break for better readability in the AI section of free-courses-ta.md

* Fix: Add line breaks for improved readability in the Index and AI sections of free-courses-ta.md

* Fix: Add line breaks for improved readability in the AI and Android sections of free-courses-ta.md

* Add Bench CLI section with cheatsheet link to free-programming-cheatsheets.md

* Update Bench CLI Cheatsheet attribution in free-programming-cheatsheets.md

* Add additional Bench CLI resources and commands to cheatsheet

* Reorder Bench CLI resources for improved clarity in cheatsheet

* Reorganize Bench CLI section in cheatsheets
2025-10-20 21:27:35 -04:00
raiyyan 281918fd73 add cheatsheet for blockchain (#12612)
* add cheatsheet for blockchain

add cheatsheet for blockchain

* Remove duplicate entry in Blockchain section

Removed duplicate Blockchain Cheat Sheet entry.

* Fix spelling and format in cheatsheets

Corrected spelling of 'BlockChain' to 'Blockchain' and added hyphens before names in the Blockchain section.

* Remove duplicate Blockchain For Beginners link

Removed duplicate link for 'Blockchain For Beginners'.

* Update author names in blockchain cheat sheets
2025-10-19 21:53:09 -04:00
enguy-hub a77596575a Added Javascript cheatsheet from ZTM (#12588)
* Added Javascript cheatsheet from ZTM

* Update more/free-programming-cheatsheets.md

Co-authored-by: Eric Hellman <eric@hellman.net>

---------

Co-authored-by: enguy-hub <enguy-hub@github.com>
Co-authored-by: Eric Hellman <eric@hellman.net>
2025-10-19 21:29:07 -04:00
enguy-hub 2c6a7fc952 Added Business analytics with python cheat sheet from ZTM (#12563)
* Added Business analytics with python cheat sheet from ZTM

* Added acidentally deleted line of 449

---------

Co-authored-by: enguy-hub <enguy-hub@github.com>
2025-10-19 21:27:25 -04:00
enguy-hub 88d7cac68c Add sql cheatsheet (#12590)
* Add sql cheatsheet

* Fix typo ZeroToMastery

---------

Co-authored-by: enguy-hub <enguy-hub@github.com>
2025-10-19 21:13:36 -04:00
enguy-hub 3723c070f9 Added Linux command cheatsheet (#12591)
* Added Linux command cheatsheet

* Add empty space between sections

* Update more/free-programming-cheatsheets.md

Co-authored-by: Eric Hellman <eric@hellman.net>

---------

Co-authored-by: enguy-hub <enguy-hub@github.com>
Co-authored-by: Eric Hellman <eric@hellman.net>
2025-10-19 21:12:07 -04:00
raiyyan 168af8561a added puppet, Jenkins cheatsheets (#12619)
* added puppet, Jenkins cheatsheets

added puppet, Jenkins cheatsheets

* Update Jenkins and Puppet cheat sheet links

* Reorder Puppet cheat sheet links

* Standardize 'Cheat Sheet' to 'CheatSheet' format
2025-10-19 21:09:19 -04:00
Anjali Chourasia 46c161647f added cheatsheets for go and kotlin (#12551)
* added cheatsheets for go and kotlin

* fixed deleted resources

* removed quickref cheatsheets

* resolved conflict
2025-10-19 20:48:28 -04:00
Tubagus Maulana Aghni cb0c466ca4 add c# asp.net roadmap cheatsheet (#12636)
* add c# asp.net roadmap cheatsheet

* resolve changes

* resolve changes

* resolve changes

* resolve changes

* resolve changes
2025-10-19 11:42:55 -04:00
Ivan Oranciuc b122a4b0ea Update free-programming-playgrounds.md (#12626)
The resource has been removed - the link leads to a casino website
2025-10-19 11:39:10 -04:00
0xSYN.dev 054a9f4413 feat: add structured Spring Boot cheat sheet covering setup, concepts, deployment, and best practices (#12618)
* Added Typescript with react and node/express

* Order fixed

* Spaces linting error fixed

* Update more/free-programming-cheatsheets.md

Co-authored-by: Eric Hellman <eric@hellman.net>

* Linting error solved + title changed

* Added Docker comprehensive cheetsheet

* Docker cheetsheet

* Fixed errors

* Allcaps is removed and resolved

* Added Springboot cheat

* Fixed some issue on linting

* Added springboot cheetsheet

* Added descriptive titles for cheetsheets

---------

Co-authored-by: Eric Hellman <eric@hellman.net>
2025-10-19 11:29:54 -04:00
harshitsachdeva1997 255ad80e82 Update free-programming-playgrounds.md (#12606) 2025-10-19 11:15:29 -04:00
HarshitSachdeva cc8d4abe73 Update free-programming-playgrounds.md (#12603)
* Update free-programming-playgrounds.md

* Update free-programming-playgrounds.md

* Update free-programming-playgrounds.md
2025-10-19 11:14:20 -04:00
Tejas Nalawade 025c5b4a14 Add three Rust playground resources (#12602)
* Add three Rust playground resources

- Codapi
- Rust Explorer
- Rustfinity

* Linter error solved
2025-10-19 11:12:24 -04:00
enguy-hub 878118a20c Add TypeScript cheatsheet from ZTM (#12589)
* Add TypeScript cheatsheet from ZTM

* add missing empty line

---------

Co-authored-by: enguy-hub <enguy-hub@github.com>
2025-10-19 11:00:55 -04:00
enguy-hub 24a1fc2023 Add React cheatsheet from ZTM (#12587)
* Add React cheatsheet from ZTM

* Move to line 335

* Moved to line 334

* Moved to line 333 as suggested

---------

Co-authored-by: enguy-hub <enguy-hub@github.com>
2025-10-19 10:59:05 -04:00
enguy-hub 081bb7bb1e Added Python cheatsheet from ZTM (#12586)
Co-authored-by: enguy-hub <enguy-hub@github.com>
2025-10-19 10:58:35 -04:00
Mohd Rohaan a04f38845c ADD: All resources to become Ai engineer, with free courses and yt video #12396 (#12560)
* ADD: All resources to become Ai engineer, with free courses and yt videos  #12396

* Update free-programming-books-subjects.md

* Update links and formatting in subjects list

* Remove duplicate book entries in subjects list

Removed duplicate entries for 'Introduction to Machine Learning Systems' and 'Learn Tensorflow'.

* Fix formatting for text mining and ML resources

* Update books/free-programming-books-subjects.md

Co-authored-by: Eric Hellman <eric@hellman.net>

* Update books/free-programming-books-subjects.md

Co-authored-by: Eric Hellman <eric@hellman.net>

* Update books/free-programming-books-subjects.md

Co-authored-by: Eric Hellman <eric@hellman.net>

* Remove LLM Transformer Model link from subjects

Removed a link to 'LLM Transformer Model Visually Explained'.

* Add LLM Transformer Model tutorial link

---------

Co-authored-by: Eric Hellman <eric@hellman.net>
2025-10-17 22:15:05 -04:00
0xSYN.dev 498782b5dd Adds Docker cheat sheet for full-stack developers (MERN) (#12557)
* Added Typescript with react and node/express

* Order fixed

* Spaces linting error fixed

* Update more/free-programming-cheatsheets.md

Co-authored-by: Eric Hellman <eric@hellman.net>

* Linting error solved + title changed

* Added Docker comprehensive cheetsheet

* Docker cheetsheet

* Fixed errors

* Allcaps is removed and resolved

* Added Springboot cheat

* Fixed some issue on linting

---------

Co-authored-by: Eric Hellman <eric@hellman.net>
2025-10-17 22:13:27 -04:00
him2016 0f8014d43d Update free-programming-playgrounds.md (#12582) 2025-10-17 21:59:52 -04:00
raiyyan c6c8ef88f7 Add cheat sheets for Chef, Jenkins, and Puppet (#12555)
* Add cheat sheets for Chef, Jenkins, and Puppet

Add Cheat Sheets for Chef, Jenkins, and Puppet
This pull request adds comprehensive cheat sheets for three key DevOps configuration management tools: Chef, Jenkins, and Puppet. These tools are widely used in automation, infrastructure management, and continuous integration/continuous deployment (CI/CD) pipelines.

Why this is valuable:

Chef, Puppet, and Jenkins are cornerstones of modern DevOps workflows, enabling efficient and reliable management of infrastructure and software delivery.

The cheat sheets provide quick yet detailed references for commands, architecture, common use cases, and best practices, helping practitioners accelerate learning and day-to-day work.

Including these cheat sheets enriches the repository’s DevOps section, making it a more complete and practical resource for developers, sysadmins, and engineers.

Sources and Quality:
All added cheat sheets come from reputable providers such as Intellipaat, which offer free, up-to-date, and well-structured content accessible without paywalls.

Highlights from the added cheat sheets:

Chef: Covers configuration management concepts, cookbook recipes, and client-server architecture details.

Puppet: Explains manifests, modules, agent-server communication, and compliance reporting capabilities.

Jenkins: Includes pipeline creation, job configuration, plugin management, and CI/CD best practices.

This update is aligned with current DevOps trends and the increasing demand for reliable infrastructure automation and deployment tools.

Date: Thursday, October 16, 2025, 6 PM IST

* Fix formatting in free-programming-cheatsheets.md

Fix formatting in free-programming-cheatsheets.md

* Refactor cheat sheet index for DevOps topics

Reorganized cheat sheet index to group DevOps-related topics and added Ansible and Chef cheat sheets under DevOps.
2025-10-17 21:55:53 -04:00
enguy-hub c1a736e73d Added solidity cheatsheet from ZTM (#12569)
Co-authored-by: enguy-hub <enguy-hub@github.com>
2025-10-16 22:29:04 -04:00
enguy-hub e92dfae6c2 Added Big O cheatsheet from ZTM (#12568)
Co-authored-by: enguy-hub <enguy-hub@github.com>
2025-10-16 22:28:25 -04:00
enguy-hub 519ec98348 Added data structure and algorithms cheatsheet from ZTM (#12567)
* Added data structure and algorithms cheatsheet from ZTM

* Swap line 156 and 157

---------

Co-authored-by: enguy-hub <enguy-hub@github.com>
2025-10-16 22:27:17 -04:00
enguy-hub 7adff38917 Added Rust cheatsheet (#12566)
* Added Rust cheatsheet

* Swap line 513 and 514

---------

Co-authored-by: enguy-hub <enguy-hub@github.com>
2025-10-16 22:26:18 -04:00