Resources
Made by: CodingHome.
Published by: AT Products LLC.
Disclaimer
We do not take responsibility for any damage or legal issues with these files here at AT Products LLC, and the other communities at the Ethical Hacking Society, The Script Community, CodingHome, or the Noodle Hackerspace.
Use a virtual machine if it's a computer virus; never open it on your physical machine. As a precaution, download them on your VM.
If it's an APK file, use an emulator.
More information on Virtual Machines (VM)
More information on APK Emulators

Please note that if a link is a warning link, the resource is not in the primary language here of English and is instead German.
Learning Resources
W3Schools
TutorialsTeacher
StackExchange
StackOverflow
ChatGPT
CodeAcademy
FreeCodeCamp
DevDocs
Leetcode
Imposter Devs
EDX Courses
Scrimba Courses
Udemy
Coursera
Khan Academy
SoloLearn
GoalKicker Programming Books
Programming Quiz
progle()
Roadmaps for Languages
Organizing Code
Build your own X
System Design Primer
Book of Secret Knowledge
Project Based Learning
Digital Ocean - Community Resources
Microsoft's Documentation
Learn System Design
WikiBooks
Learning PHP The Right Way
CanIUse?
Refactoring Guru
Source Making
Cursor AI - Software Devs are Cooked
Tushar's Learning Blog
OpenDir (Resource Cloud)
Isometric Project in Games
RFC Editor
How to do Secret Key Exchange
Series and Parallel Circuits
Architectural Patterns
Software Planning and Technical Documentation
Python Resources
W3Schools Python Resources
Problem Solving with Algorithms and Data Structures using Python
Signal handling: Catch Ctrl-C in Python
__new__ vs __init__ in Python
Python Custom Exceptions
The Ultimate Guide to Python Decorators, Part I: Function Registration
Port Scanning Tool w/ Python
40 Python Libraries Explained
Nuitka Extractor
IDAPython Plugin
C# Resources
C# / dotnetDocumentation
C# Corner
C# Corner - Tutorials
C# TutorialsTeacher
C# Compiler Playground
ConfigurationManager C#
Making Production Ready C# Applications
Async I/O in C#
Making IDs safer in C#
Testing Tests (C#)
Mutational Testing
C# Hashing with Salt and Pepper
There are outdated files on the source, if you need to, use the updated files of the first code block and the second code block.
Inversion of Control Series
Introduction
Inversion of Control
IoC with Dependency Inversion Principle
Dependency Injection
IoC container
Dependency Injection for AvaloniaUI
SourcesMammaMiaDev - YouTube - Explains some possibilities.
MammaMiaDev - GitHub - Example repository for DI in context with Views & ViewModels | Showing App.xaml.cs
REQUIRED: Implement the RegisterViewFactory
from ViewLocator.cs
. It can be used for other stuff except Views & ViewModels.
Setup for Rider
Pre-conditions: Add package source (image1).
Instructions
Source Values:
- Name: Windows Community Toolkit Labs (or decide as you want)
- URL: https://pkgs.dev.azure.com/dotnet/CommunityToolkit/_packaging/CommunityToolkit-Labs/nuget/v3/index.json | REQUIRED
- User: Rider account name
- Password: Rider account password
Background Information
By this action you are modifying the NetGet.config file, which applies configurations to the NuGet package manager on your local machine.
Afterwards install the package from Rider's NuGet Window as usual and you're off to the races.
Other GitHub Repos
Official Instructions on adding the Community Toolkit as a NuGet packages source - Instructions are derived from this.
Create an AOT-friendly ViewLocator - MammaMiaDev is derived from this.
.NET Resources
C# / dotnetDocumentation
DotNet Tutorials
Download .NET
Download .NET Framework
JSON.NET
SSH.NET
.NET SQL Connecter Documentation
How to Handle Exceptions from Background Worker Thread in .NET
Unit of Work Pattern
UoW Pattern + Repo Docs
Clean Project Architecture

PDF Guide
Template 1
Template 2
Template 3
StackOverflow w/ NLog
Explanation Video
Tutorials EU - C# Solution Strucure
.NET Architecture: How To Structure Your Solutions - Design
Redit - Proper project strucure
David Fowl's Gist
Nick Chapsas - How to structure a .NET Solution (project separation & architecture)
Installing .NET 8.0 SDK on Ubuntu Server 24.04 LTS
wget -O - https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor | sudo tee /etc/apt/keyrings/microsoft.gpg
Create a file ->
/etc/apt/sources.list.d/microsoft.sources
Paste content (JavaScript):
Types: deb
URIs: https://packages.microsoft.com/ubuntu/22.04/prod/
Suites: jammy
Components: main
Architectures: amd64
Signed-By: /etc/apt/keyrings/microsoft.gpg
Then (Console):
sudo apt update
Fixing libicu dependency package issue
Package is at this date & time not available for Ubuntu 24.04 LTS. Paste content (Console):
echo "deb http://archive.ubuntu.com/ubuntu jammy main" | sudo tee /etc/apt/sources.list.d/libicu-jammy.list
Pinning to lower priority to avoid conflicts with with main 24.04 repositories. Paste content (Console):
sudo tee /etc/apt/preferences.d/libicu <<EOF
Package: libicu*
Pin: release n=jammy
Pin-Priority: 100
EOF
Update system & install .NET SDK. Paste content (Console):
sudo apt update && sudo apt install dotnet-sdk-8.0
Rust Resources
Web Resources
Website Building Manual
Webflow University
MDN Web Docs
Web Design Tool with Publishing
CodyHouse
JavaScript Resources
Mozilla JS Tutorials
Modern JavaScript Tutorial JS Regex Cheatsheet
TypeScript Resources
Lua Resources
Markdown Resources
Other Language Resources
Game Dev Resources
Visual Library
Free Assets
Using AI to Generate Game Assets For Free
Painterly Animations in Blender 3D
Indie Studio Pack
Game UI Database
Bing AI on: What has to be on a model design sheet, so I can work with it in Blender?
Godot Resources
Godot Docs
Godot UI Setup
Godot Toolbox
Godot Materials
The full "stack" of components in a 3D project can be visualized as:
- Model/Mesh: Structure of the object.
- Material/Shader/Texture: How the object looks and interacts with light.
- Rig/Animation: How the object moves.
- Scene/Light/Camera: How the object is viewed and interacts in the environment.
- Physics/Collider: How the object interacts physically with other objects.
- Scripts/Assets/Particles/Sound: Control behaviors, effects, and environmental immersion.
Godot Scenes
Mohsen Zare - MTerrain
Mohsen Zare - Terrain Approach
Jen Jell - OWG
Wandering Clipmap with LOD
Terrain3D
Wojtek - Forest Scene
Linux Resources
How to Install FTP Server on Ubuntu with vsftpd
How to install and manage supervisor on Ubuntu and Debian VPS
Linux Kernel Module Programming Guide
How to Fit In with Linux Users
Arch Resources
Pacman Tips and Tricks (Arch)
Arch Linux Clean Instructions
Astonishing GNOME customization
Glassmorphism
Everforest
Fluent
Orchis GTK
Evergreen
Apache, MariaDB and PHP (LAMP) Installation for Arch-based Distros
[HowTo] Install Apache, MariaDB (MySQL), PHP (LAMP)
> PS: You must add a
phpmyadmin
DB and import/usr/share/webapps/phpmyadmin/sql/create_tables.sql
there - on Linux.
> And also modify / add some lines in your.../phpmyadmin/config.inc.php
to tellphpmyadmin
to use this DB for it's configuration storage:
Under the phpMyAdmin configuration storage settings
-section
Un-comment all tables matching the pattern below - but check in your DB, if they were created by the create_table.sql
.
// REQUIRED User - uncomment as well!!!
// Replace 'pma' and 'pmapass' with the username & password of a MySQL user that contains the appropriate privileges on the phpmyadmin database.
$cfg['Servers'][$i]['controluser'] = 'pma';
$cfg['Servers'][$i]['controlpass'] = 'pmapass';
// Pattern
$cfg['Servers'][$i]['tableName'] = 'tableName';
Optional: Create the User
CREATE USER 'pma'@'localhost' IDENTIFIED BY'pmapass';
GRANT SELECT, INSERT, UPDATE, DELETE ON phpmyadmin.* TO 'pma'@'localhost';
FLUSH PRIVILEGES;
Problems or using Windows?
=> Refer to the Docs: http://yourServerNameOrIPAddr/phpmyadmin/doc/html/setup.html#phpmyadmin-configuration-storage
Mega.nz Resources
Udemy Mega.nz 12 Parts Courses Collection
4 TB Mega.nz Courses Collection
14 TB Mega.nz Courses Collection
Additional CyberSecurity Files
150 Interview Problems (AlgoExpert Course 1)
Systems Design Fundamentals (AlgoExpert Course 2)
Data Structures Crash Course (AlgoExpert Course 3)
Become an Algorithms Expert (AlgoExpert Course 4)
Interview Preparation Course (Part 1) (AlgoExpert Course 5)
Interview Preparation Course (Part 2) (AlgoExpert Course 6)
Interview Tips (AlgoExpert Course 7)
Code With Mosh (Code: p9nGMhSXETZBAEYGoKty8Q)
All Guides VenenJean used to Install VisualBox under Manjaro
Guide 1 (Manjaro Wiki)
Guide 2 (Hibbard)
Guide 3 (CherryServers)
Guide 4 (IBM)
Guide 5 (LinuxIAC)
Guide 6 (MariaDB)
SSH Public Key Connection Setup
Manjaro Wiki
Other Resources
Data Management Blog
Report Phishing
CodeBeautify
SonarLint
FreeSoff (Free Software)
Math, Science, Tech, Culture, and Life API
Free AI Writing, PDF, Image, and Other Online Tools
Open Source Alternatives
Free Letter Forms
NirSoft
Commontools.org
CS2DLL
Eraser (Planning)
ChatGPT-API-Server
Chrome Render to Terminal
Don't ask to ask, just ask
StackOverflow Yearly Surveys
State of Language Survey
Designer Resources
Figma
Figma Community
Simple Table in Figma
Canva
The Pro Tutorials you've never seen if you use Blender
Materials for Blender
Business Name Generator
BrandMark.Io
Canva Color Wheel
SpyColor
CoolBackgrounds
Cool Wallpapers
W3Schools Color Picker
UIgradients
CSS Gradients
SVG Gradients
Realtime Colors
Color Hex
Color Palettes
Tailwind CSS Color Generator & Viewer.
Iconscout
ILovePDF
JPG2PNG
PNG2PDF
PDF2PNG
XLSX2PDF
Web Resources
W3Schools
WHOIS Lookup
Web Security Testing
CSS Data URI
URL Decoder
Web Formatter
Lorem Ipsum Generator
Astro
Bootstrap
Tailwind.css
Tailwind CSS Color Generator & Viewer.
Tailwind CSS Reference
Fastify
JQuery JS
Vanilla-JS Framework
Bulma CSS Framework
Web Design Tool with Publishing
Internet Tools
Netlify
Vercel
Webby Awards
PageSpeed Insights
Webby Awards
No Code Browser Automation
Realtime Colors
The Secret Science of Perfect Spacing Part 1
The Secret Science of Perfect Spacing Part 2
YouTube Creators
This section will not be categorized by accordions.
C#
JavaScript
General
Clean Coders
Coderized
Winderton
CodeAesthetic
Studying with Alex
Fireship
Computer Science
CS50 | Harvard University
Loi Liang Yang
Web Development
Kevin Powell Web Dev Simplified
The Website Architect
Javascript Mastery - YT
Javascript Mastery - Website
Networks/Cybersecurity
Indie App Development
NeoVim Usage
Hacking Resources
HackerRank
HackerEarth
Making the Hacker Mindset
Hacking The Cloud
HackTricks
Trickest
HackTheBox
CTF Hacking for Beginners
LiveOverflow
Malapi
Unprotect Project
0DayFans
MOOC Courses
Cheat.sh Repos
Windows API Function Naming Convention
File Path Race Condition & How To Prevent It - bin 0x31 (LiveOverflow)
InSeCam
Open Redirector/SSRF Payload Generator
CPU/IP Table
CyberHack 2023
List of UNIX Binaries for Priv Escalation
Linux & Bash Hacking
CyberChef
Hacking Stats
PasteBin
Hijack URLS
Developing CyberSecurity Solutions
Attacking Ad
Power Supplies to Speakers
AirGap
FCC ID Database
Sploitus
r/netsec
OSINT start.me 1
OSINT start.me 2
How Secure is 256-bit Security?
TailOS Setup
Hijacking account with Open Redirect in OAuth 2.0 - Stealing Access Tokens
Discovering API and Analyzing Endpoints Using Postman and Browser w/ crAPI
Exploiting SQL Injection in GraphQL
Learn before CyberSecurity
Tips before CyberSecurity
Graphql Endpoint Analysis
WireShark Videos
Win10 VM Rat
Analyzing Data 1
Analyzing Data 2
Analyzing Data 3
Network Fundamentals
Obfuscating Programs
Process Hardening
Debug Off
GoldBerg
Cryptify
Mem Encrytion
Stronghold-Runtime
Hela
CTF/RE Resources & Challenges
CherryTree Template for CTF Enumeration
CTF Compact Guide
CTF Events
CTF Learning 1
CTF Learning 2
CTF Challenges
Reverse Engineering
RE Challenges
RE BreachDirectory
pwnable.tr
Challenge 1
Challenge 2
Challenge 3
Challenge 4
Challenge 5
Challenge 6
Challenge 7
Challenge 8
Challenge 9
Challenge 10
Challenge 11
Challenge 12
Challenge 13
Challenge 14
GitHub Resources
CyberSecurity Programming Language
Cloud In A Box (CIAB)
Impulse (DoS Toolkit)
Data Stealer
AntiDebug, AntiVM, AntiAV C Linux Library
Vulnerable Module Detector
Web Fuzzer (Go)
OSCP Training
OSCP/PTP/PTX Cheatsheet
Voice Cloning
CTF Cheatsheet
Pentest Guide
KeyHacks
TomNomNom
Payloading
pyWhat
TempestSDR
GodGenesis
OSINTeye
Suborner
FBI Tools
Aggressor Scripts 1
Aggressor Scripts 2
Aggressor Scripts 3
Aggressor Scripts 4
Aggressor Scripts 5
Aggressor Scripts 6
Aggressor Scripts 7
CobaltStrike Toolset for Aggressor Scripts
CICDont
CICDont Capture the Flag
Superma
SpiderSuite
Portex Analyzer GUI
Almond Force Videos
BCACTF 3
HeroCTF v4
Incognito 3
MidnightFlag - INFEKTION
Hacky Holidays 2022
Hack the Boo 2022
CTF After Dark - Fall 2022
Digital Overdose 2022 Autumn CTF
DEADFACE CTF 2022
HTB Business CTF
Tenable CTF 2022
TyphoonCon CTF 2022 (KeyGenMe)
Cyber Apocalypse 2022 (HackTheBox)
Hack The Box - Starting Point (Tier 0): Fawn
Hack The Box - Starting Point (Tier 0): Meow & Almond Force Channel Updates
HackTheBox Marshal in the Middle
11 HackTheBox Videos
TJCTF 2022
BYU CTF 2022
Digital Overdose CTF 2022
NahamCon CTF 2022
Boilers CTF 2022
PatriotCTF 2022
TAMUctf 2022
picoCTF 2022
Metared CTF 2022 Stage 1
Metared CTF 2022 Stage 2
Metared CTF 2022 Stage 3
Metared CTF 2022 Stage 4
Blackhat MEA CTF 2022
WRECKCTF2022
DownUnderCTF 2022
CSAW CTF 2022
Inter-Galactic CTF 2022
SHELL CTF 2022
Whack-a-frog corCTF 2022
T3N4CI0US CTF 2022
TFC CTF 2022
MITRE Cyber Academy CTF 2022
picoCTF 2023
Cyber Apocalypse 2023
CTFGuide to CyberChef
Are Certs Worth It?