* Update 101-alter-table.md
Previously :
ALTER TABLE tableName
ALTER COLUMN columnName TYPE newDataType;
results in syntax error
Now:
ALTER TABLE tableName
MODIFY COLUMN columnName newDataType;
* Update 101-alter-table.md
Added how to drop an primary key
* Update src/data/roadmaps/sql/content/102-ddl/101-alter-table.md
Co-authored-by: dsh <daniel.s.holdsworth@gmail.com>
---------
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
Co-authored-by: dsh <daniel.s.holdsworth@gmail.com>
* Update 100-context.md
This article help me a lot to grab the idea about how the context is solving the problem of the prop drilling. I think beginner should start with this article to grasp the knowledge about the problem that trying to solve by the the context
* Update src/data/roadmaps/react/content/106-state-management/100-context.md
* Update src/data/roadmaps/react/content/106-state-management/100-context.md
---------
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
* Update 100-integers.md
More readable, links and more explanations were added
* Update 100-integers.md
Changes in the way the links were coded
* Update 100-integers.md
Incorrect wording corrected
* Update 100-integers.md
Incorrect markdown format corrected
* Update 100-integers.md
Incorrect line spacing was corrected and "-" sign was prepended to each link item
---------
Co-authored-by: Jhonatan Mustiola <152746443+JhonatanMustiolaCas@users.noreply.github.com>
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
* Update 101-prototypal-inheritance.md
url "The Modern JavaScript Tutorial" is the same link as "Prototype Inheritance".
* Update src/data/roadmaps/javascript/content/102-javascript-datatypes/101-object/101-prototypal-inheritance.md
---------
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
Add open telemetry, which is widely used in the industry and is a the standard for metrics, tracing, logs
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
* fix: broken url in minimize-http-requests.md
existing URL points to unavailable resources. I provided a more reliable URL with very good insight to the topic.
Updated description to include a little more context providing enough heads up before visiting the URL to read the details
* Update src/data/best-practices/frontend-performance/content/minimize-http-requests.md
---------
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
* fix: change `topicIds` to `topicTitles`
* fix: comma and gap
* wip: member details page
* fix: team member empty state
* feat: add pagination
* fix: add loading screen
* Update index.md of 'Printing output' in NodeJs Roadmap
Update index.md of 'Printing output' in NodeJs Roadmap
* Update src/data/roadmaps/nodejs/content/106-nodejs-command-line-apps/101-printing-output/index.md
---------
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>