Skip to content

Commit

Permalink
Add description roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonavichus committed Jul 13, 2024
1 parent f7d7a09 commit b15f57a
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 22 deletions.
52 changes: 33 additions & 19 deletions Knowledge base/README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,33 @@
## Roadmap

#### [Linux](https://roadmap.sh/linux)
- [NixOS](https://nixos.org/)
- [Hyprland](https://hyprland.org/)
#### Basics of programming
- [Data Structures & Algorithms](https://roadmap.sh/datastructures-and-algorithms)
- [Software Architect](https://roadmap.sh/software-architect)
- [Software Design and Architecture](https://roadmap.sh/software-design-architecture)
#### [Git](https://git-scm.com/doc)
#### [Backend Developer](https://roadmap.sh/backend)
- [Go](https://roadmap.sh/golang)
- [PostgreSQL](https://roadmap.sh/postgresql-dba)
#### [Flutter](https://roadmap.sh/flutter)
- [Bloc](https://github.com/felangel/bloc)
- [Drift](https://drift.simonbinder.eu/)
#### [Android](https://roadmap.sh/android)
#### [Docker](https://roadmap.sh/docker)
#### [Rust](https://roadmap.sh/rust)
# Roadmap

### Linux
- **[Linux Roadmap:](https://roadmap.sh/linux)** This roadmap provides a comprehensive guide to mastering Linux, covering essential topics like command-line basics, system administration, networking, and security.
- **[NixOS:](https://nixos.org/)** NixOS is a unique Linux distribution built on top of the Nix package manager, known for its declarative configuration model and reliable system upgrades.
- **[Hyprland:](https://hyprland.org/)** Hyprland is a dynamic tiling Wayland compositor that aims to provide a customizable and efficient desktop experience for Linux users.

### Basics of Programming
- **[Data Structures & Algorithms:](https://roadmap.sh/datastructures-and-algorithms)** A roadmap covering the essential data structures and algorithms needed for programming.
- **[Software Architect:](https://roadmap.sh/software-architect)** A guide to developing the skills and knowledge required to become a successful software architect.
- **[Software Design and Architecture:](https://roadmap.sh/software-design-architecture)** A step-by-step guide to software design and architecture.

### Git
- **[Git Documentation:](https://git-scm.com/doc)** The official Git documentation, providing a comprehensive description of commands and features for this version control system.

### Backend Developer
- **[Backend Roadmap:](https://roadmap.sh/backend)** A roadmap for learning and becoming a backend developer, including technologies and skills.
- **[Go Roadmap:](https://roadmap.sh/golang)** This roadmap provides a path to mastering Go (Golang), a statically typed, compiled programming language designed for simplicity and efficiency.
- **[PostgreSQL Roadmap:](https://roadmap.sh/postgresql-dba)** A step-by-step guide to learning PostgreSQL and becoming a database administrator.

### Flutter
- **[Flutter Roadmap:](https://roadmap.sh/flutter)** A roadmap for learning Flutter, a framework for cross-platform application development.
- **[Bloc:](https://github.com/felangel/bloc)** Guides and resources for using the Bloc library to manage state in Flutter applications.
- **[Drift:](https://drift.simonbinder.eu/)** Documentation and examples for using Drift, a database library for Flutter.

### Android
- **[Android Roadmap:](https://roadmap.sh/android)** A roadmap for learning Android application development, covering all necessary technologies and tools.

### Docker
- **[Docker Roadmap:](https://roadmap.sh/docker)** A step-by-step guide to learning Docker, a platform for automating application deployment in containers.

### Rust
- **[Rust Roadmap:](https://roadmap.sh/rust)** A roadmap for learning the Rust programming language, known for its safety and performance.
6 changes: 3 additions & 3 deletions Projects/DARK NIGHT/ToDark/ToDark.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

#### **Tasks:**

- [ ] Fix permission issues
- [ ] Internet
- [ ] READ_EXTERNAL_STORAGE
- [x] Fix permission issues
- [x] Internet
- [x] READ_EXTERNAL_STORAGE
- [ ] Add a widget
- [ ] Add recurring notifications
- [ ] Add recursive tasks
Expand Down

0 comments on commit b15f57a

Please sign in to comment.