|
|
| (26 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| <templatestyles src="Template:Main_Page/styles.css" /> | | <templatestyles src="Template:Main_Page/styles.css" /> |
|
| |
|
| <div style="max-width: 1200px; margin: 0 auto; padding: 0 16px;"> | | <div class="cs-container"> |
| <!-- Hero Banner -->
| | |
| <div style="background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%); border-radius: 16px; margin: 32px 0; padding: 48px 32px; text-align: center; color: white; box-shadow: 0 8px 20px rgba(37, 99, 235, 0.15);"> | | <div class="cs-header"> |
| <div style="font-size: 2.5rem; font-weight: 700; margin: 0 0 16px 0;">ComputerScience.wiki</div> | | <h1 class="cs-title">ComputerScience.wiki</h1> |
| <div style="font-size: 1.2rem; max-width: 700px; margin: 0 auto;">Free computer science education for everyone</div> | | <p class="cs-subtitle">A free wiki to learn a bit of everything in IT</p> |
| </div> | | </div> |
|
| | |
| <!-- Search Bar -->
| | <div class="cs-search"> |
| <div style="max-width: 700px; margin: -24px auto 40px; position: relative; z-index: 5;"> | | <inputbox> |
| <div style="{{If dark|background-color: #111827; border: 1px solid #1f2937; color: #e5e7eb;|background-color: #ffffff; border: 1px solid #e5e7eb; color: #1f2937;}} border-radius: 12px; padding: 24px; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);"> | |
| <inputbox>
| |
| type=search | | type=search |
| width=100% | | width=100% |
| buttonlabel=Search | | buttonlabel=Search |
| break=no | | break=no |
| placeholder=Search courses and topics... | | placeholder=Search for topics, languages, frameworks, or concepts... |
| </inputbox> | | searchbuttonlabel=Search |
| | fulltext=0 |
| | id=cs-search-box |
| | </inputbox> |
| | </div> |
| | |
| | <div class="cs-section prog"> |
| | <div class="cs-section-header"> |
| | <h2 class="cs-section-title">💻 Programming & Development</h2> |
| </div> | | </div> |
| </div>
| | <div class="cs-grid"> |
|
| | <div class="cs-card"> |
| <!-- Explore Topics Section -->
| | <div class="cs-card-header"><h3 class="cs-card-title">Languages</h3></div> |
| <div style="margin: 48px 0;">
| | <div class="cs-card-body"> |
| <div style="font-size: 1.8rem; font-weight: 700; text-align: center; margin-bottom: 40px; {{If dark|color: #60a5fa;|color: #2563eb;}}">Explore Topics</div>
| | <ul class="cs-card-list"> |
|
| | <li>[[Programming/Python|Python]]</li> |
| <div style="display: grid; grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)); gap: 24px;">
| | <li>[[Programming/JavaScript|JavaScript]]</li> |
| <!-- Software Development -->
| | <li>[[Programming/Java|Java]]</li> |
| <div style="{{If dark|background-color: #111827; border: 1px solid #1f2937; color: #e5e7eb;|background-color: #ffffff; border: 1px solid #e5e7eb; color: #1f2937;}} border-radius: 12px; padding: 24px; transition: transform 0.3s; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);">
| | <li>[[Programming/C and CPP|C/C++]]</li> |
| <div style="display: flex; align-items: center; margin-top: 0; font-size: 1.2rem; font-weight: 700; {{If dark|color: #60a5fa;|color: #2563eb;}}">
| | <li>[[Programming/Go|Go]]</li> |
| <span style="display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 8px; margin-right: 12px; background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%); color: white; font-size: 1.2rem;">💻</span>
| | </ul> |
| Software Development | |
| </div> | | </div> |
| <div style="margin-top: 16px;"> | | <div class="cs-card-footer">[[Programming/All|View all languages →]]</div> |
| <div style="list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 16px;">
| | </div> |
| <div>[[Python|<span style="{{If dark|color: #d1d5db;|color: #4b5563;}} text-decoration: none; padding: 4px 0;">Python</span>]]</div>
| | |
| <div>[[Java|<span style="{{If dark|color: #d1d5db;|color: #4b5563;}} text-decoration: none; padding: 4px 0;">Java</span>]]</div>
| | <div class="cs-card"> |
| <div>[[C and C++|<span style="{{If dark|color: #d1d5db;|color: #4b5563;}} text-decoration: none; padding: 4px 0;">C/C++</span>]]</div> | | <div class="cs-card-header"><h3 class="cs-card-title">Software Engineering</h3></div> |
| <div>[[JavaScript|<span style="{{If dark|color: #d1d5db;|color: #4b5563;}} text-decoration: none; padding: 4px 0;">JavaScript</span>]]</div> | | <div class="cs-card-body"> |
| <div>[[Web Development|<span style="{{If dark|color: #d1d5db;|color: #4b5563;}} text-decoration: none; padding: 4px 0;">Web Dev</span>]]</div> | | <ul class="cs-card-list"> |
| <div>[[Mobile Development|<span style="{{If dark|color: #d1d5db;|color: #4b5563;}} text-decoration: none; padding: 4px 0;">Mobile</span>]]</div> | | <li>[[Software Engineering/Design Patterns|Design Patterns]]</li> |
| </div> | | <li>[[Software Engineering/System Design|System Design]]</li> |
| | <li>[[Software Engineering/Testing|Software Testing]]</li> |
| | <li>[[Software Engineering/Code Quality|Code Quality]]</li> |
| | </ul> |
| </div> | | </div> |
| | <div class="cs-card-footer">[[Software Engineering/All|View all software engineering →]]</div> |
| </div> | | </div> |
|
| | |
| <!-- Data Science --> | | <div class="cs-card"> |
| <div style="{{If dark|background-color: #111827; border: 1px solid #1f2937; color: #e5e7eb;|background-color: #ffffff; border: 1px solid #e5e7eb; color: #1f2937;}} border-radius: 12px; padding: 24px; transition: transform 0.3s; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);">
| | <div class="cs-card-header"><h3 class="cs-card-title">Web & Mobile</h3></div> |
| <div style="display: flex; align-items: center; margin-top: 0; font-size: 1.2rem; font-weight: 700; {{If dark|color: #60a5fa;|color: #2563eb;}}"> | | <div class="cs-card-body"> |
| <span style="display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 8px; margin-right: 12px; background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%); color: white; font-size: 1.2rem;">📊</span> | | <ul class="cs-card-list"> |
| Data Science | | <li>[[Web Development/Frontend|Frontend Technologies]]</li> |
| | <li>[[Web Development/Backend|Backend Technologies]]</li> |
| | <li>[[Web Development/Frameworks|Web Frameworks]]</li> |
| | <li>[[Mobile Development/Cross Platform|Cross-Platform]]</li> |
| | </ul> |
| </div> | | </div> |
| <div style="margin-top: 16px;"> | | <div class="cs-card-footer">[[Web Development/All|View all web & mobile →]]</div> |
| <div style="list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 16px;">
| | </div> |
| <div>[[Machine Learning|<span style="{{If dark|color: #d1d5db;|color: #4b5563;}} text-decoration: none; padding: 4px 0;">Machine Learning</span>]]</div>
| | </div> |
| <div>[[Data Analysis|<span style="{{If dark|color: #d1d5db;|color: #4b5563;}} text-decoration: none; padding: 4px 0;">Data Analysis</span>]]</div>
| | </div> |
| <div>[[Statistics|<span style="{{If dark|color: #d1d5db;|color: #4b5563;}} text-decoration: none; padding: 4px 0;">Statistics</span>]]</div>
| | |
| <div>[[Data Visualization|<span style="{{If dark|color: #d1d5db;|color: #4b5563;}} text-decoration: none; padding: 4px 0;">Visualization</span>]]</div> | | <div class="cs-section data"> |
| <div>[[Tableau|<span style="{{If dark|color: #d1d5db;|color: #4b5563;}} text-decoration: none; padding: 4px 0;">Tableau</span>]]</div> | | <div class="cs-section-header"> |
| <div>[[R Programming|<span style="{{If dark|color: #d1d5db;|color: #4b5563;}} text-decoration: none; padding: 4px 0;">R</span>]]</div> | | <h2 class="cs-section-title">🧠 Data Science & AI</h2> |
| </div> | | </div> |
| | <div class="cs-grid"> |
| | <div class="cs-card"> |
| | <div class="cs-card-header"><h3 class="cs-card-title">Data Science</h3></div> |
| | <div class="cs-card-body"> |
| | <ul class="cs-card-list"> |
| | <li>[[Data Science/Statistical Analysis|Statistical Analysis]]</li> |
| | <li>[[Data Science/Data Visualization|Data Visualization]]</li> |
| | <li>[[Data Science/Feature Engineering|Feature Engineering]]</li> |
| | <li>[[Data Science/Tableau|Tableau]]</li> |
| | </ul> |
| </div> | | </div> |
| | <div class="cs-card-footer">[[Data Science/All|View all data science →]]</div> |
| </div> | | </div> |
|
| |
|
| <!-- Big Data --> | | <div class="cs-card"> |
| <div style="{{If dark|background-color: #111827; border: 1px solid #1f2937; color: #e5e7eb;|background-color: #ffffff; border: 1px solid #e5e7eb; color: #1f2937;}} border-radius: 12px; padding: 24px; transition: transform 0.3s; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);">
| | <div class="cs-card-header"><h3 class="cs-card-title">Machine Learning</h3></div> |
| <div style="display: flex; align-items: center; margin-top: 0; font-size: 1.2rem; font-weight: 700; {{If dark|color: #60a5fa;|color: #2563eb;}}"> | | <div class="cs-card-body"> |
| <span style="display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 8px; margin-right: 12px; background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%); color: white; font-size: 1.2rem;">📈</span> | | <ul class="cs-card-list"> |
| Big Data | | <li>[[Machine Learning/Supervised Learning|Supervised Learning]]</li> |
| | <li>[[Machine Learning/Unsupervised Learning|Unsupervised Learning]]</li> |
| | <li>[[Machine Learning/Deep Learning|Deep Learning]]</li> |
| | </ul> |
| </div> | | </div> |
| <div style="margin-top: 16px;"> | | <div class="cs-card-footer">[[Machine Learning/All|View all ML topics →]]</div> |
| <div style="list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 16px;">
| | </div> |
| <div>[[Hadoop|<span style="{{If dark|color: #d1d5db;|color: #4b5563;}} text-decoration: none; padding: 4px 0;">Hadoop</span>]]</div>
| | |
| <div>[[Spark|<span style="{{If dark|color: #d1d5db;|color: #4b5563;}} text-decoration: none; padding: 4px 0;">Spark</span>]]</div>
| | <div class="cs-card"> |
| <div>[[Cloudera|<span style="{{If dark|color: #d1d5db;|color: #4b5563;}} text-decoration: none; padding: 4px 0;">Cloudera</span>]]</div>
| | <div class="cs-card-header"><h3 class="cs-card-title">Artificial Intelligence</h3></div> |
| <div>[[Snowflake|<span style="{{If dark|color: #d1d5db;|color: #4b5563;}} text-decoration: none; padding: 4px 0;">Snowflake</span>]]</div>
| | <div class="cs-card-body"> |
| <div>[[Data Warehousing|<span style="{{If dark|color: #d1d5db;|color: #4b5563;}} text-decoration: none; padding: 4px 0;">Data Warehousing</span>]]</div> | | <ul class="cs-card-list"> |
| <div>[[NoSQL|<span style="{{If dark|color: #d1d5db;|color: #4b5563;}} text-decoration: none; padding: 4px 0;">NoSQL</span>]]</div> | | <li>[[Artificial Intelligence/NLP|Natural Language Proc.]]</li> |
| </div> | | <li>[[Artificial Intelligence/Computer Vision|Computer Vision]]</li> |
| | <li>[[Artificial Intelligence/Generative AI|Generative AI]]</li> |
| | </ul> |
| </div> | | </div> |
| | <div class="cs-card-footer">[[Artificial Intelligence/All|View all AI topics →]]</div> |
| </div> | | </div> |
|
| | </div> |
| <!-- Networking -->
| | </div> |
| <div style="{{If dark|background-color: #111827; border: 1px solid #1f2937; color: #e5e7eb;|background-color: #ffffff; border: 1px solid #e5e7eb; color: #1f2937;}} border-radius: 12px; padding: 24px; transition: transform 0.3s; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);"> | | |
| <div style="display: flex; align-items: center; margin-top: 0; font-size: 1.2rem; font-weight: 700; {{If dark|color: #60a5fa;|color: #2563eb;}}"> | | <div class="cs-section db"> |
| <span style="display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 8px; margin-right: 12px; background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%); color: white; font-size: 1.2rem;">🌐</span>
| | <div class="cs-section-header"> |
| Networking | | <h2 class="cs-section-title">🗄️ Databases</h2> |
| | </div> |
| | <div class="cs-grid"> |
| | <div class="cs-card"> |
| | <div class="cs-card-header"><h3 class="cs-card-title">SQL Systems</h3></div> |
| | <div class="cs-card-body"> |
| | <ul class="cs-card-list"> |
| | <li>[[Databases/PostgreSQL|PostgreSQL]]</li> |
| | <li>[[Databases/MySQL|MySQL]]</li> |
| | <li>[[Databases/SQL|SQL Optimization]]</li> |
| | </ul> |
| </div> | | </div> |
| <div style="margin-top: 16px;"> | | <div class="cs-card-footer">[[Databases/All|View all →]]</div> |
| <div style="list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 16px;">
| | </div> |
| <div>[[Network Protocols|<span style="{{If dark|color: #d1d5db;|color: #4b5563;}} text-decoration: none; padding: 4px 0;">Protocols</span>]]</div>
| | |
| <div>[[Network Architecture|<span style="{{If dark|color: #d1d5db;|color: #4b5563;}} text-decoration: none; padding: 4px 0;">Architecture</span>]]</div>
| | <div class="cs-card"> |
| <div>[[Cloud Networking|<span style="{{If dark|color: #d1d5db;|color: #4b5563;}} text-decoration: none; padding: 4px 0;">Cloud</span>]]</div>
| | <div class="cs-card-header"><h3 class="cs-card-title">NoSQL</h3></div> |
| <div>[[Network Security|<span style="{{If dark|color: #d1d5db;|color: #4b5563;}} text-decoration: none; padding: 4px 0;">Security</span>]]</div>
| | <div class="cs-card-body"> |
| <div>[[Wireless Networks|<span style="{{If dark|color: #d1d5db;|color: #4b5563;}} text-decoration: none; padding: 4px 0;">Wireless</span>]]</div> | | <ul class="cs-card-list"> |
| <div>[[SDN|<span style="{{If dark|color: #d1d5db;|color: #4b5563;}} text-decoration: none; padding: 4px 0;">SDN</span>]]</div> | | <li>[[Databases/MongoDB|MongoDB]]</li> |
| </div> | | <li>[[Databases/Redis|Redis]]</li> |
| | <li>[[Databases/DynamoDB|DynamoDB]]</li> |
| | </ul> |
| </div> | | </div> |
| | <div class="cs-card-footer">[[Databases/NoSQL/All|View all NoSQL →]]</div> |
| </div> | | </div> |
|
| | |
| <!-- Cybersecurity --> | | <div class="cs-card"> |
| <div style="{{If dark|background-color: #111827; border: 1px solid #1f2937; color: #e5e7eb;|background-color: #ffffff; border: 1px solid #e5e7eb; color: #1f2937;}} border-radius: 12px; padding: 24px; transition: transform 0.3s; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);">
| | <div class="cs-card-header"><h3 class="cs-card-title">Data Engineering</h3></div> |
| <div style="display: flex; align-items: center; margin-top: 0; font-size: 1.2rem; font-weight: 700; {{If dark|color: #60a5fa;|color: #2563eb;}}"> | | <div class="cs-card-body"> |
| <span style="display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 8px; margin-right: 12px; background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%); color: white; font-size: 1.2rem;">🔒</span> | | <ul class="cs-card-list"> |
| Cybersecurity | | <li>[[Data Engineering/ETL|ETL Pipelines]]</li> |
| | <li>[[Data Engineering/Big Data|Big Data]]</li> |
| | <li>[[Data Engineering/Streaming|Streaming]]</li> |
| | </ul> |
| </div> | | </div> |
| <div style="margin-top: 16px;"> | | <div class="cs-card-footer">[[Data Engineering/All|View Data Eng →]]</div> |
| <div style="list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 16px;">
| | </div> |
| <div>[[Cryptography|<span style="{{If dark|color: #d1d5db;|color: #4b5563;}} text-decoration: none; padding: 4px 0;">Cryptography</span>]]</div>
| | </div> |
| <div>[[Penetration Testing|<span style="{{If dark|color: #d1d5db;|color: #4b5563;}} text-decoration: none; padding: 4px 0;">Pen Testing</span>]]</div>
| | </div> |
| <div>[[Security Frameworks|<span style="{{If dark|color: #d1d5db;|color: #4b5563;}} text-decoration: none; padding: 4px 0;">Frameworks</span>]]</div>
| | |
| <div>[[Malware Analysis|<span style="{{If dark|color: #d1d5db;|color: #4b5563;}} text-decoration: none; padding: 4px 0;">Malware</span>]]</div>
| | <div class="cs-section inf"> |
| <div>[[Identity Management|<span style="{{If dark|color: #d1d5db;|color: #4b5563;}} text-decoration: none; padding: 4px 0;">Identity</span>]]</div> | | <div class="cs-section-header"> |
| <div>[[Security Operations|<span style="{{If dark|color: #d1d5db;|color: #4b5563;}} text-decoration: none; padding: 4px 0;">SecOps</span>]]</div> | | <h2 class="cs-section-title">☁️ Cloud & Infrastructure</h2> |
| </div> | | </div> |
| | <div class="cs-grid"> |
| | <div class="cs-card"> |
| | <div class="cs-card-header"><h3 class="cs-card-title">Cloud Architecture</h3></div> |
| | <div class="cs-card-body"> |
| | <ul class="cs-card-list"> |
| | <li>[[Cloud/Architecture|Architecture Patterns]]</li> |
| | <li>[[Cloud/SaaS|SaaS / PaaS / IaaS]]</li> |
| | <li>[[Cloud/Serverless|Serverless]]</li> |
| | </ul> |
| </div> | | </div> |
| | <div class="cs-card-footer">[[Cloud/All|View all cloud →]]</div> |
| </div> | | </div> |
|
| | |
| <!-- CS Fundamentals --> | | <div class="cs-card"> |
| <div style="{{If dark|background-color: #111827; border: 1px solid #1f2937; color: #e5e7eb;|background-color: #ffffff; border: 1px solid #e5e7eb; color: #1f2937;}} border-radius: 12px; padding: 24px; transition: transform 0.3s; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);">
| | <div class="cs-card-header"><h3 class="cs-card-title">Providers</h3></div> |
| <div style="display: flex; align-items: center; margin-top: 0; font-size: 1.2rem; font-weight: 700; {{If dark|color: #60a5fa;|color: #2563eb;}}"> | | <div class="cs-card-body"> |
| <span style="display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 8px; margin-right: 12px; background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%); color: white; font-size: 1.2rem;">🧩</span> | | <ul class="cs-card-list"> |
| CS Fundamentals | | <li>[[Cloud/AWS|AWS]]</li> |
| | <li>[[Cloud/Azure|Azure]]</li> |
| | <li>[[Cloud/GCP|Google Cloud]]</li> |
| | </ul> |
| </div> | | </div> |
| <div style="margin-top: 16px;"> | | <div class="cs-card-footer">[[Cloud/Providers/All|View all providers →]]</div> |
| <div style="list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 16px;">
| | </div> |
| <div>[[Algorithms|<span style="{{If dark|color: #d1d5db;|color: #4b5563;}} text-decoration: none; padding: 4px 0;">Algorithms</span>]]</div>
| | |
| <div>[[Data Structures|<span style="{{If dark|color: #d1d5db;|color: #4b5563;}} text-decoration: none; padding: 4px 0;">Data Structures</span>]]</div>
| | <div class="cs-card"> |
| <div>[[Theory of Computation|<span style="{{If dark|color: #d1d5db;|color: #4b5563;}} text-decoration: none; padding: 4px 0;">Computation</span>]]</div>
| | <div class="cs-card-header"><h3 class="cs-card-title">DevOps</h3></div> |
| <div>[[Operating Systems|<span style="{{If dark|color: #d1d5db;|color: #4b5563;}} text-decoration: none; padding: 4px 0;">OS</span>]]</div>
| | <div class="cs-card-body"> |
| <div>[[Compilers|<span style="{{If dark|color: #d1d5db;|color: #4b5563;}} text-decoration: none; padding: 4px 0;">Compilers</span>]]</div> | | <ul class="cs-card-list"> |
| <div>[[Computer Architecture|<span style="{{If dark|color: #d1d5db;|color: #4b5563;}} text-decoration: none; padding: 4px 0;">Architecture</span>]]</div> | | <li>[[DevOps/CI CD|CI/CD Pipelines]]</li> |
| </div> | | <li>[[DevOps/Docker|Docker & Containers]]</li> |
| | <li>[[DevOps/Kubernetes|Kubernetes]]</li> |
| | </ul> |
| </div> | | </div> |
| | <div class="cs-card-footer">[[DevOps/All|View all DevOps →]]</div> |
| </div> | | </div> |
| </div> | | </div> |
| </div> | | </div> |
|
| | |
| <!-- Featured Courses Section --> | | <div class="cs-section fund"> |
| <div style="margin: 64px 0;">
| | <div class="cs-section-header"> |
| <div style="font-size: 1.8rem; font-weight: 700; text-align: center; margin-bottom: 40px; {{If dark|color: #60a5fa;|color: #2563eb;}}">Featured Courses</div>
| | <h2 class="cs-section-title">🎓 CS Fundamentals</h2> |
| | | </div> |
| <div style="display: grid; grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)); gap: 24px;"> | | <div class="cs-grid"> |
| <!-- Python Course --> | | <div class="cs-card"> |
| <div style="{{If dark|background-color: #111827; border: 1px solid #1f2937; color: #e5e7eb;|background-color: #ffffff; border: 1px solid #e5e7eb; color: #1f2937;}} border-radius: 12px; overflow: hidden; display: flex; flex-direction: column; height: 100%; transition: transform 0.3s; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);">
| | <div class="cs-card-header"><h3 class="cs-card-title">Algorithms</h3></div> |
| <div style="height: 180px; background: linear-gradient(135deg, #4B6EAD 0%, #306998 100%); display: flex; align-items: center; justify-content: center; color: white; font-size: 1.8rem; font-weight: 700;">Python</div>
| | <div class="cs-card-body"> |
| <div style="padding: 24px; display: flex; flex-direction: column; flex: 1;"> | | <ul class="cs-card-list"> |
| <div style="margin-top: 0; {{If dark|color: #60a5fa;|color: #2563eb;}} font-size: 1.4rem; font-weight: 700;">Python Programming</div> | | <li>[[Computer Science/Algorithms|Algorithms]]</li> |
| <div style="margin: 16px 0 24px; {{If dark|color: #9ca3af;|color: #6b7280;}} flex: 1;">From basics to advanced concepts - master Python with practical examples and hands-on projects for all skill levels.</div>
| | <li>[[Computer Science/Data Structures|Data Structures]]</li> |
| <div>
| | <li>[[Computer Science/Big O|Complexity]]</li> |
| [[Python Course|<span style="display: inline-block; padding: 10px 20px; text-decoration: none; border-radius: 6px; font-weight: 500; {{If dark|background-color: #3b82f6;|background-color: #2563eb;}} color: white;">Start Learning →</span>]]
| | </ul> |
| </div> | |
| </div> | | </div> |
| | <div class="cs-card-footer">[[Computer Science/Algorithms/All|View all →]]</div> |
| </div> | | </div> |
|
| | |
| <!-- Algorithms Course --> | | <div class="cs-card"> |
| <div style="{{If dark|background-color: #111827; border: 1px solid #1f2937; color: #e5e7eb;|background-color: #ffffff; border: 1px solid #e5e7eb; color: #1f2937;}} border-radius: 12px; overflow: hidden; display: flex; flex-direction: column; height: 100%; transition: transform 0.3s; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);">
| | <div class="cs-card-header"><h3 class="cs-card-title">Architecture</h3></div> |
| <div style="height: 180px; background: linear-gradient(135deg, #FF6B6B 0%, #E63946 100%); display: flex; align-items: center; justify-content: center; color: white; font-size: 1.8rem; font-weight: 700;">Algorithms</div>
| | <div class="cs-card-body"> |
| <div style="padding: 24px; display: flex; flex-direction: column; flex: 1;"> | | <ul class="cs-card-list"> |
| <div style="margin-top: 0; {{If dark|color: #60a5fa;|color: #2563eb;}} font-size: 1.4rem; font-weight: 700;">Data Structures & Algorithms</div> | | <li>[[Computer Science/Computer Architecture|Computer Architecture]]</li> |
| <div style="margin: 16px 0 24px; {{If dark|color: #9ca3af;|color: #6b7280;}} flex: 1;">Essential CS fundamentals for interviews and problem-solving with interactive challenges and visual explanations.</div>
| | <li>[[Computer Science/Digital Systems|Digital Systems]]</li> |
| <div>
| | </ul> |
| [[Algorithms Course|<span style="display: inline-block; padding: 10px 20px; text-decoration: none; border-radius: 6px; font-weight: 500; {{If dark|background-color: #3b82f6;|background-color: #2563eb;}} color: white;">Start Learning →</span>]]
| |
| </div> | |
| </div> | | </div> |
| | <div class="cs-card-footer">[[Computer Science/Architecture/All|View all →]]</div> |
| </div> | | </div> |
|
| | |
| <!-- Web Development Course --> | | <div class="cs-card"> |
| <div style="{{If dark|background-color: #111827; border: 1px solid #1f2937; color: #e5e7eb;|background-color: #ffffff; border: 1px solid #e5e7eb; color: #1f2937;}} border-radius: 12px; overflow: hidden; display: flex; flex-direction: column; height: 100%; transition: transform 0.3s; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);">
| | <div class="cs-card-header"><h3 class="cs-card-title">Theory</h3></div> |
| <div style="height: 180px; background: linear-gradient(135deg, #38BDF8 0%, #0EA5E9 100%); display: flex; align-items: center; justify-content: center; color: white; font-size: 1.8rem; font-weight: 700;">Web Development</div>
| | <div class="cs-card-body"> |
| <div style="padding: 24px; display: flex; flex-direction: column; flex: 1;"> | | <ul class="cs-card-list"> |
| <div style="margin-top: 0; {{If dark|color: #60a5fa;|color: #2563eb;}} font-size: 1.4rem; font-weight: 700;">Modern Web Development</div> | | <li>[[Computer Science/Theory/Discrete Mathematics|Discrete Math]]</li> |
| <div style="margin: 16px 0 24px; {{If dark|color: #9ca3af;|color: #6b7280;}} flex: 1;">Build responsive, interactive websites with the latest web technologies, frameworks, and best practices.</div>
| | <li>[[Computer Science/Theory/Complexity|Complexity Theory]]</li> |
| <div>
| | </ul> |
| [[Web Development Course|<span style="display: inline-block; padding: 10px 20px; text-decoration: none; border-radius: 6px; font-weight: 500; {{If dark|background-color: #3b82f6;|background-color: #2563eb;}} color: white;">Start Learning →</span>]]
| |
| </div> | |
| </div> | | </div> |
| | <div class="cs-card-footer">[[Computer Science/Theory/All|View all →]]</div> |
| </div> | | </div> |
| </div> | | </div> |
| </div> | | </div> |
|
| |
| <!-- Join Community Section -->
| |
| <div style="background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%); border-radius: 16px; padding: 48px 32px; margin: 64px 0; text-align: center; color: white; box-shadow: 0 8px 24px rgba(37, 99, 235, 0.2);">
| |
| <div style="font-size: 2rem; font-weight: 700; margin-top: 0; margin-bottom: 16px; color: white;">Join Our Community</div>
| |
| <div style="font-size: 1.1rem; max-width: 700px; margin: 0 auto 32px;">Help us build a comprehensive resource for computer science education. Share your knowledge and expertise with learners worldwide.</div>
| |
| <div style="display: flex; justify-content: center; gap: 16px; flex-wrap: wrap;">
| |
| [[Help:Contributing|<span style="display: inline-block; padding: 12px 24px; background-color: white; color: #2563eb; text-decoration: none; border-radius: 8px; font-weight: 600; font-size: 1.05rem; transition: transform 0.15s;">How to Contribute</span>]]
| |
| [[Project:Guidelines|<span style="display: inline-block; padding: 12px 24px; background-color: rgba(255, 255, 255, 0.15); color: white; text-decoration: none; border-radius: 8px; font-weight: 600; font-size: 1.05rem; transition: transform 0.15s;">Content Guidelines</span>]]
| |
| </div>
| |
| </div>
| |
|
| |
| <!-- About Section -->
| |
| <div style="{{If dark|background-color: #111827; border: 1px solid #1f2937; color: #e5e7eb;|background-color: #ffffff; border: 1px solid #e5e7eb; color: #1f2937;}} border-radius: 12px; padding: 32px; margin: 64px 0; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);">
| |
| <div style="font-size: 1.5rem; font-weight: 700; margin-top: 0; margin-bottom: 16px; {{If dark|color: #60a5fa;|color: #2563eb;}}">About ComputerScience.wiki</div>
| |
| <div style="font-size: 1.05rem; line-height: 1.7; margin: 0;">ComputerScience.wiki is a free, open-source educational platform dedicated to providing high-quality computer science resources for everyone. Our content is created by a community of educators, students, and professionals passionate about computer science education.</div>
| |
| </div>
| |
| </div>
| |
|
| |
|
| == Explore Topics == | | <div class="cs-section comm"> |
| | <div class="cs-grid"> |
| | <div class="cs-card"> |
| | <div class="cs-card-header"><h3 class="cs-card-title">Getting Started</h3></div> |
| | <div class="cs-card-body"> |
| | <ul class="cs-card-list"> |
| | <li>[[Help:Getting Started|New User Guide]]</li> |
| | <li>[[Help:Editing|How to Edit]]</li> |
| | <li>[[Special:RecentChanges|Recent Changes]]</li> |
| | </ul> |
| | </div> |
| | </div> |
|
| |
|
| === Software Development === | | <div class="cs-card"> |
| * [[Python|Python]]
| | <div class="cs-card-header"><h3 class="cs-card-title">About Us</h3></div> |
| * [[Java|Java]]
| | <div class="cs-card-body"> |
| * [[C and C++|C/C++]]
| | <ul class="cs-card-list"> |
| * [[JavaScript|JavaScript]]
| | <li>[[Project:Contact|Contact us]]</li> |
| * [[Web Development|Web Dev]]
| | <li>[[Project:About|About the Wiki]]</li> |
| * [[Mobile Development|Mobile]]
| | </ul> |
| | </div> |
| | </div> |
|
| |
|
| === Data Science === | | <div class="cs-card"> |
| * [[Machine Learning|Machine Learning]]
| | <div class="cs-card-header"><h3 class="cs-card-title">Wiki Statistics</h3></div> |
| * [[Data Analysis|Data Analysis]]
| | <div class="cs-card-body"> |
| * [[Statistics|Statistics]]
| | <ul class="cs-card-list"> |
| * [[Data Visualization|Visualization]]
| | <li>Articles: [[Special:Statistics|{{NUMBEROFARTICLES}}]]</li> |
| * [[Tableau|Tableau]]
| | <li>Active users: [[Special:Statistics|{{NUMBEROFACTIVEUSERS}}]]</li> |
| * [[R Programming|R]]
| | </ul> |
| | </div> |
| | </div> |
| | </div> |
| | </div> |
|
| |
|
| === Big Data ===
| | </div> |
| * [[Hadoop|Hadoop]]
| | __NOTOC____NOEDITSECTION__ |
| * [[Spark|Spark]]
| |
| * [[Cloudera|Cloudera]]
| |
| * [[Snowflake|Snowflake]]
| |
| * [[Data Warehousing|Data Warehousing]]
| |
| * [[NoSQL|NoSQL]]
| |
| | |
| === Networking ===
| |
| * [[Network Protocols|Protocols]]
| |
| * [[Network Architecture|Architecture]]
| |
| * [[Cloud Networking|Cloud]]
| |
| * [[Network Security|Security]]
| |
| * [[Wireless Networks|Wireless]]
| |
| * [[SDN|SDN]]
| |
| | |
| === Cybersecurity ===
| |
| * [[Cryptography|Cryptography]]
| |
| * [[Penetration Testing|Pen Testing]]
| |
| * [[Security Frameworks|Frameworks]]
| |
| * [[Malware Analysis|Malware]]
| |
| * [[Identity Management|Identity]]
| |
| * [[Security Operations|SecOps]]
| |
| | |
| === CS Fundamentals ===
| |
| * [[Algorithms|Algorithms]]
| |
| * [[Data Structures|Data Structures]]
| |
| * [[Theory of Computation|Computation]]
| |
| * [[Operating Systems|OS]]
| |
| * [[Compilers|Compilers]]
| |
| * [[Computer Architecture|Architecture]]
| |
| | |
| == Featured Courses ==
| |
| | |
| '''Python Programming'''
| |
| From basics to advanced concepts - master Python with practical examples and hands-on projects for all skill levels.
| |
| [[Python Course|Start Learning →]]
| |
| | |
| '''Data Structures & Algorithms'''
| |
| Essential CS fundamentals for interviews and problem-solving with interactive challenges and visual explanations.
| |
| [[Algorithms Course|Start Learning →]]
| |
| | |
| '''Modern Web Development'''
| |
| Build responsive, interactive websites with the latest web technologies, frameworks, and best practices.
| |
| [[Web Development Course|Start Learning →]]
| |
| | |
| == Join Our Community ==
| |
| Help us build a comprehensive resource for computer science education. Share your knowledge and expertise with learners worldwide.
| |
| | |
| [[Help:Contributing|How to Contribute]] | [[Project:Guidelines|Content Guidelines]]
| |
| | |
| == About ComputerScience.wiki ==
| |
| ComputerScience.wiki is a free, open-source educational platform dedicated to providing high-quality computer science resources for everyone. Our content is created by a community of educators, students, and professionals passionate about computer science education.
| |