|
1 | | -# Welcome to Your Code Book! |
| 1 | +## Welcome to Your Code Book! |
2 | 2 | - Dive into the world of programming and technology with this comprehensive code book! Whether you’re a seasoned developer or just starting out, you'll find a wealth of information organized for easy access. From programming languages that power applications to the operating systems and kernels that form the backbone of our devices, this book is your go-to resource. Let’s embark on a journey of learning, discovery, and creativity! |
3 | 3 | - |
4 | | -- |
5 | 4 | - ## Programming Languages |
6 | 5 | - |
7 | 6 | - [[Python]] :- A beginner-friendly language known for its readability and extensive libraries. |
|
12 | 11 | - |
13 | 12 | - [[C++]] :- An extension of C that adds object-oriented features, often used in system/software development and game programming(unreal Engine). |
14 | 13 | - |
15 | | - - [[C#]] :- A modern, object-oriented language built for simplicity, used in web, desktop, and game development (especially with .NET and Unity). |
| 14 | + - [[CSharp]] :- A modern, object-oriented language built for simplicity, used in web, desktop, and game development (especially with .NET and Unity). |
16 | 15 | - |
17 | 16 | - [[Go]] :- A statically typed language developed by Google, known for its performance and simplicity in building scalable applications. |
18 | 17 | - |
|
83 | 82 | - [[Zig]]: A systems programming language that aims to replace C with a focus on simplicity, performance, and safety. |
84 | 83 | - |
85 | 84 | - ## Databases |
| 85 | + collapsed:: true |
86 | 86 | - [[MySQL]] : One of the most widely used open-source relational database management systems (RDBMS), especially in web applications. |
87 | 87 | - |
88 | 88 | - [[PostgreSQL]] : An advanced, open-source relational database that emphasizes extensibility, SQL compliance, and performance. |
|
96 | 96 | - [[Microsoft SQL Server]] : A relational database management system developed by Microsoft, often used in enterprise environments. |
97 | 97 | - |
98 | 98 | - ## APIs & Query Languages |
| 99 | + collapsed:: true |
99 | 100 | - [[GraphQL]] - **GraphQL** is a query language for APIs and a runtime for executing those queries with your existing data. It was developed by **Facebook** and offers a more flexible and efficient alternative to REST APIs. |
100 | 101 | - |
101 | 102 | - ## CMS (Content Management Systems) |
| 103 | + collapsed:: true |
102 | 104 | - [[WordPress]] :- A widely used, open-source CMS known for its ease of use, vast theme/plugin ecosystem, and flexibility for building various websites from blogs to e-commerce stores. |
103 | 105 | - |
104 | 106 | - [[Joomla]] :- A flexible and powerful CMS that allows for the creation of complex websites with various extensions and templates. |
|
120 | 122 | - [[TYPO3]] :- A scalable, open-source CMS suitable for both small businesses and large enterprise-level websites, offering powerful content management and flexibility. |
121 | 123 | - |
122 | 124 | - ## SaaS ( Software as Service) |
| 125 | + collapsed:: true |
123 | 126 | - [[Shopify]] - it is a **hosted e-commerce platform** that includes **some CMS-like features**. |
124 | 127 | - |
125 | 128 | - ## Operating Systems & Kernels |
| 129 | + collapsed:: true |
126 | 130 | - ## Linux |
127 | 131 | - [[Kali Linux]] :- A Debian-based distribution designed for penetration testing and cybersecurity professionals, featuring numerous security tools. |
128 | 132 | - |
|
143 | 147 | - ## Windows |
144 | 148 | - |
145 | 149 | - ## Frameworks, Libraries Common Elements |
| 150 | + collapsed:: true |
146 | 151 | - You Can find particular lib & Frameworks in that programing page |
147 | 152 | - [[Api]] - You can find specific APIs and related documentation on the respective programming language or framework page. |
148 | 153 | - |
149 | 154 | - ## Data Structures , Algorithms & OOP |
| 155 | + collapsed:: true |
150 | 156 | - [[DSA , Algo & System Design]]: The study of organizing and manipulating data efficiently, focusing on fundamental structures like arrays, linked lists, stacks, queues, trees, and graphs, as well as algorithms for searching, sorting, and optimization. |
151 | 157 | - |
152 | 158 | - ## DevOps & CI/CD |
| 159 | + collapsed:: true |
153 | 160 | - ## DevOps Concepts |
154 | 161 | - [[Collaboration & Communication]]: Emphasizes enhanced communication between development and operations teams to improve the software development lifecycle (SDLC). |
155 | 162 | - |
|
250 | 257 | - [[Asana]]: A task and project management tool used for tracking work, collaborating with teams, and ensuring smooth project delivery. |
251 | 258 | - |
252 | 259 | - ## Cybersecurity |
| 260 | + collapsed:: true |
253 | 261 | - [[Cybersecurity]] - This page contains DevOps Concepts |
254 | 262 | - |
255 | 263 | - ## Game Development & Graphics |
|
261 | 269 | - ### Game Engines |
262 | 270 | - [[Godot]] :- Open-source engine supporting GDScript, C#, and C++. Full A-Z reference: scenes, physics, animation, shaders, networking, GDExtension. |
263 | 271 | - [[Unity]] :- Cross-platform engine for 2D and 3D games, widely used in indie and professional studios. Scripted in C#. |
264 | | - - [[Unreal Engine]] :- High-fidelity 3D engine by Epic Games, used in AAA titles and real-time visualization. Powered by C++ and Blueprints. |
| 272 | + - [[Unreal Engine]] :- High-fidelity 3D engine by Epic Games. Full A-Z reference: Blueprints, C++, GAS, Nanite, Lumen, networking, AI, UMG, Niagara, Sequencer. |
265 | 273 | - [[Bevy]] :- Data-driven game engine built in Rust, focused on ECS architecture. |
266 | 274 | - [[Fyrox]] :- Feature-rich 3D/2D game engine written in Rust with a built-in scene editor. |
267 | 275 | - [[NcEngine]] :- Lightweight 3D game engine written in modern C++ and Vulkan. |
|
279 | 287 | - |
280 | 288 | - ## Software Information |
281 | 289 | id:: 6722a764-cba3-430a-805a-3a2746eb9e3f |
| 290 | + collapsed:: true |
282 | 291 | - [[Software]] - This page showcases all types of software, categorized by their functionality and purpose. |
283 | 292 | - |
284 | 293 | - # Free Books |
|
0 commit comments