mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-28 19:49:50 +02:00
chore: update roadmap content json (#8995)
Co-authored-by: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
70dac4377e
commit
48d33e87cf
@@ -926,21 +926,10 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"4ZbGj54WR5iuk0V8X_cpL": {
|
||||
"remote-config@4ZbGj54WR5iuk0V8X_cpL.md": {
|
||||
"title": "Remote Config",
|
||||
"description": "Firebase Remote Config, accessed in Flutter via the `firebase_remote_config` plugin, enables dynamic app behavior and appearance changes without app updates. This involves adding the plugin, initializing the service, defining default parameter values in the console or code, fetching and retrieving remote parameters, and updating those parameters either through the console or by activating fetched values, allowing for A/B testing and feature control.\n\nLearn more from the following:",
|
||||
"links": [
|
||||
{
|
||||
"title": "Remote Config",
|
||||
"url": "https://firebase.google.com/docs/remote-config",
|
||||
"type": "article"
|
||||
},
|
||||
{
|
||||
"title": "Firebase Remote Config",
|
||||
"url": "https://www.youtube.com/watch?v=34ExOdNEMXI",
|
||||
"type": "video"
|
||||
}
|
||||
]
|
||||
"description": "",
|
||||
"links": []
|
||||
},
|
||||
"bVeHBEoR_4kfPsEHmVYbp": {
|
||||
"title": "Cloud Functions",
|
||||
@@ -1933,4 +1922,4 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
@@ -878,11 +878,6 @@
|
||||
"url": "https://svelte.dev/",
|
||||
"type": "article"
|
||||
},
|
||||
{
|
||||
"title": "All About Svelte, the Much-Loved, State-Driven Web Framework",
|
||||
"url": "https://thenewstack.io/all-about-svelte-the-much-loved-state-driven-web-framework/",
|
||||
"type": "article"
|
||||
},
|
||||
{
|
||||
"title": "Svelte and the Future of Frontend Development",
|
||||
"url": "https://thenewstack.io/svelte-and-the-future-of-front-end-development/",
|
||||
|
@@ -215,7 +215,7 @@
|
||||
"links": [
|
||||
{
|
||||
"title": "Guide to Multiple fields in mutations",
|
||||
"url": "https://graphql.org/learn/queries/#multiple-fields-in-mutations",
|
||||
"url": "https://graphql.org/learn/mutations/#multiple-fields-in-mutations",
|
||||
"type": "article"
|
||||
}
|
||||
]
|
||||
|
@@ -1014,7 +1014,7 @@
|
||||
},
|
||||
"5anSYRhaKIs3dCLWlvZfT": {
|
||||
"title": "Process Priorities",
|
||||
"description": "Linux assigns priority levels to processes, affecting execution timing and resource allocation. Process priorities use \"nice\" values ranging from -20 (highest priority) to +19 (lowest priority) and only root can set negative nive value. The `/proc` filesystem contains process information including priorities. You can view priorities with `ps -eo pid,pri,user,comm` and modify them using `renice` command.\n\nVisit the following resource to learn more:",
|
||||
"description": "Linux assigns priority levels to processes, affecting execution timing and resource allocation. Process priorities use \"nice\" values ranging from -20 (highest priority) to +19 (lowest priority) and only root can set negative nice value. The `/proc` filesystem contains process information including priorities. You can view priorities with `ps -eo pid,pri,user,comm` and modify them using `renice` command.\n\nVisit the following resource to learn more:",
|
||||
"links": [
|
||||
{
|
||||
"title": "Understanding Process Thread Priorities in Linux",
|
||||
|
@@ -115,7 +115,7 @@
|
||||
},
|
||||
"oyP1ZyOgDC4nYEQXHwdVQ": {
|
||||
"title": "IDEs and Rust Toolchains",
|
||||
"description": "For the Rust Programming Language, several Integrated Development Environments (IDEs) and editors provide great support. Visual Studio Code is highly preferred among Rust developers due to its support for Rust via the \"Rust Language Server\" or \"rust-analyzer\" plugins. Another popular choice is RustRover, a dedicated IDE for Rust development by JetBrains. Additionally, Sublime Text and Atom with respective Rust-enhancement plugins are also used. For a more terminal-centric approach, Vim and Emacs are equipped with Rust modes. These IDEs and editors offer various features like auto-completion, syntax highlighting, and debugging tools which prove useful for Rust programming.\n\nVisit the following resources to learn more:",
|
||||
"description": "For the Rust Programming Language, several Integrated Development Environments (IDEs) and editors provide great support. Visual Studio Code is highly preferred among Rust developers due to its support for Rust via the \"Rust Language Server\" or \"rust-analyzer\" plugins. Another popular choice is RustRover, a dedicated IDE for Rust development by JetBrains. Additionally, Sublime Text with respective Rust-enhancement plugins are also used. For a more terminal-centric approach, Vim and Emacs are equipped with Rust modes. These IDEs and editors offer various features like auto-completion, syntax highlighting, and debugging tools which prove useful for Rust programming.\n\nVisit the following resources to learn more:",
|
||||
"links": [
|
||||
{
|
||||
"title": "Visual Studio Code",
|
||||
@@ -137,11 +137,6 @@
|
||||
"url": "https://www.gnu.org/software/emacs/",
|
||||
"type": "article"
|
||||
},
|
||||
{
|
||||
"title": "Atom",
|
||||
"url": "https://atom.io",
|
||||
"type": "article"
|
||||
},
|
||||
{
|
||||
"title": "Sublime Text",
|
||||
"url": "https://www.sublimetext.com",
|
||||
|
@@ -49,7 +49,7 @@
|
||||
},
|
||||
"p96fNXv0Z4rEEXJR9hAYX": {
|
||||
"title": "Design Principles",
|
||||
"description": "",
|
||||
"description": "Design principles are fundamental guidelines that help software engineers create systems that are maintainable, scalable, robust, and easy to understand. They represent best practices derived from decades of software engineering experience and are widely used to guide the structure and behavior of code. Applying these principles can lead to better software architecture, easier debugging, and improved collaboration.",
|
||||
"links": []
|
||||
},
|
||||
"gyQw885dvupmkohzJPg3a": {
|
||||
|
Reference in New Issue
Block a user