Knowledge-Web is a personal website and open-source project by vladyslav-tkachov, dedicated to sharing concise, well-structured mini-guides on a wide range of technical and programming topics.
The site currently includes the following sections:
-
Home
- A welcoming landing page with links to all available guides.
-
Languages
- Mini-guides covering essential programming and scripting languages:
- HTML
- CSS
- JavaScript
- C#
- Python
- MQL
- Mini-guides covering essential programming and scripting languages:
-
General
- Technical guides for everyday development topics:
- Git & Version Control
- Command Line Essentials
- Regular Expressions (Regex)
- Technical Documentation
- IDEs
- Technical guides for everyday development topics:
-
RPA (Robotic Process Automation)
- Focused guides on RPA concepts and tools:
- Introduction to RPA
- UiPath
- Selenium
- Postman
- Focused guides on RPA concepts and tools:
- Mini-Guides: Each topic is broken down into an easily digestible HTML guide with conceptual notes, key commands, and examples.
- Code Examples: Practical code snippets are provided for reference and quick learning.
- Best Practices: Many guides include best-practice recommendations for workflow and code quality.
- Expanding Library: New guides and topics are added over time as the site evolves.
- Open Source: Contributions and suggestions are welcome.
You can view the Knowledge-Web site live at:
https://vladyslav-tkachov.github.io/Knowledge-Web/index.html
To run or contribute locally:
- Clone the repository:
git clone https://github.com/vladyslav-tkachov/Knowledge-Web.git
- Open
index.html
in your web browser to explore the guides.
Suggestions, corrections, and PRs for new guides are welcome!
Please open an issue or pull request if you want to contribute or improve an existing guide.
This project is licensed under the MIT License.
Happy Learning!