Arik Chakma
96619ee320
wip: feedback popup state
2023-08-15 06:12:32 +06:00
Arik Chakma
b8f502beed
wip: submit feedback popup
2023-08-15 06:11:04 +06:00
Kamran Ahmed
6bc7c2f48c
Accept friend request to redirect to friends page
2023-08-15 00:18:49 +01:00
Kamran Ahmed
458396f782
Fix cookie not removed
2023-08-13 20:06:19 +01:00
Kamran Ahmed
bb7f1f4d67
Update frontend roadmap
2023-08-12 14:25:23 +01:00
Jesús
430350fe88
Fix typo in Method Overriding in Typescript ( #4306 )
2023-08-10 14:30:09 +01:00
Shawn Gestupa
c1d37dead3
update link of "Functional Components and Props" ( #4317 )
2023-08-10 14:29:38 +01:00
Abdul Wahab
eafd36f6aa
Fixed: Function Expression Syntax ( #4324 )
...
The syntax for Function Expression was incorrect. It was an example of a function declared using Function Declaration.
2023-08-10 14:28:44 +01:00
Abdul Wahab
ea70632de1
Fix instanceOf mistake ( #4322 )
...
instanceof is a runtime check and interface and types don't exist during runtime.
Also TypeScript has a structural type system, which means that they are matched according to the structure of the object and types - not according to instances.
For example:
interface Person {
name: string;
age: number
}
const person = {
name: "Ken",
age: 25
}
if (person instanceof Person) // Error
2023-08-10 13:14:40 +01:00
roadmap bot
08e29c2c14
chore: add resource under kubernetes:kubernetes-introduction:key-concepts-terminologies
2023-08-09 00:25:05 +01:00
roadmap bot
00b27eabd6
chore: add resource under cyber-security:networking-knowledge:basics-of-nas-and-san
2023-08-09 00:24:07 +01:00
roadmap bot
667e7f4c7f
chore: add resource under devops:serverless:cloudflare
2023-08-09 00:23:45 +01:00
stokey
19edadcc18
fix: broken link to CompTIA A+ 220-1101 - ( #4309 )
...
Added a link to channel with a query searching for CompTIA A+ 220-1101 in Professor Messer channel
2023-08-08 22:13:06 +01:00
Kamran Ahmed
c5cb2e1877
Fix broken build
2023-08-08 22:10:55 +01:00
Kamran Ahmed
3a09982ff6
Show received friend request count in sidebar
2023-08-08 22:00:04 +01:00
Kamran Ahmed
1d716a9438
Add confirmation on withdraw request
2023-08-08 21:30:33 +01:00
Kamran Ahmed
b69889cc29
Add friends listing
2023-08-08 21:04:44 +01:00
Kamran Ahmed
92295a7906
Friend progress tracking
2023-08-08 19:50:12 +01:00
Kamran Ahmed
2c1ab6b19d
Accept, reject friends
2023-08-08 19:29:50 +01:00
Kamran Ahmed
fb3fe8be42
Friends listing page
2023-08-07 19:48:22 +01:00
Kamran Ahmed
c3b34cde3f
Add rejected user status
2023-08-07 18:19:24 +01:00
Kamran Ahmed
a30cb170d6
Remove friend
2023-08-07 18:14:48 +01:00
Kamran Ahmed
0a5eeae68c
Add friend page
2023-08-07 18:02:25 +01:00
Kamran Ahmed
9ed60d836a
Add friends invite page
2023-08-04 18:23:43 +01:00
Arik Chakma
c720888f2b
Add functionality to share progress ( #4279 )
...
* wip: user progress modal
* wip: modal loading state
* wip: share progress
* chore: best practices share
* chore: prettier
* fix: classname
* Progress button design
* Progress modal
* Update
* Update
* Progress modal refactoring
* Remove event binding for progress
* Update
* UI changes on progress
---------
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com >
2023-08-02 20:49:55 +01:00
Barış Tanrıverdi
2018b9bf38
Fix typos in history of JavaScript ( #4240 )
...
Minor text formatting changes and punctuation fixes were made for a consistency of the article structure and clear understanding.
2023-07-31 17:00:02 +01:00
yandif
1ca36e8bfa
Correct 'CDNss' to 'CDNs' ( #4259 )
2023-07-31 16:35:57 +01:00
Maitrayee Khalasi
c0e2e541ca
Update the link of youtube channel ( #4261 )
...
Updated the link of youtube channel in c++ roadmap, what is c++
2023-07-31 16:35:44 +01:00
Maitrayee Khalasi
04478272c2
Update the link of youtube channel ( #4262 )
...
Updated the link of youtube channel in c++ roadmap, bitwise operators
2023-07-31 16:35:19 +01:00
Bartłomiej Majowicz - Unlimitech
9c2e9c1be6
Fix spelling mistake ( #4265 )
...
* Fix misspell.
* Add missing link title.
2023-07-31 16:35:01 +01:00
Tomasz Mikulski
77310d24d8
Update 102-sharding-strategies.md ( #4269 )
...
Typo in dat(a)base word
2023-07-31 16:34:16 +01:00
Kamran Ahmed
6524da9a9a
Add feedback link
2023-07-31 16:04:04 +01:00
roadmap bot
c1d39d24db
chore: add resource under ux-design:behavior-change-strategies:cheating:defaulting
2023-07-29 14:41:59 +01:00
roadmap bot
8a747acabd
chore: add resource under flutter:state-management:bloc
2023-07-29 14:41:45 +01:00
Mithilesh Pawar
18caaa9d0a
fix(typo): fixed typo in js resources ( #4271 )
2023-07-29 16:56:20 +06:00
Kamran Ahmed
c066ba6c52
Team dropdown
2023-07-28 19:01:10 +01:00
Kamran Ahmed
35148cb8a3
Responsiveness
2023-07-28 18:46:36 +01:00
Kamran Ahmed
5b541dfb3d
Updates to team functionality
2023-07-28 18:20:38 +01:00
Arik Chakma
fc8ce296be
Team Member listing and Progress Reminder ( #4264 )
...
* wip: team member listing
* wip: no progress alert
* wip: mail icon
* feat: Send progress reminder
* fix: guard clause
* chore: resend invite
2023-07-28 15:11:58 +01:00
Kamran Ahmed
543d3b47ce
Hide recommendations and reference from roadmaps for teams
2023-07-27 22:00:25 +01:00
Kamran Ahmed
21008de3d1
Prepare roadmaps for team edits
2023-07-26 21:28:15 +01:00
Kamran Ahmed
8787ed46c5
Toast message on leaving team
2023-07-26 20:01:03 +01:00
Kamran Ahmed
94ad20fc04
Remove progress hint
2023-07-26 19:19:57 +01:00
Kamran Ahmed
7f5bbf743a
Member progress modal
2023-07-26 19:19:32 +01:00
Kamran Ahmed
f48a351c99
Updating personal progress from popup
2023-07-26 19:02:46 +01:00
Arik Chakma
b85639d876
Add update progress functionality in modal ( #4256 )
...
* chore: add update progress in modal
* chore: show tracking for current user
* chore: current user header
---------
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com >
2023-07-26 15:43:55 +01:00
Kamran Ahmed
14f9ad9530
Highlight user personal progress
2023-07-26 15:41:39 +01:00
Kamran Ahmed
076b866430
Personal progress indicator in teams
2023-07-26 15:24:29 +01:00
Kamran Ahmed
7aca57c3e4
Team roadmaps listing page
2023-07-25 21:34:00 +01:00
Kamran Ahmed
36cd03f14f
Use the same add roadmap modal
2023-07-25 20:50:40 +01:00
Kamran Ahmed
5bc33cb527
Member progress item sorting
2023-07-25 20:05:47 +01:00
Kamran Ahmed
5d3202e065
Add skip button for teams
2023-07-25 18:56:40 +01:00
Kamran Ahmed
5cf286a753
Update team sizes and copy
2023-07-25 18:32:43 +01:00
Kamran Ahmed
0addc56123
Update the select roadmaps modal
2023-07-25 18:24:32 +01:00
Arik Chakma
3182e2a599
Show current user progress first ( #4255 )
...
* wip: progress sorting
* chore: show current user progress first
* fix: team guard
* fix: user progress sort
2023-07-25 17:36:49 +01:00
Kamran Ahmed
8c7fb8cab5
Copy change
2023-07-25 16:51:34 +01:00
Arik Chakma
f61d360ee7
Add select roadmap modal ( #4253 )
...
* wip: roadmap selector modal
* wip
* fix: typo
* fix: prettier
* chore: close icon
2023-07-25 16:49:21 +01:00
Kamran Ahmed
29d91be094
Add cursors
2023-07-25 13:21:57 +01:00
Kamran Ahmed
8ee56576ea
Update copy for team creation
2023-07-25 13:21:56 +01:00
Arik Chakma
8e945f5e1c
Leave Team confirmation popup ( #4254 )
...
* wip: leave team popup
* fix: leave warning
2023-07-24 23:38:49 +01:00
Kamran Ahmed
ac48f4c441
Enable teams
2023-07-24 17:26:44 +01:00
Kamran Ahmed
34d0cde165
fix: toast not appearing
2023-07-20 19:55:45 +01:00
Kamran Ahmed
03ba0c384b
Add teams support
2023-07-20 19:24:34 +01:00
Arik Chakma
bbe8125fc1
chore: add youtube and twitter icon ( #4241 )
2023-07-20 17:50:06 +01:00
Balaji Sivasakthi
0c64223ec1
fix(typo): package manager's C++ Archive Network (cppan) heading ( #4118 )
...
* fix(typo): package manager's C++ Archive Network (cppan) heading
* Update pnpm-lock.yaml
2023-07-15 13:30:16 +06:00
Nicolas Walcker de Miranda
3a022926de
fix check gzip compression url ( #4208 )
...
* fix: change check gzip compression url
* remove package-lock.json
2023-07-14 18:32:47 +01:00
Balaji Sivasakthi
93a6ae3f81
fix(typo): fixed typo in cpp - main() function heading ( #4120 )
2023-07-14 21:57:48 +06:00
Balaji Sivasakthi
42b3595367
fix(typo): fixed typo in cpp namespaces ( #4122 )
2023-07-14 21:56:21 +06:00
Sadegh Motevali
39278cc97b
fix incorrect pyramid document URL ( #4198 )
2023-07-14 21:54:51 +06:00
Kyrylo Nehaturov
c83d20d63c
Fix: removed dublicate link in 108-javascript-expressions-and-operators ( #4196 )
...
Removed dublicate link in JS roadmap
2023-07-12 12:57:09 +01:00
Kamran Ahmed
6e8770c8c4
Add clone note in readme
2023-07-11 15:21:12 +01:00
Tabish Naqvi
3457f7495a
Clone size fix ISSUE #3312 ( #4130 )
...
* Issue #4110 Broken Link Fix
* added note in readme.md fixing large clone size Issue #3312
2023-07-11 15:18:21 +01:00
Dmitrii Goriachev
07acb17459
Update links to new react documentation ( #4134 )
...
* update react error boundary link
* update links to JSX
* actualize Component Life Cycle overview and links
* update links to event handling in react
* actualize HOC overview
2023-07-11 14:03:28 +01:00
Davidson Fellipe
77cd0ecf26
Fix typos ( #4135 )
2023-07-11 04:12:00 +01:00
Reyhan4j02
eccc0302f2
Update 100-installing.md ( #4143 )
...
Previously the MinGW-64 link redirected to an error 404 page
Fixed it to redirect to the overview page
2023-07-11 04:11:22 +01:00
Kamran Ahmed
7274d8a54e
Add new badge to sql roadmap
2023-07-11 04:00:31 +01:00
Kamran Ahmed
8d19be6232
Fix typos in ux design roadmap
2023-07-11 03:55:42 +01:00
Ritik Ranjan
e0828d11bf
Remove trailing spaces/lines ( #4177 )
2023-07-11 03:54:03 +01:00
Andrei Belokurov
9e7a37d079
Fix invalid link in devops roadmap ( #4186 )
...
Updated from 'ext_link:roadmap.sh/python' to 'ext_link:roadmap.sh/backend' and 'ext_link:roadmap.sh/best-practices/aws'.
2023-07-11 03:53:46 +01:00
Kamran Ahmed
76f1592615
Add link to SQL roadmap
2023-07-11 03:53:17 +01:00
Kamran Ahmed
80e80e7d9b
Add syntax highlighting for queries
2023-07-11 03:47:48 +01:00
Kamran Ahmed
8692f05f14
Add content for SQL roadmap
2023-07-11 03:45:54 +01:00
Kamran Ahmed
e5705bd6cc
Add SQL roadmap
2023-07-10 20:36:53 +01:00
Arik Chakma
f52e6df410
fix: twice social callback call
2023-07-10 21:18:37 +06:00
Kamran Ahmed
c4db994753
Add link to react native roadmap
2023-07-08 16:38:04 +01:00
Arnav K
7bfd3934f8
🔗 fix: broken link in roadmap cpp ( #4181 )
2023-07-08 18:04:55 +06:00
Gabriel Coelho da Cunha
32dac79565
[Node.js Developer] Update 102-history-of-nodejs.md ( #4179 )
...
Deleted broken link of official documentation and added some suggestions of links that can fill in.
2023-07-08 01:01:06 +06:00
roadmap bot
ceb51a18df
chore: add resource under aspnet-core:basics-of-csharp
2023-07-06 17:31:00 +01:00
Dimun
c21f217425
Update typo in introduction-to-llms.md ( #4159 )
2023-07-06 16:10:21 +01:00
Kamran Ahmed
9299326dc2
Field label for the issue template
2023-07-06 16:06:45 +01:00
Kamran Ahmed
fbe597706a
Field label for the issue template
2023-07-06 16:03:49 +01:00
Kamran Ahmed
c7b6257c74
Add new template
2023-07-06 16:03:21 +01:00
Kamran Ahmed
dbe6f8589d
Fix duplicate title in the issue template
2023-07-06 16:01:32 +01:00
Kamran Ahmed
9139c8eaf8
Fix broken URL
2023-07-06 15:54:00 +01:00
Kamran Ahmed
05451a0f07
Fix typo
2023-07-06 15:51:48 +01:00
Levon
36d4d8e449
Fix Computer Science roadmap MFU cache description ( #4174 )
...
Issue ##4172
2023-07-06 15:50:36 +01:00
Kamran Ahmed
fa8551dd31
Rearrange issues
2023-07-06 15:49:29 +01:00
Kamran Ahmed
7cbf8eb72a
Add new issue templates
2023-07-06 15:43:55 +01:00
Kamran Ahmed
e739662d49
Add suggest changes button
2023-07-06 15:39:31 +01:00
Kamran Ahmed
e26fa35470
Add roadmap contribution issue template
2023-07-06 15:33:54 +01:00
Kamran Ahmed
37e92fd084
Add roadmap contribution issue template
2023-07-06 15:31:05 +01:00
Kamran Ahmed
0aef3efda9
Add bug report issue template
2023-07-06 15:18:51 +01:00
Kamran Ahmed
7187da853b
Add issue template config
2023-07-06 15:10:31 +01:00
roadmap bot
b81dba9f8b
chore: add resource under cyber-security:operating-systems:learn-for-each:understand-permissions
2023-07-06 08:40:32 +01:00
roadmap bot
bf0fd62bff
chore: add resource under cyber-security:security-skills-and-knowledge:common-distros-for-hacking:kali-linux
2023-07-06 08:39:16 +01:00
roadmap bot
67e6043cbc
chore: add resource under cyber-security:security-skills-and-knowledge:uderstand-frameworks:attck
2023-07-06 08:37:48 +01:00
roadmap bot
9d169219ce
chore: add resource under cyber-security:networking-knowledge:understand-the-terminology:vm
2023-07-06 08:36:48 +01:00
roadmap bot
8eb6a0f857
chore: add resource under cyber-security:networking-knowledge:understand-the-terminology:arp
2023-07-06 08:36:36 +01:00
roadmap bot
9c2d3bd2d8
chore: add resource under cyber-security:extras:certifications:beginner-certifications:ccna
2023-07-06 08:36:16 +01:00
roadmap bot
d6de73d7d4
chore: add resource under ux-design:human-decision-making:ux-buzzwords:nudge-theory
2023-07-06 08:36:03 +01:00
roadmap bot
8899654937
chore: add resource under cyber-security:networking-knowledge:understand-the-terminology:dmz
2023-07-06 08:35:52 +01:00
roadmap bot
d64cb4116a
chore: add resource under cyber-security:networking-knowledge:understand-the-terminology:vlan
2023-07-06 08:35:34 +01:00
roadmap bot
f428849daa
chore: add resource under spring-boot:spring-core
2023-07-05 22:23:51 +01:00
roadmap bot
83143f4438
chore: add resource under postgresql-dba:postgresql-infrastructure-skills:kubernetes-deployment
2023-07-05 22:23:35 +01:00
roadmap bot
8adc6cb7b4
chore: add resource under postgresql-dba:installation-and-setup:deployment-in-cloud
2023-07-05 22:23:27 +01:00
roadmap bot
d12eccb6aa
chore: add resource under cyber-security:security-skills-and-knowledge:tools-for-unintended-purposes:lolbas
2023-07-05 22:18:17 +01:00
roadmap bot
93a1dedd8f
chore: add resource under nodejs:nodejs-logging
2023-07-05 22:18:06 +01:00
roadmap bot
027a4a947a
chore: add resource under ux-design:human-decision-making
2023-07-05 22:17:55 +01:00
roadmap bot
67fd8d3d47
chore: add resource under computer-science:design-patterns
2023-07-05 22:17:39 +01:00
roadmap bot
e42532ad7c
chore: add resource under frontend:web-security-knowledge:content-security-policy
2023-07-05 22:16:52 +01:00
roadmap bot
944a35a905
chore: add resource under cyber-security:extras:ctfs:hack-the-box
2023-07-05 22:16:04 +01:00
roadmap bot
9f620866cb
chore: add resource under react:cli-tools:create-react-app
2023-07-05 22:15:27 +01:00
roadmap bot
4d74e9c47c
chore: add resource under devops:operating-systems:linux:ubuntu
2023-07-05 22:11:43 +01:00
roadmap bot
f1a37deab2
chore: add resource under cpp:basic-operations:loops
2023-07-05 22:10:16 +01:00
roadmap bot
f36dd4b964
chore: add resource under cyber-security:security-skills-and-knowledge:cia-triad
2023-07-05 22:10:00 +01:00
Kamran Ahmed
80c842412a
Add docker course link
2023-07-05 22:09:35 +01:00
roadmap bot
219ef68001
chore: add resource under spring-boot:spring-security
2023-07-05 22:08:19 +01:00
roadmap bot
ab8a551a96
chore: add resource under java:java-advanced-topics:memory-management
2023-07-05 22:08:12 +01:00
roadmap bot
467382879d
chore: add resource under python:python-frameworks:fastapi
2023-07-05 22:07:57 +01:00
roadmap bot
258f6cd0f0
chore: add resource under postgresql-dba:rdbms-concepts:object-model:tables
2023-07-05 22:07:46 +01:00
roadmap bot
2c3bf1ebbc
chore: add resource under postgresql-dba:rdbms-concepts:object-model:data-types
2023-07-05 22:07:37 +01:00
roadmap bot
1113b698be
chore: add resource under postgresql-dba:rdbms-concepts:object-model:queries
2023-07-05 22:07:27 +01:00
roadmap bot
eefcc6866b
chore: add resource under cyber-security:networking-knowledge:osi-model
2023-07-05 22:07:17 +01:00
roadmap bot
34185ac8fb
chore: add resource under devops:serverless
2023-07-05 22:06:24 +01:00
roadmap bot
c1e85ce422
chore: add resource under angular:zones
2023-07-05 22:05:54 +01:00
Iwin Issac
6ed270112d
Fixed Broken Link in 100-html.md ( #4147 )
2023-07-04 18:22:09 +01:00
Fabrício Vilela
df4c457dd4
fix: link pointing from javascript to devops ( #4154 )
...
* fix: link pointing from javascript to devops
* fix: return to one line json
2023-07-04 18:16:36 +01:00
Arik Chakma
8a5bc21206
Add account deletion functionality ( #4153 )
...
* chore: delete account
* Add account deletion functionality
---------
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com >
2023-07-04 18:14:56 +01:00
Kamran Ahmed
2d3a89bd56
Add related roadmaps
2023-07-03 18:04:51 +01:00
Kamran Ahmed
d39dad7275
Remove affiliates from devops roadmap
2023-07-03 17:04:12 +01:00
Ankur Jain
37107c495f
fix(typo): link updated in 100-servlet.md ( #4151 )
...
[FIXED] Last link typos in the Servlet section of the Spring boot developer roadmap titled "What is Dispatcher Servlet in Spring?" 100-servlet.md
2023-07-03 10:34:24 +01:00
roadmap bot
2a910ddde4
chore: add resource under java:java-advanced-topics:streams
2023-07-02 23:38:40 +01:00
roadmap bot
11d7e7d431
chore: add resource under devops:artifcats:artifactory
2023-07-02 23:38:32 +01:00
roadmap bot
991de00891
chore: add resource under system-design:asynchronism:message-queues
2023-07-02 23:38:23 +01:00
roadmap bot
7747582e70
chore: add resource under prompt-engineering:prompt-hacking
2023-07-02 23:38:00 +01:00
roadmap bot
28550ec84c
chore: add resource under python:data-structures-and-algorithms
2023-07-02 23:37:31 +01:00
roadmap bot
8246b48f59
chore: add resource under typescript:typescript
2023-07-02 23:37:04 +01:00
roadmap bot
455a70c64c
chore: add resource under aspnet-core:basics-of-csharp:csharp
2023-07-02 23:36:13 +01:00
roadmap bot
f0f797a996
chore: add resource under design-system:design-language:guidelines:user-onboarding
2023-07-02 23:36:00 +01:00
roadmap bot
037763770d
chore: add resource under cyber-security:networking-knowledge:ip-terminology:subnet-mask
2023-07-02 23:35:41 +01:00
roadmap bot
8d4299c899
chore: add resource under react:components:composition-vs-inheritance
2023-07-02 23:35:31 +01:00
roadmap bot
534ed126d4
chore: add resource under vue:ecosystem:mobile-apps
2023-07-02 23:35:19 +01:00
Kamran Ahmed
0fa6ecd3ce
Remove youtube alert
2023-06-30 19:23:58 +01:00
Kamran Ahmed
7dfb630cb5
Update devops roadmap link
2023-06-30 19:15:33 +01:00
roadmap bot
13e1aacd3b
chore: add resource under frontend:html:seo-basics
2023-06-30 19:10:24 +01:00
roadmap bot
9ad5143588
chore: add resource under java:java-advanced-topics:generics
2023-06-30 19:01:13 +01:00
roadmap bot
9e867d5f4e
chore: add resource under javascript:javascript-control-flow:exception-handling:throw-statement
2023-06-30 19:00:32 +01:00
roadmap bot
f3b186d525
chore: add resource under system-design:latency-vs-throughput
2023-06-30 19:00:23 +01:00
roadmap bot
5f9a50804b
chore: add resource under aspnet-core:basics-of-csharp
2023-06-30 18:57:45 +01:00
roadmap bot
486603aff7
chore: add resource under devops:live-in-terminal:process-monitoring
2023-06-30 18:57:37 +01:00
roadmap bot
feec4b7576
chore: add resource under docker:introduction:need-for-containers
2023-06-30 18:57:26 +01:00
roadmap bot
f64f7b973e
chore: add resource under prompt-engineering:prompt-hacking:offensive-measures
2023-06-30 18:57:12 +01:00
roadmap bot
31f941e262
chore: add resource under prompt-engineering:prompt-hacking:defensive-measures
2023-06-30 18:57:00 +01:00
roadmap bot
09d312ee46
chore: add resource under prompt-engineering:prompt-hacking:prompt-injection
2023-06-30 18:56:53 +01:00
roadmap bot
a92e8f1b1a
chore: add resource under prompt-engineering:prompt-hacking:prompt-leaking
2023-06-30 18:56:46 +01:00
roadmap bot
bca66f7c0b
chore: add resource under prompt-engineering:prompt-hacking:jailbreaking
2023-06-30 18:56:38 +01:00
roadmap bot
b743a31610
chore: add resource under react:cli-tools:vite
2023-06-30 18:56:16 +01:00
roadmap bot
b1dc116cae
chore: add resource under devops:cloud-providers:aws
2023-06-30 18:55:54 +01:00
roadmap bot
fae57224a8
chore: add resource under javascript:javascript-variables:hoisting
2023-06-30 18:55:35 +01:00
roadmap bot
c8ffea31d9
chore: add resource under devops:language:rust
2023-06-30 18:55:26 +01:00
roadmap bot
fc3b2a4015
chore: add resource under cyber-security:networking-knowledge:auth-methodologies:kerberos
2023-06-30 18:54:53 +01:00
roadmap bot
f70272763f
chore: add resource under design-system:design-language:logo:different-file-formats
2023-06-30 11:10:13 +01:00
roadmap bot
a15c2a3ca7
chore: add resource under flutter:deployment:appstore
2023-06-30 11:10:01 +01:00
roadmap bot
550555c0c5
chore: add resource under design-system:design-language:logo:small-use-guidance
2023-06-30 11:09:40 +01:00
roadmap bot
6e201a8c29
chore: add resource under cyber-security:operating-systems:linux
2023-06-30 11:09:21 +01:00
roadmap bot
dd139170d1
chore: add resource under devops:serverless:aws-lambda
2023-06-30 11:09:03 +01:00
roadmap bot
66412327fa
chore: add resource under python:data-structures-and-algorithms:arrays-linked-lists
2023-06-30 11:08:37 +01:00
roadmap bot
7736271ba0
chore: add resource under flutter:dart-basics:control-flow-statements
2023-06-30 11:07:45 +01:00
roadmap bot
4236c8495a
chore: add resource under cyber-security:extras:certifications:beginner-certifications:comptia-linuxplus
2023-06-30 11:06:33 +01:00
roadmap bot
6c930716fc
chore: add resource under ux-design:human-decision-making:ux-buzzwords:nudge-theory
2023-06-30 11:06:21 +01:00
roadmap bot
522b00612a
chore: add resource under cyber-security:security-skills-and-knowledge:other-attacks:buffer-overflow
2023-06-30 11:02:56 +01:00
roadmap bot
e36ff7bdd6
chore: add resource under frontend:build-tools:module-bundlers:vite
2023-06-30 11:02:38 +01:00
roadmap bot
d168731cbd
chore: add resource under python:python-advanced-topics:iterators
2023-06-30 11:02:15 +01:00
roadmap bot
715daf499f
chore: add resource under cyber-security:basic-it-skills:connection-types:wifi
2023-06-30 11:01:59 +01:00
roadmap bot
6f5449e4b9
chore: add resource under cyber-security:basic-it-skills:connection-types:nfc
2023-06-30 11:01:42 +01:00
roadmap bot
7f3690d5b8
chore: add resource under cyber-security:basic-it-skills:connection-types
2023-06-30 11:01:24 +01:00
roadmap bot
1046dc9171
chore: add resource under cyber-security:basic-it-skills:computer-hardware-components
2023-06-30 11:01:11 +01:00
Kamran Ahmed
28f672d989
Update distance of mark favorite
2023-06-27 20:46:36 +01:00
Kamran Ahmed
3f5ddfa346
Add react native content
2023-06-27 20:20:17 +01:00
Kamran Ahmed
f1f4e99dab
Add directories for react native roadmap
2023-06-27 20:20:17 +01:00
Kamran Ahmed
67f3917a8d
Add react native roadmap
2023-06-27 20:20:17 +01:00
Tabish Naqvi
02988fac2c
Issue #4110 Broken Link Fix ( #4129 )
2023-06-27 19:21:01 +01:00
Ritik Ranjan
d21deb0725
Database spelling mistake ( #4115 )
2023-06-24 16:49:12 +06:00
Anthony Da Mota
2a5d316e58
Fixed typo in 102-documentation.md ( #4108 )
2023-06-23 19:11:26 +06:00
Kamran Ahmed
557a01b4d0
Fix typo in docker file
2023-06-22 20:44:37 +01:00
Kamran Ahmed
680dbee6eb
Clear favorite on logout
2023-06-22 20:44:37 +01:00
roadmap bot
b525c5efb4
chore: add resource under react:components:functional-components
2023-06-22 20:41:10 +01:00
roadmap bot
347141f93b
chore: add resource under cyber-security:operating-systems:windows
2023-06-22 20:40:50 +01:00
Snahal Kumar
9a6e8b1635
C++ Lambdas link ( #4084 )
...
The video link is no longer available on youtube. It is updated with another link which I have personally reviewed and has good-quality content of 18 minutes in English has high viewers and is one of the most popular C++ channels on youtube. Also, a free e-book of lambda is provided by the content creator.
2023-06-22 20:38:00 +01:00
Shawn Nectar
8a42d0346b
[Issue] #4062 Wrong link assigned ( #4077 )
2023-06-22 20:37:17 +01:00
Arnav K
0e0a3f17ae
Update 101-c.md ( #4106 )
2023-06-22 20:36:52 +01:00
Shawn Nectar
9298f76a68
[Issue] Software Architect - Duplicated python in related roadmaps ( #4078 )
2023-06-22 20:14:53 +01:00
Renato C. Francisco
e85ff79dbe
remove duplicated top explanation ( #4104 )
2023-06-22 20:14:35 +01:00
Arnav K
7a19b7887a
Fix router link ( #4105 )
2023-06-22 20:14:05 +01:00
roadmap bot
08e7efa637
chore: add resource under frontend:html:writing-semantic-html
2023-06-22 16:14:51 +01:00
roadmap bot
cc348c0c96
chore: add resource under flutter:state-management:riverpod
2023-06-22 16:14:24 +01:00
roadmap bot
5a059c151f
chore: add resource under cyber-security:extras:ctfs:sans-holiday-hack-challenge
2023-06-22 16:14:10 +01:00
roadmap bot
4063b71345
chore: add resource under backend:more-about-databases:orms
2023-06-22 16:13:58 +01:00
roadmap bot
129ef9ccd8
chore: add resource under backend:internet
2023-06-22 16:13:42 +01:00
roadmap bot
d60e4fcfa4
chore: add resource under full-stack:git
2023-06-22 16:13:26 +01:00
roadmap bot
310c6d4c55
chore: add resource under cpp:basic-operations:bitwise
2023-06-22 16:13:11 +01:00
roadmap bot
fffccbe5b5
chore: add resource under cpp:introduction:what-is-cpp
2023-06-22 16:12:50 +01:00
roadmap bot
9685f1e952
chore: add resource under prompt-engineering:image-prompting:style-modifiers
2023-06-22 16:12:16 +01:00
roadmap bot
ef53c2dd5f
chore: add resource under frontend:desktop-applications:electron
2023-06-22 16:11:57 +01:00
roadmap bot
7e0f7a32af
chore: add resource under software-design-architecture:clean-code-principles:code-by-actor
2023-06-22 16:11:46 +01:00
roadmap bot
cdea68e754
chore: add resource under devops:operating-systems:linux:rhel
2023-06-22 16:11:20 +01:00
roadmap bot
90069e4ef4
chore: add resource under devops:operating-systems:linux:ubuntu
2023-06-22 16:10:50 +01:00
roadmap bot
8dbaa60b58
chore: add resource under golang:go-basics
2023-06-22 16:08:20 +01:00
roadmap bot
19b38dec4c
chore: add resource under full-stack:nodejs
2023-06-22 15:58:53 +01:00
Arik Chakma
9c246984d1
Mark favorite in the Roadmap's page ( #4098 )
...
* chore: favorite in roadmap header
* chore: best practices header
* chore: mark favorite
* fix: bookmark position
* UI changes and fix
---------
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com >
2023-06-22 02:57:32 +01:00
Aaryan Dewan
ff0e10c16c
Correct grammar ( #4095 )
...
Changed 'al' to 'all'
2023-06-21 20:40:56 +06:00
roadmap bot
ec165d4a78
chore: add resource under devops:networking-protocols
2023-06-20 22:03:44 +01:00
Arik Chakma
afe718ee09
Allow marking roadmaps and best practices as favorites ( #4087 )
...
* chore: favorite icon
* fix: hero progress mark favorit
* chore: mark favorite
* fix: mouse overflow
* fix: popup redirect
* Update favorites on homepage
* Refactor favorite logic
* Change icon location
---------
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com >
2023-06-20 21:50:18 +01:00
Ritik Ranjan
4aca01a98d
Fix spelling mistake ( #4088 )
2023-06-20 18:24:48 +01:00
Kamran Ahmed
140282f1ff
Update devops roadmap link
2023-06-20 17:31:31 +01:00
roadmap bot
4d38d19e4f
chore: add resource under aspnet-core:basics-of-aspnet-core:filters-and-attributes
2023-06-20 15:16:05 +01:00
roadmap bot
5e39417a64
chore: add resource under cyber-security:security-skills-and-knowledge:common-exploit-frameworks
2023-06-20 15:15:57 +01:00
roadmap bot
03ec7ebcd9
chore: add resource under javascript:javascript-variables:scopes
2023-06-20 15:15:44 +01:00
roadmap bot
fbb6def555
chore: add resource under computer-science:pick-a-language:c-plus-plus
2023-06-20 15:15:24 +01:00
roadmap bot
ae9e30eb73
chore: add resource under mongodb:mongodb-basics:sql-vs-nosql
2023-06-20 15:15:03 +01:00
roadmap bot
9e89c6946b
chore: add resource under ux-design:human-decision-making
2023-06-20 15:14:48 +01:00
Arik Chakma
6ff83d0797
Merge pull request #3766 from jensrott/fix-typo-playwright
...
Fixed typo in the word tutorial
2023-06-20 00:53:01 +06:00
Arik Chakma
5ff131ae29
Merge pull request #3873 from the-land-mine/master
...
fix: Correct syntax error in Promise initialization example by adding space
2023-06-20 00:51:52 +06:00
Arik Chakma
e80f88ef2c
Merge pull request #4049 from arzkar/issue4044_fix
...
fix: typo: mor -> more
2023-06-20 00:49:50 +06:00
Arik Chakma
cff01c151b
Merge pull request #4080 from JustLolo/master
...
The external link is broken
2023-06-20 00:48:48 +06:00
Arik Chakma
6ca85a41a2
Merge pull request #4081 from johan456789/master
...
fix URL link
2023-06-20 00:46:32 +06:00
JustLolo
1630b493b1
External link is broken, fixed
2023-06-19 06:41:26 -05:00
Tsung-Han Yu
518ece3cab
fix URL link
2023-06-19 10:34:37 +08:00
JustLolo
aba2fd1d35
External broken link, Youtube is showing:
...
`This video isn't available anymore`
2023-06-18 18:11:38 -05:00
Arik Chakma
fcd68568c2
Merge pull request #4076 from ShawnNectar/patch-1
...
[Issue] #4075 Wrong link assigned
2023-06-18 22:11:26 +06:00
Shawn Nectar
1b5e9ffe0d
[Issue] #4075 Wrong link assigned
2023-06-18 12:58:33 -03:00
Kamran Ahmed
b3c3e44ba2
Update shortcut for marking as skipped
2023-06-17 23:13:59 +01:00
Kamran Ahmed
67b49d3f87
Remove new badges from old roadmaps
2023-06-17 16:17:42 +01:00
roadmap bot
0d3e1d31bb
chore: add resource under aspnet-core:orm:entity-framework-core:change-tracker-api
2023-06-17 15:23:52 +01:00
roadmap bot
28a27a1c65
chore: add resource under computer-science:pick-a-language:c
2023-06-17 15:23:36 +01:00
roadmap bot
8c3ea21ef1
chore: add resource under cpp:introduction
2023-06-17 15:22:41 +01:00
roadmap bot
417596db36
chore: add resource under frontend:progressive-web-apps:notifications
2023-06-17 15:22:30 +01:00
roadmap bot
28240162b3
chore: add resource under frontend:build-tools:module-bundlers:esbuild
2023-06-17 15:22:11 +01:00
roadmap bot
6dca357782
chore: add resource under blockchain:blockchain-general-knowledge:blockchain-forking
2023-06-17 15:21:57 +01:00
roadmap bot
d1fe06a4e9
chore: add resource under flutter:widgets:responsive-widgets
2023-06-17 15:20:28 +01:00
roadmap bot
97cba5681b
chore: add resource under full-stack:html
2023-06-17 15:20:15 +01:00
roadmap bot
715d2ba62b
chore: add resource under golang:go-advanced:working-with-json
2023-06-17 15:19:54 +01:00
Kamran Ahmed
32673c21fb
Add shortcuts for progress tracking
2023-06-17 15:19:24 +01:00
roadmap bot
f0c47705cb
chore: add resource under nodejs:nodejs-command-line-apps:command-line-args
2023-06-17 15:17:18 +01:00
roadmap bot
612b91e05f
chore: add resource under full-stack:nodejs
2023-06-17 15:17:08 +01:00
roadmap bot
b4cce42844
chore: add resource under devops:serverless:azure-functions
2023-06-17 15:16:41 +01:00
roadmap bot
2c2d57ecab
chore: add resource under cpp:functions
2023-06-17 15:16:36 +01:00
roadmap bot
d05374ca68
chore: add resource under ux-design:human-decision-making:ux-buzzwords:nudge-theory
2023-06-17 15:16:14 +01:00
roadmap bot
b5c02a9aff
chore: add resource under cyber-security:basic-it-skills:popular-suites:icloud
2023-06-17 15:16:04 +01:00
roadmap bot
1e3568a1c4
chore: add resource under cyber-security:networking-knowledge:understand-the-terminology:dns
2023-06-17 15:15:44 +01:00
Arik Chakma
bdeebbc9cc
chore: linkedin login functionality ( #4072 )
2023-06-17 12:31:33 +01:00
Kamran Ahmed
510e6fd273
Update youtube banner
2023-06-17 11:49:15 +01:00
Kamran Ahmed
2ca98bbb10
Show resource progress on best practices
2023-06-17 11:47:25 +01:00
Kamran Ahmed
49cff0c22c
Add progress loading on roadmap pages
2023-06-17 05:43:50 +01:00
Kamran Ahmed
943bf41dc5
Fix duplicate nodes in frontend roadmap
2023-06-17 04:30:58 +01:00
Umair Khan
6c9ba75906
Fix KodeKloud spelling ( #4066 )
...
* Update devops.json
kodekloud spelling correction
* Update src/data/roadmaps/devops/devops.json
---------
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com >
2023-06-15 22:17:53 +01:00
Kamran Ahmed
70976ee42a
Add roadcard as protected route
2023-06-15 14:51:52 +01:00
roadmap bot
5848698abf
chore: add resource under python:python-advanced-topics:lambdas
2023-06-15 02:27:28 +01:00
roadmap bot
29dd1eb21f
chore: add resource under python:python-advanced-topics:decorators
2023-06-15 02:27:17 +01:00
roadmap bot
ebe6d3c6e4
chore: add resource under system-design:latency-vs-throughput
2023-06-15 02:27:06 +01:00
roadmap bot
425bfea265
chore: add resource under system-design:performance-vs-scalability
2023-06-15 02:26:57 +01:00
roadmap bot
c58efe8d00
chore: add resource under python:python-advanced-topics:oop:classes
2023-06-15 02:26:39 +01:00
Kamran Ahmed
955d04e532
UI changes on road cards
2023-06-14 20:58:15 +01:00
Kamran Ahmed
0031a9c6ba
Remove preact-compat
2023-06-14 20:42:32 +01:00
Kamran Ahmed
8fb778337d
Add support for roadcards
2023-06-14 20:42:07 +01:00
Kamran Ahmed
a48d39a863
Update animation of progress switcher
2023-06-14 15:02:53 +01:00
Kamran Ahmed
36b2a8f2d7
Progress container update
2023-06-14 14:46:10 +01:00
Kamran Ahmed
00e9d44ba9
Remove client:only from favorite roadmaps
2023-06-14 13:54:54 +01:00
Kamran Ahmed
62b068a94a
Fix jitter on homepage
2023-06-14 13:51:29 +01:00
Kamran Ahmed
af926002e9
feat: show user's progress on homepage ( #4058 )
...
* Add custom client:authenticated directive
* Update 100-installing-a-local-cluster.md
fixed typo for ubuntu in 100-installing-a-local-cluster.md
* Animate progress on the homescreen
* Show progress on homepage
* Update progress list UI
* Remove sponsor call from non-required pages
* Resolve merge conflicts
* Change height of hero container
---------
Co-authored-by: kanhaya kumar yadav <kanhaya.workspace@gmail.com >
2023-06-14 13:12:52 +01:00
roadmap bot
0612f9c44f
chore: add resource under docker:introduction:what-are-containers
2023-06-14 03:47:19 +01:00
roadmap bot
fbf545c2ed
chore: add resource under cyber-security:security-skills-and-knowledge:common-distros-for-hacking:parrot-os
2023-06-14 03:47:04 +01:00
roadmap bot
c7ef97cb4f
chore: add resource under react:rendering:refs
2023-06-14 03:46:43 +01:00
roadmap bot
564f48540e
chore: add resource under react:rendering:render-props
2023-06-14 03:46:29 +01:00
roadmap bot
52e729d212
chore: add resource under prompt-engineering:prompting-introduction
2023-06-14 03:45:32 +01:00
roadmap bot
bdfa7606dd
chore: add resource under devops:live-in-terminal:scripting:powershell
2023-06-14 03:45:21 +01:00
roadmap bot
056e0e8e3a
chore: add resource under react:rendering:lists-and-keys
2023-06-14 03:45:11 +01:00
roadmap bot
879ba258b2
chore: add resource under cyber-security:basic-it-skills:connection-types:wifi
2023-06-14 03:44:40 +01:00
Kamran Ahmed
3d62d2689f
Animate progress on the homescreen
2023-06-14 02:09:09 +01:00
Arbaaz Laskar
3b7a9ca5cd
fix: typo: mor -> more
2023-06-14 00:06:37 +05:30
Arik Chakma
ac892d2868
Merge pull request #4047 from kanhayaKy/patch-1
...
fix: ubuntu type
2023-06-13 17:57:19 +06:00
roadmap bot
19bde7bb2f
chore: add resource under cyber-security:security-skills-and-knowledge:forensics
2023-06-13 11:38:12 +01:00
roadmap bot
419b1872b8
chore: add resource under javascript:javascript-asynchronous-javascript:callbacks
2023-06-13 11:37:50 +01:00
roadmap bot
bbeb4ee279
chore: add resource under devops:live-in-terminal:scripting:bash-scripting
2023-06-13 11:37:42 +01:00
roadmap bot
f2ca7d9140
chore: add resource under backend:relational-databases:mysql
2023-06-13 11:37:12 +01:00
roadmap bot
70b95c6ad1
chore: add resource under javascript:javascript-asynchronous-javascript:callbacks:callback-hell
2023-06-13 11:36:49 +01:00
roadmap bot
5a3f621093
chore: add resource under javascript:javascript-loops-iterations:break-continue:labeled-statements
2023-06-13 11:36:41 +01:00
roadmap bot
631eb380fc
chore: add resource under cpp:pointers-and-references:smart-pointers:weak-ptr
2023-06-13 11:36:31 +01:00
roadmap bot
cb9778ba15
chore: add resource under cyber-security:basic-it-skills:os-independent-troubleshooting
2023-06-13 11:36:20 +01:00
roadmap bot
38106a8199
chore: add resource under typescript:typescript-types:type-assertions:as-type
2023-06-13 11:35:46 +01:00
roadmap bot
226e94857b
chore: add resource under aspnet-core:basics-of-csharp:csharp
2023-06-13 11:35:31 +01:00
roadmap bot
f94c701657
chore: add resource under computer-science:pick-a-language:c-plus-plus
2023-06-13 11:35:17 +01:00
roadmap bot
259109cc38
chore: add resource under cyber-security:basic-it-skills
2023-06-13 11:35:04 +01:00
kanhaya kumar yadav
e120df30e3
Update 100-installing-a-local-cluster.md
...
fixed typo for ubuntu in 100-installing-a-local-cluster.md
2023-06-13 11:46:55 +05:30
Kamran Ahmed
43f351a943
Add progress loading on homepage roadmaps
2023-06-13 03:19:59 +01:00
roadmap bot
502b8e20d5
chore: add resource under computer-science:common-algorithms:graph-algorithms:breadth-first-search
2023-06-11 18:44:23 +01:00
roadmap bot
ff5858f965
chore: add resource under flutter:widgets:inherited-widgets
2023-06-11 18:43:59 +01:00
roadmap bot
8b8ef52d98
chore: add resource under python:python-basics
2023-06-11 18:43:37 +01:00
roadmap bot
7032bc0726
chore: add resource under backend:repo-hosting-services:github
2023-06-11 18:43:29 +01:00
roadmap bot
ba65dec596
chore: add resource under cpp:libraries:poco
2023-06-11 18:42:48 +01:00
roadmap bot
78cf88fbd9
chore: add resource under flutter:design-principles:design-patterns
2023-06-11 02:10:16 +01:00
roadmap bot
93e16d899a
chore: add resource under devops:artifcats:nexus
2023-06-11 02:09:49 +01:00
roadmap bot
14060bda94
chore: add resource under javascript:javascript-control-flow:exception-handling:throw-statement
2023-06-11 02:08:21 +01:00
Kamran Ahmed
45b729d708
Update the schema updated date
2023-06-10 20:28:13 +01:00
roadmap bot
9023ea6298
chore: add resource under angular:typescript-basics:union-types
2023-06-10 14:06:00 +01:00
Kamran Ahmed
d29176cf98
Add links to beginner versions
2023-06-10 11:40:24 +01:00
Kamran Ahmed
55989d8480
Add updated devops roadmap pdf
2023-06-10 04:03:38 +01:00
Kamran Ahmed
9c936974c7
Add devops beginner roadmap
2023-06-10 04:02:51 +01:00
Kamran Ahmed
311b4683d0
Rewrite devops roadmap
2023-06-10 04:02:48 +01:00
roadmap bot
bf61697154
chore: add resource under react:hooks:common-hooks
2023-06-09 21:01:31 +01:00
roadmap bot
52818f1e34
chore: add resource under blockchain:blockchain-basics
2023-06-09 21:01:17 +01:00
roadmap bot
174ea05a92
chore: add resource under devops:infrastructure-as-code:kubernetes
2023-06-09 20:59:40 +01:00
roadmap bot
dcb4e06fea
chore: add resource under cyber-security:security-skills-and-knowledge:blue-team-read-team-purple-team
2023-06-09 01:53:31 +01:00
roadmap bot
62eb6a4a01
chore: add resource under postgresql-dba:introduction:what-are-relational-databases
2023-06-09 01:53:04 +01:00
roadmap bot
f643f3bd9a
chore: add resource under kubernetes:running-applications:deployments
2023-06-09 01:52:10 +01:00
roadmap bot
972370e0e6
chore: add resource under angular:typescript-basics:type-guard
2023-06-09 01:52:01 +01:00
roadmap bot
a6feb72339
chore: add resource under cyber-security:basic-it-skills:connection-types:nfc
2023-06-09 01:51:47 +01:00
roadmap bot
c751706631
chore: add resource under cpp:functions:lambda
2023-06-09 01:51:32 +01:00
roadmap bot
8900324234
chore: add resource under frontend:css:responsive-design-and-media-queries
2023-06-09 01:51:04 +01:00
roadmap bot
f1b880d898
chore: add resource under java:java-advanced-topics:memory-management
2023-06-09 01:50:50 +01:00
roadmap bot
9a285d7470
chore: add resource under cpp:setting-up:code-editors
2023-06-09 01:50:36 +01:00
roadmap bot
15259560e0
chore: add resource under javascript:javascript-control-flow:exception-handling
2023-06-09 01:50:19 +01:00
roadmap bot
d8afa166aa
chore: add resource under python:python-basics:variables-and-datatypes
2023-06-08 14:34:57 +01:00
roadmap bot
d39791257e
chore: add resource under cpp:introduction:what-is-cpp
2023-06-07 14:48:42 +01:00
Kamran Ahmed
06b7005782
chore: add resource under cyber-security:security-skills-and-knowledge:attack-types:phishing-vishing-whaling-smishing
2023-06-07 11:24:23 +01:00
Kamran Ahmed
bc6c933440
chore: add resource under cyber-security:security-skills-and-knowledge:cryptography
2023-06-07 11:24:05 +01:00
Kamran Ahmed
b965a89db3
chore: add resource under java:java-advanced-topics:garbage-collection
2023-06-07 11:23:32 +01:00
Kamran Ahmed
9b82e327e2
chore: add resource under backend:learn-a-language:java
2023-06-07 11:23:01 +01:00
Kamran Ahmed
5808125d92
chore: add resource under computer-science:pick-a-language:c-plus-plus
2023-06-07 11:22:38 +01:00
Kamran Ahmed
f49fe258aa
chore: add resource under cyber-security:basic-it-skills:connection-types:nfc
2023-06-07 11:22:05 +01:00
Kamran Ahmed
08df9e8c33
chore: add resource under cyber-security:extras:certifications:beginner-certifications:comptia-aplus
2023-06-07 11:21:46 +01:00
Kamran Ahmed
56e388edd8
chore: add resource under backend:apis:authentication:openid
2023-06-07 11:21:08 +01:00
Kamran Ahmed
ded75c7af1
chore: add resource under golang:go-basics:structs
2023-06-07 11:20:44 +01:00
Kamran Ahmed
557c426078
Update apollo workshop image
2023-06-07 11:19:42 +01:00
Kamran Ahmed
d61a83a0a3
chore: add resource under flutter:design-principles:solid-principles
2023-06-06 14:19:46 +01:00
Kamran Ahmed
7500c6c1cb
chore: add resource under backend:internet:what-is-http
2023-06-06 14:19:16 +01:00
Kamran Ahmed
b51076dd0a
chore: add resource under cpp:introduction
2023-06-06 14:18:56 +01:00
Kamran Ahmed
8010bfc832
Add kodecloud link
2023-06-06 14:17:21 +01:00
Kamran Ahmed
0f80f26d17
Update link-groups
2023-06-06 11:02:08 +01:00
thesmallrock
40d25c43f4
Fixing "new and delete operators" titles. ( #3994 )
2023-06-06 09:32:02 +01:00
Kamran Ahmed
686a7382ab
chore: add resource under cyber-security:basic-it-skills:basics-of-computer-networking
2023-06-06 09:11:42 +01:00
Kamran Ahmed
88401bd7b1
chore: add resource under mongodb:datatypes:date
2023-06-06 09:11:12 +01:00
Kamran Ahmed
1d97467c05
chore: add resource under software-design-architecture:architectural-styles
2023-06-06 09:10:43 +01:00
Kamran Ahmed
2388fa148b
Update apollo workshop
2023-06-05 23:40:10 +01:00
Kamran Ahmed
d574fccbc8
Add apollo asset
2023-06-05 23:21:04 +01:00
Kamran Ahmed
89cc55a1eb
chore: add resource under flutter:state-management:change-notifier
2023-06-05 21:18:29 +01:00
Kamran Ahmed
8c75354235
chore: add resource under flutter:state-management:value-notifier
2023-06-05 21:18:22 +01:00
Kamran Ahmed
9eb9dc8cd8
chore: add resource under nodejs:nodejs-command-line-apps:taking-input
2023-06-05 21:18:07 +01:00
Kamran Ahmed
afa28bddd3
chore: add resource under python:python-advanced-topics:lambdas
2023-06-05 21:17:32 +01:00
Kamran Ahmed
5cf0e76765
chore: add resource under react:components:props-vs-state
2023-06-05 21:16:59 +01:00
Kamran Ahmed
16b3f8ff49
chore: add resource under system-design:application-layer:microservices
2023-06-05 21:16:12 +01:00
Kamran Ahmed
d2055e0f6d
chore: add resource under react:components:conditional-rendering
2023-06-05 21:15:43 +01:00
Kamran Ahmed
4010157baf
chore: add resource under ux-design:human-decision-making:frameworks:bj-frogg-behavior-model
2023-06-05 21:15:08 +01:00
Kamran Ahmed
75c7e83264
chore: add resource under backend:os-general-knowledge:terminal-usage
2023-06-05 21:14:28 +01:00
Kamran Ahmed
8ca22e0dcc
chore: add resource under python:python-testing:pytest
2023-06-05 21:13:27 +01:00
Kamran Ahmed
2b8d1f470c
chore: add resource under backend:version-control-systems:git
2023-06-05 21:13:15 +01:00
Kamran Ahmed
c4d9651e95
chore: add resource under react:components
2023-06-05 21:12:13 +01:00
Kamran Ahmed
813c0ebd93
chore: add resource under backend:relational-databases:mysql
2023-06-05 21:11:38 +01:00
Kamran Ahmed
e376942c8d
chore: add resource under devops:infrastructure-as-code:gitops:argo-cd
2023-06-05 21:02:21 +01:00
Kamran Ahmed
6d91c11856
chore: add resource link to ux-design >> human-decision-making:frameworks:stephen-wendell-create-action-funnel
2023-06-05 21:00:49 +01:00
Kamran Ahmed
1d47b1fb7b
chore: add resource link to cpp >> introduction:what-is-cpp
2023-06-05 20:47:54 +01:00
Kamran Ahmed
54a9e586bf
chore: add resource link to frontend >> progressive-web-apps:lighthouse
2023-06-05 20:46:58 +01:00
Kamran Ahmed
b58c2a1356
Fix roadmap json
2023-06-05 20:38:54 +01:00
Kamran Ahmed
dec5e58063
Refactor roadmap and best practice rendering engine
2023-06-05 19:55:58 +01:00
Kamran Ahmed
b0a4130229
Update code review pyramid
2023-06-04 23:00:35 +01:00
Kamran Ahmed
a06e992b8a
Update reference link for code review pyramid
2023-06-03 21:31:37 +01:00
Kamran Ahmed
6e1072bea9
Add code review pyramid
2023-06-03 21:17:55 +01:00
Kamran Ahmed
1f9eb18bfb
Add update file URL in the topic file
2023-06-02 22:45:37 +01:00
Kamran Ahmed
603bd2b107
Update contribution copy
2023-06-02 21:34:30 +01:00
Kamran Ahmed
0163d9e4f9
Update copy on contribution
2023-06-02 21:33:30 +01:00
Kamran Ahmed
910579f463
Update isNew badges
2023-06-02 21:31:27 +01:00
Kamran Ahmed
d6a28a312a
Add contribution functionality
2023-06-02 21:23:26 +01:00
Kamran Ahmed
267a4a7be5
Update cpp roadmap dates
2023-06-01 17:01:39 +01:00
Kamran Ahmed
59111a1a90
Add link to C++ roadmap
2023-06-01 03:59:22 +01:00
Kamran Ahmed
9f5d1aef74
Add content to C++ roadmap
2023-06-01 03:42:42 +01:00
Kamran Ahmed
36eed57ec2
Add content to C++ roadmap
2023-06-01 03:33:27 +01:00
Kamran Ahmed
cc054bb24b
Add content to C++ roadmap
2023-06-01 03:18:40 +01:00
Kamran Ahmed
056256015d
Add C++ roadmap
2023-06-01 02:55:26 +01:00
Arik Chakma
dd5f3795ec
fix: login link ( #3985 )
2023-05-31 10:00:19 +01:00
Kamran Ahmed
8c29d43bef
fix: page loading message does not persist
2023-05-30 19:48:40 +01:00
Kamran Ahmed
aa32258aa1
Refactor page progress implementation
2023-05-30 18:52:41 +01:00
Kamran Ahmed
d2394aca77
Downgrade nanostores
2023-05-30 18:40:58 +01:00
Kamran Ahmed
6804535fe4
chore: update dependencies
2023-05-30 18:27:08 +01:00
github-actions[bot]
3852e7d96f
chore: update dependencies to latest ( #3973 )
...
Co-authored-by: kamranahmedse <kamranahmedse@users.noreply.github.com >
2023-05-30 17:41:57 +01:00
Kamran Ahmed
eb852caee8
Update link to improve guide
2023-05-30 14:50:37 +01:00
유성현
1414693e33
fix minor typos ( #3974 )
...
* 📝 fix : typos
* Update 101-anti-corruption-layer.md
---------
Co-authored-by: Arik Chakma <arikchangma@gmail.com >
2023-05-30 14:32:15 +01:00
Kamran Ahmed
fbdb7e77c3
Fix: active sidebar missing border
2023-05-27 03:04:35 +01:00
Kamran Ahmed
c72658938f
Add icons in the mobile sidebar menu
2023-05-26 17:31:10 +01:00
Kamran Ahmed
718c582a8c
Update account sidebar
2023-05-26 17:11:59 +01:00
Kamran Ahmed
12f385dffd
Show the recently updated item on top
2023-05-26 15:38:04 +01:00
Kamran Ahmed
35f500d218
Show most recently tracked items on top
2023-05-26 03:43:50 +01:00
Kamran Ahmed
44949709d1
Add activity page
2023-05-26 03:16:25 +01:00
Kamran Ahmed
476557db80
Add activity dashboard
2023-05-25 16:37:33 +01:00
Kamran Ahmed
f7625a8250
Add basic UI for activity dashboard
2023-05-24 19:25:35 +01:00
Kamran Ahmed
c06c236da5
Refactor account pages
2023-05-24 15:18:29 +01:00
Kamran Ahmed
24c262282e
External redirect tracking from roadmap.sh
2023-05-22 19:59:38 +01:00
Kamran Ahmed
876330522d
Add devops by nana link
2023-05-22 19:59:38 +01:00
Sean Kelly
f1c771e95c
Fix typo in content ( #3959 )
2023-05-22 18:08:55 +01:00
Kamran Ahmed
d3668b25e9
Add kbd around cmd+k
2023-05-22 11:06:26 +01:00
Kamran Ahmed
b0493c370c
Add prompt engineering roadmap
2023-05-21 13:00:45 +01:00
Arik Chakma
e67caa0ffe
chore: firefox input outline ( #3951 )
2023-05-21 12:56:34 +01:00
Arik Chakma
82a44ddfef
fix: user gets logged out on browser quit ( #3947 )
2023-05-21 12:55:02 +01:00
Arik Chakma
205fe6cc23
fix: firefox bug ( #3948 )
2023-05-21 12:27:38 +01:00
Kamran Ahmed
591cac8bfa
Add content for reliability
2023-05-21 03:39:19 +01:00
Kamran Ahmed
42debdeab0
Add content for real world under prompting techniques
2023-05-21 03:22:20 +01:00
Kamran Ahmed
0555452bf2
Load pages on render
2023-05-21 02:17:31 +01:00
Kamran Ahmed
cc7f9d94bb
Clear text on command menu close
2023-05-20 23:47:54 +01:00
Kamran Ahmed
51d986b86f
Add support for CMD + K search ( #3944 )
...
* Add command k input
* On Enter open the page
* chore: backend fix
* Refactor pages and add retrieval
* Group separation, no result handling and filtering
* Fix responsiveness of command menu
* Activate on CMD+K and focus
* Add icons to menu
* Add page filtering
* Add search icon in navigation
---------
Co-authored-by: Arik Chakma <arikchangma@gmail.com >
2023-05-20 23:20:11 +01:00
Kamran Ahmed
83057d65cd
Update content for prompt engineering
2023-05-20 12:15:37 +01:00
Kamran Ahmed
b886f20570
Add pdf for prompt engineering
2023-05-20 05:13:38 +01:00
Kamran Ahmed
dacd2d898b
Add prompt enginering roadmap
2023-05-20 05:12:33 +01:00
Kamran Ahmed
a2490efa80
Add content dirs for prompt engineering
2023-05-20 02:37:57 +01:00
Kamran Ahmed
e087b79ade
Add prompt engineering roadmap
2023-05-20 02:10:20 +01:00
Kamran Ahmed
10b1a8cb07
Add guide about resources for llms
2023-05-19 16:06:59 +01:00
Kamran Ahmed
f2c06462fa
Add assets for ambassador and GraphQL
2023-05-19 01:05:36 +01:00
Kamran Ahmed
ad7ba44a2e
Add pages JSON
2023-05-18 20:03:46 +01:00
Kamran Ahmed
7a72c96e79
Remove categroy field injection
2023-05-18 19:36:39 +01:00
Kamran Ahmed
d955044a3b
Add category levels to pages
2023-05-18 18:03:08 +01:00
Kamran Ahmed
b86fafd538
Update roadmap note
2023-05-18 16:23:12 +01:00
Abilio Castro
c52a4e6638
Adding link to Spring Boot roadmap from Java roadmap ( #3935 )
...
* Adding link to Spring Boot roadmap from Java roadmap
* Adding link to Spring Boot roadmap from Java roadmap
---------
Co-authored-by: Abilio Silva <asilva@descartes.com >
2023-05-18 15:47:11 +01:00
Kamran Ahmed
9d66da6bf9
Add store link in footer
2023-05-18 12:57:20 +01:00
Kamran Ahmed
4b76d0b7aa
Rearrange visual
2023-05-16 16:35:18 +01:00
Kamran Ahmed
626026eebc
Add guide about LLMs
2023-05-16 16:35:18 +01:00
Kamran Ahmed
fdd12acb8e
Add link to full stack roadmap
2023-05-15 19:51:14 +01:00
Kamran Ahmed
02015826ff
Update related roadmaps
2023-05-15 14:51:45 +01:00
Kamran Ahmed
5d07ce32d8
Change color for skipped
2023-05-14 14:57:51 +01:00
Mohammad Ostadi
3967b16d25
Fix wrong backend and devops links ( #3919 )
2023-05-14 13:09:38 +01:00
Kamran Ahmed
f325183691
Add keydowns in updating progerss
2023-05-14 03:31:00 +01:00
Kamran Ahmed
a029850531
Change color of skipped
2023-05-14 03:12:28 +01:00
Kamran Ahmed
d3d2ae5889
Refactor update topic progress functionality
2023-05-14 03:05:54 +01:00
Kamran Ahmed
4a049b2a7a
Skip colors
2023-05-14 02:53:07 +01:00
Kamran Ahmed
fd349f2da8
Allow skipping
2023-05-14 02:41:04 +01:00
Kamran Ahmed
f338bd5ecb
Refactor progress button
2023-05-13 12:44:14 +01:00
Kamran Ahmed
a3470cd844
Fix flickering issue on the profile pages
2023-05-12 22:38:14 +01:00
Kamran Ahmed
f4635d794f
Refactor buttons
2023-05-12 17:26:37 +01:00
Kamran Ahmed
426fe44dc8
Add content for full stack roadmap
2023-05-12 14:14:45 +01:00
Kamran Ahmed
4ed39cec1a
Update monitoring
2023-05-12 13:07:46 +01:00
Kamran Ahmed
b1f0844546
Add github action sample
2023-05-12 12:57:35 +01:00
Kamran Ahmed
88aa7e4024
Add fullstack roadmap
2023-05-12 12:51:34 +01:00
Kamran Ahmed
471f6348f1
Add isNew flag to fullstack roadmap
2023-05-12 12:51:34 +01:00
Kamran Ahmed
9dfb70c941
Add fullstack roadmap
2023-05-12 12:51:34 +01:00
Zai Santillan
6fa7e0d1c0
Update twitter username ( #3907 )
2023-05-11 03:41:20 +01:00
Kamran Ahmed
5ccfa654ec
Add support for custom labels in ga
2023-05-10 01:18:23 +01:00
Kamran Ahmed
1c67068eab
Update twitter username
2023-05-09 15:39:50 +01:00
Kamran Ahmed
f5ff2a0823
Add contribution url to topic detail popup
2023-05-09 15:28:16 +01:00
Aman Tank
58503f67f3
Fix #3882 , resolves #3874 ( #3882 )
...
* F[ixed] Link in Content Delivery Networks #3881
* [Fixed] Typo #3881
* Delete package-lock.json
---------
Co-authored-by: Aman Tank <132202130+amanntank@users.noreply.github.com >
2023-05-09 15:24:21 +01:00
Kamran Ahmed
5dd0479caf
Add feature image
2023-05-09 11:47:07 +01:00
Kamran Ahmed
7441f1a203
Refactor avatar implementation
2023-05-09 03:36:29 +01:00
Arik Chakma
4d3ebb0ac6
chore: placeholder image
2023-05-09 03:36:29 +01:00
Arik Chakma
47d5716238
feat: upload profile picture
2023-05-09 03:36:29 +01:00
Kamran Ahmed
94d888a61e
Add avatar url config
2023-05-09 03:35:45 +01:00
bany
ddd43a1514
Add missing file android.pdf ( #3899 )
2023-05-09 02:22:52 +01:00
Kamran Ahmed
2cf94f981b
Resource progress functionality
2023-05-09 02:14:27 +01:00
Kamran Ahmed
f1973f63c2
Rename "Mark as Done" and "Mark as Pending"
2023-05-09 01:53:18 +01:00
Arik Chakma
dfb67e17d5
chore: in progress design
2023-05-09 06:21:39 +06:00
Arik Chakma
48239772f6
fix: removing classes
2023-05-09 06:04:47 +06:00
Arik Chakma
1cea9d0e13
chore: added pending state for topics
2023-05-09 06:02:41 +06:00
Kamran Ahmed
6591c36ef4
Add visit tracker to roadmap
2023-05-08 23:06:09 +01:00
Kamran Ahmed
41de9c47b0
Add partner images
2023-05-08 22:48:45 +01:00
Kamran Ahmed
0ba1a8a1d1
Rearrange scripts
2023-05-08 22:16:27 +01:00
Kamran Ahmed
6fcb153244
Fix invalid markdown language warnings
2023-05-08 21:12:34 +01:00
Kamran Ahmed
7a8d97b1cd
Refactor analytics
2023-05-08 21:06:33 +01:00
Kamran Ahmed
9e37076d0d
Add preconnect for ga and api
2023-05-08 20:59:57 +01:00
Kamran Ahmed
f8e5661353
Refactor perf issues
2023-05-08 20:54:56 +01:00
Kamran Ahmed
4d4cda6cac
Fix accessibility issues
2023-05-08 20:37:26 +01:00
Arik Chakma
8b528f39f2
fix: broken link ( #3897 )
2023-05-08 16:58:35 +01:00
Kamran Ahmed
e1a04b4a20
Update username
2023-05-08 14:36:21 +01:00
Kamran Ahmed
f0e8ffe565
Fix spelling mistake
2023-05-06 16:42:12 +01:00
Kamran Ahmed
f9c1e64235
Add docker roadmap to readme
2023-05-06 01:44:25 +01:00
Kamran Ahmed
0174c9156b
Fix formatting issue
2023-05-05 22:51:38 +01:00
Kamran Ahmed
2ee81e6ff3
Add docker roadmap
2023-05-05 22:49:57 +01:00
Kamran Ahmed
42ab5a3e9e
Add docker roadmpa
2023-05-05 22:49:57 +01:00
Kamran Ahmed
e9fa663410
Notify icon
2023-05-05 12:16:07 +01:00
Kamran Ahmed
2d17a267be
Refactor upcoming form
2023-05-04 18:18:44 +01:00
Arik Chakma
40371cdded
fix: notify for upcoming page ( #3887 )
...
* chore: upcoming login
* fix: subscribed button
2023-05-04 18:09:32 +01:00
Arik Chakma
6bb315a2fc
fix: featured items heading position ( #3837 )
2023-05-03 14:48:21 +01:00
Kamran Ahmed
fc2c9a1439
Remove sponsors and relevant codebase
2023-05-03 12:50:15 +01:00
Kamran Ahmed
b50935ecd6
Remove delay for sponsors
2023-05-03 04:09:09 +01:00
Kamran Ahmed
9b73d60c5d
Add support for multiple ads
2023-05-03 03:14:04 +01:00
Kamran Ahmed
504ee8cf5e
Add support for multiple ads
2023-05-02 20:48:01 +01:00
Kamran Ahmed
057bbddd9f
Add support for multiple ads
2023-05-02 20:48:01 +01:00
Joshua
4063979c2a
Fix typo ( #3797 )
2023-05-02 20:34:17 +01:00
Rita Bradley
da391fe9ed
Fix typos ( #3795 )
...
* Fix typos
- Add 's' to reason
- Change "it's" to is
- Remove unnecessary hyphen
* Fix typos
- change 'remove' to 'removing'
- change comma to semicolon
* Fix typos
- change "don't" to "doesn't"
- add "is" before "relied upon"
2023-05-02 20:33:33 +01:00
Kamran Ahmed
953ca9257c
Fix typo on homepage
2023-05-01 17:02:16 +01:00
Kamran Ahmed
396bedd319
Update sponsor banners
2023-05-01 16:50:59 +01:00
Edwin Manual
b6c8260faf
fix: Correct syntax error in Promise initialization example by adding space
2023-04-29 07:27:34 +05:30
The New Stack
e05269f117
Add TypeScript installation guide ( #3791 )
...
* Added 1 TNS Article
* Update src/data/roadmaps/typescript/content/100-typescript/102-install-configure/index.md
---------
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com >
2023-04-27 13:58:30 +01:00
Kamran Ahmed
77c7ca8835
Update badges
2023-04-27 12:41:08 +01:00
Kamran Ahmed
e877f5c610
Add code review best practices
2023-04-27 12:39:16 +01:00
Kamran Ahmed
42e1a79697
Update code review pdf
2023-04-26 21:12:09 +01:00
Kamran Ahmed
ce32cdc8a4
Update code review texts
2023-04-26 20:54:29 +01:00
Kamran Ahmed
e2a0bd23c0
Add best practice content
2023-04-26 17:44:02 +01:00
Kamran Ahmed
98f0ebde8b
Add code-review best practices
2023-04-26 17:17:39 +01:00
Kamran Ahmed
bc018f8b39
Add code review best practices
2023-04-26 15:57:32 +01:00
Kamran Ahmed
03bd478aaa
Add data aggregation command
2023-04-26 13:47:19 +01:00
Kamran Ahmed
67a8582c22
Fix overlapping login and videos
2023-04-24 18:07:51 +01:00
Kamran Ahmed
7533575df9
Update PgQ ( #3856 )
2023-04-24 15:29:21 +01:00
Kamran Ahmed
34fcd74d93
Update ad text
2023-04-21 20:27:52 +01:00
Kamran Ahmed
1558feb734
Update liblab link
2023-04-21 19:48:38 +01:00
Kamran Ahmed
bc4d9f9e2f
Add postgresql dba pdf
2023-04-19 22:11:00 +01:00
Kamran Ahmed
4142c7b51e
Compress postgresql json
2023-04-19 21:55:56 +01:00
Kamran Ahmed
e36a749223
Update postgresql roadmap
2023-04-19 21:55:22 +01:00
Kamran Ahmed
e69d9b4238
Add PEV2
2023-04-19 15:28:14 +01:00
Kamran Ahmed
3132a39816
Fix sponsor opener
2023-04-19 00:57:41 +01:00
Kamran Ahmed
03f9fa51ff
Update roadmap node
2023-04-18 14:36:54 +01:00
Kamran Ahmed
e2062aefe9
Update postgresql roadmap
2023-04-18 14:24:58 +01:00
Kamran Ahmed
855ba7bbfb
Add postgresql roadmap
2023-04-18 14:24:58 +01:00
Kamran Ahmed
ad71b6398d
Fix styling issue
2023-04-18 14:24:57 +01:00
Kamran Ahmed
0ea0629104
Add postgresql-dba content
2023-04-18 14:24:57 +01:00
Kamran Ahmed
8b2f12fcdd
Improve the content writing performance
2023-04-18 14:24:57 +01:00
Kamran Ahmed
e66bff74bf
Add postgresql-dba content
2023-04-18 14:24:57 +01:00
github-actions[bot]
58ea34bb49
chore: update sponsors ( #3821 )
...
Co-authored-by: kamranahmedse <kamranahmedse@users.noreply.github.com >
2023-04-17 15:01:32 +01:00
Kamran Ahmed
275c2c3c88
Add noindex pages
2023-04-17 00:57:20 +01:00
Kamran Ahmed
f13c29adad
Enable github auth
2023-04-14 21:17:49 +01:00
Kamran Ahmed
ec9f836a1f
Fix check icon
2023-04-14 20:56:24 +01:00
Kamran Ahmed
589d157be5
Disable github login for now
2023-04-14 20:16:38 +01:00
Kamran Ahmed
a2719bc771
feat: user accounts functionality ( #3813 )
...
* feat: integrate astro
* chore: login popup design
* chore: data-popup changed
* refactor: github and google button
* chore: signup page
* chore: login popup design
* chore: signup page design
* chore: auth divider
* feat: integrate astro
* chore: login popup design
* chore: data-popup changed
* refactor: github and google button
* chore: signup page
* chore: login popup design
* chore: signup page design
* chore: auth divider
* chore: login feature
* chore: login error message
* chore: added name in token decode return
* chore: use auth hook
* chore: logout vs login
* chore: download button link
* chore: account dropdown
* fix: dropdown z index
* chore: profile page
* Add missing content for backend roadmap
* Remove unused styles
* Add login with google
* chore: google login implementation
* chore: profile guard clause
* fix: button size
* chore: preact to astro components
* chore: preact to astro comp
* chore: github astro component
* chore: google login error handling
* chore: github login error handling
* chore: change password page
* chore: rename profile to password
* fix: change password rename
* chore: update profile page
* chore: setting sidebar
* fix: setting dropdown design
* chore: required indicator
* chore: change password form
* chore: update profile form
* chore: mobile navigation
* fix: form data empty error
* chore: email login and signup components
* chore: forgot password page
* chore: reset password page
* chore: verify account page
* chore: resend verification email
* fix: types in spinner
* chore: forgot password functionality
* fix: class -> className
* chore: reset password page
* chore: reset password functionality
* chore: login page
* fix: spacing for login and signup page
* refactor: email login form
* chore: astro spinner
* chore: pre-fill user data
* chore: dummy placeholder
* chore: forgot password link add
* fix: replaced constants
* chore: forgot password link
* chore: change password for social provider
* chore: internal pages guard
* chore: internal paths
* refactor: change password errors
* refactor: update profile errors
* chore: mark as done overlay
* fix: uncontrolled to controlled form
* fix: de-structure error
* chore: error messages
* fix: 401 error code redirect to login page
* chore: loading spinner accessibilities
* fix: remove spinner
* chore: keep spinner after success to redirect
* chore: keep the spinner
* style: resend email underline
* chore: chevron down account
* chore: roadmap pdf link download
* chore: roadmap pdf link download
* chore: best practices buttons
* fix: verify account text
* fix: topic overlay hide
* chore: base verify design
* chore: email verify page
* fix: div tag missing
* Formatting
* Refactor top navigation
* Prettier
* Update dependencies
* Refactor top navigation
* Refactor login button
* Remove captcha and add google scripts
* Refactor email sign up form
* Resend verfication email functionality
* Refactor verification pending page
* Add verify account functionality
* Update signup text
* Add login page
* Add login button in top nav
* Email login form
* Handle authenticatoin
* Show hide auth elements change
* Add ease-in on the guest elements
* Refactor logic for download and subscribe popups
* Add forgot password
* Rename fetch lib
* Add authentication popup
* Refactor logic for mark done and pending
* Handle logout
* Add route protection
* Popup opener to close the overlay
* Remember page when logging in
* Add reset password page
* Change placement of constant
* Update profile page
* Add update password form
* Update password page
* Update profile page
* Update design
* chore: toggle mark resource done api
* chore: toggle topic done
* chore: get user resource progress api
* fix: best practice topic toggle
* chore: fetch progress
* fix: query selector for topics
* Keep track of the old page before social login
* Update public api url
* Add user progress tracking
* Update topic done functionality
* Add progress loader
* Add page wide spinner
* Add spinner on setting pages
* Add fingerprint to user requests
* Use http wrapper instead of fetch
* Update fingerprint
* Minor improvements
---------
Co-authored-by: Arik Chakma <arikchangma@gmail.com >
2023-04-14 19:22:52 +01:00
Umair Raza
c5645299aa
Issues: Text not showing up properly #3796 ( #3802 )
2023-04-12 12:09:25 +01:00
Kamran Ahmed
6aac3f296c
Remove youtube banner from top
2023-04-08 13:57:32 +01:00
Haseeb Ansari
137635f11a
fix: wrong MAN explanation ( #3771 )
...
Co-authored-by: haseeb.ansari <haseeb.ansari@qordata.com >
2023-04-07 18:55:53 +01:00
Jens Rottiers
03f69c02c1
Fixed typo in the word tutorial
2023-04-06 10:08:45 +02:00
karthikeyantc
8487d2f443
Updated the Route Guard for Angular ( #3731 )
...
* Update 104-guards.md
Added the link for resolve route guard
* Update 103-router-events.md
Added the documentation for Router events.
---------
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com >
2023-04-05 17:35:19 +01:00
github-actions[bot]
a7bee1fea7
chore: update dependencies to latest ( #3744 )
...
Co-authored-by: kamranahmedse <kamranahmedse@users.noreply.github.com >
2023-04-05 17:34:13 +01:00
CMarghin
43292de507
Fix typo, replace Interface with Inference ( #3750 )
2023-04-05 17:32:51 +01:00
Sanjay Singha
bee30defb5
Add content for FVM ( #3759 )
...
* Adding content for FVM
* Update src/data/roadmaps/flutter/content/101-setup-development-environment/102-fvm.md
---------
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com >
2023-04-05 17:32:20 +01:00
Pedro Macedo
52649a2d3c
Change react docs link ( #3742 )
2023-04-05 17:31:04 +01:00
Salah Eddine Mebkhouti
be47ac6573
Update invalid link ( #3752 )
...
Co-authored-by: AIpills <x9one@pop-os.localdomain >
2023-04-04 14:09:15 +01:00
Arik Chakma
24ce27090e
Fix guide type ( #3754 )
2023-04-04 14:08:50 +01:00
Ehren Nwokocha
8dd0225720
Fix minor typo ( #3756 )
...
I replaced and with it in the Javascript versioning paragraph
2023-04-04 14:08:30 +01:00
Kamran Ahmed
9893e9f0a3
Add singlestore links
2023-04-03 22:33:03 +01:00
Kamran Ahmed
caf1cd0269
Minor update
2023-04-03 21:37:13 +01:00
Kamran Ahmed
d21c1f6d0d
Add sponsors
2023-04-03 19:15:10 +01:00
Kamran Ahmed
9d38cf7650
Add liblab content
2023-04-03 15:26:15 +01:00
Kamran Ahmed
d232d3bbd0
Update sponsors
2023-04-01 01:37:24 +01:00
Dimension
366d893df9
Fix invalid link ( #3734 )
...
Co-authored-by: Hitesh <hitesh.g@smarter.codes >
2023-03-30 18:20:01 +01:00
Kamran Ahmed
ff27561765
Remove unused styles
2023-03-30 18:17:27 +01:00
Kamran Ahmed
133642e05f
Add missing content for backend roadmap
2023-03-30 16:34:39 +01:00
Kamran Ahmed
7434ff71eb
Run prettier
2023-03-30 01:23:01 +01:00
Arik Chakma
d081ecf5b3
tooling: prettier for astro and tailwind ( #3732 )
...
* tooling: prettier for astro and tailwind
Prettier configuration for Astro component's formatting and Tailwind CSS class sorting.
* fix: single quote for props
2023-03-30 01:10:47 +01:00
Kamran Ahmed
d8a039690b
Add a button to join on discord
2023-03-28 17:53:48 +01:00
Rahul Saw
56f0df549d
Removed a link ( #3697 )
...
I think there is no need to use one more link for the exact same example.
The link that I have removed, redirects the user to the old react documentation which is already listed in this md file as "Reusing Logic with Custom Hooks".
2023-03-28 17:07:43 +01:00
Kamran Ahmed
b042161e29
Broken style of code
2023-03-28 17:04:21 +01:00
Kamran Ahmed
db273210fd
Fix broken build
2023-03-28 15:47:14 +01:00
Kamran Ahmed
9370e262c0
Add content for mongodb-aggreagtion
2023-03-28 15:35:11 +01:00
Kamran Ahmed
e0f9bc8456
Add mongodb content
2023-03-28 14:05:57 +01:00
Kamran Ahmed
af211ab129
Add related roadmaps
2023-03-27 23:12:06 +01:00
Kamran Ahmed
eab1fb31b2
Fix typo
2023-03-27 21:25:50 +01:00
Kamran Ahmed
c36fd71ec1
Add content for cyber-security roadmap
2023-03-27 21:20:39 +01:00
Kamran Ahmed
7d0e35d7ae
Update wireframing tools
2023-03-27 14:40:35 +01:00
Kamran Ahmed
59d881a77b
Update ux design roadmap description
2023-03-27 13:43:27 +01:00
Kamran Ahmed
b57e3ecc75
Add content for UX Design Roadmap
2023-03-27 13:26:14 +01:00
Kamran Ahmed
cd5c0c10a2
Add content to UX Design Roadmap
2023-03-27 12:49:19 +01:00
Kamran Ahmed
10a5e4c0ae
Add content to UX Design Roadmap
2023-03-27 12:41:38 +01:00
Kamran Ahmed
432983631d
Add content to UX Design Roadmap
2023-03-27 12:39:02 +01:00
Kamran Ahmed
29189062b9
Add content to UX Design Roadmap
2023-03-27 06:04:38 +01:00
Kamran Ahmed
84138d5049
Update prompt
2023-03-27 04:38:47 +01:00
Kamran Ahmed
c28ac4b078
Add content writing command
2023-03-27 04:11:34 +01:00
Kamran Ahmed
66bdbd7458
Automate the title creation in new roadmap content
2023-03-27 03:44:54 +01:00
Kamran Ahmed
907f820778
Rename roadmap/best-practice content to dirs
2023-03-27 03:08:19 +01:00
Kamran Ahmed
ec0a8a99ef
Add content to UX roadmap
2023-03-27 03:04:34 +01:00
Kamran Ahmed
a7a342c8e7
Add link to UX Design Roadmap
2023-03-26 22:03:50 +01:00
Kamran Ahmed
e0e26580fa
Add UX design roadmap pdf
2023-03-26 21:45:49 +01:00
Kamran Ahmed
f9d96d415f
Add ux-design roadmap
2023-03-26 21:45:49 +01:00
github-actions[bot]
e1c22932be
chore: update dependencies to latest ( #3720 )
...
Co-authored-by: kamranahmedse <kamranahmedse@users.noreply.github.com >
2023-03-26 00:14:53 +00:00
Chandresh Patidar
9dae1b3595
Update 114-never.md ( #3716 )
...
Replace a deprecated link with new link for `never` type documentation
2023-03-25 15:40:07 +00:00
Kamran Ahmed
cdb642c8d4
Update newsletter
2023-03-25 04:10:40 +00:00
Arik Chakma
71b43af862
fix: upcoming button overlap ( #3713 )
...
* docs: new resources for jsx and functional components
* fix: upcoming button overlap
2023-03-24 15:08:17 +00:00
github-actions[bot]
69dccb3fcc
chore: update dependencies to latest ( #3677 )
...
Co-authored-by: kamranahmedse <kamranahmedse@users.noreply.github.com >
2023-03-21 23:45:15 +00:00
Akshay Jagiasi
ca6ddb4654
How Bitcoin Blockchain actually work video added ( #3684 )
...
* How Bitcoin Blockchain actually work video added
* Delete package-lock.json
2023-03-21 23:44:28 +00:00
Ivan Kibala
0ac6fc70ff
Fix typo ( #3686 )
...
Fix typo
2023-03-21 23:42:54 +00:00
Sandro Fiorio de S. Júnior
5ddb021898
Add content to QA roadmap ( #3688 )
...
Co-authored-by: Sandro Fiorio <sandrofioriojr@gmail.com >
2023-03-21 23:42:38 +00:00
Julio Martins
d227603a59
feat: added description and content at FastAPI on Python Roadmap ( #3678 )
2023-03-20 19:41:49 +00:00
Yerkebulan
e0d70950ac
Fix ORM title ( #3682 )
...
Update title. Orms to ORMs
2023-03-20 19:39:28 +00:00
Kamran Ahmed
148bfd8736
Add guide on jump servers
2023-03-20 19:37:31 +00:00
Kamran Ahmed
648985cefc
Update font and page size for guide page
2023-03-20 18:13:13 +00:00
Kamran Ahmed
9321ac6aa1
Add guide on jump servers
2023-03-20 17:46:22 +00:00
Kamran Ahmed
170ab3a6cf
Update git resources
2023-03-20 17:46:22 +00:00
Shreyas Karanam
708fa31998
Fix typo in FAQ ( #3658 )
...
Removed multiple AWS listings
2023-03-18 21:41:47 +00:00
Aroyan
f83a1a6c3b
Update links to the latest React documentation ( #3675 )
...
* feat: add Set JavaScript content
* refactor: update links to the latest react documentation
This commit updates all links that referred to outdated(legacy) React documentation to the latest version
2023-03-18 20:39:05 +00:00
Lane Wagner
dc1d7ef226
Add the complete Docker course by Boot.dev to back-end and devops roadmaps ( #3676 )
2023-03-18 20:38:12 +00:00
Aroyan
808bd40cce
fix: update react docs to new url ( #3656 )
...
* feat: add Set JavaScript content
* fix: update react docs and remove beta docs
* update react docs url
2023-03-17 11:15:36 +00:00
Kamran Ahmed
45ce59b10d
Add guide for semantic HTML
2023-03-17 02:47:27 +00:00
wagslane
e3f41ec0e3
add updated HTTP networking course
2023-03-16 20:33:55 +00:00
Kamran Ahmed
4f821d0f1d
Add PDF and image for MongoDB roadmap
2023-03-16 20:32:14 +00:00
kamranahmedse
ec1283a5dc
chore: update sponsors
2023-03-16 20:27:49 +00:00
Kamran Ahmed
4da909d358
Add MongoDB roadmap link
2023-03-16 20:27:19 +00:00
Kamran Ahmed
0beb9ad239
Add MongoDB roadmap
2023-03-16 20:23:47 +00:00
Kamran Ahmed
c6213dde92
Update guides
2023-03-16 18:36:05 +00:00
Kamran Ahmed
3d655965f6
Add event tracking for done/pending
2023-03-16 02:09:26 +00:00
Kamran Ahmed
c5c2ee3b2c
Update events
2023-03-16 01:54:41 +00:00
Kamran Ahmed
cad0813eb6
Add event for roadmap switch
2023-03-16 01:05:11 +00:00
Kamran Ahmed
f9c1e6e0a2
Add event tracking for topic load
2023-03-16 00:58:10 +00:00
Kamran Ahmed
d3578756d4
Add event tracking for topic load
2023-03-16 00:53:02 +00:00
Kamran Ahmed
5fe506324a
Add article for secrets management
2023-03-15 23:05:33 +00:00
Kamran Ahmed
bc007dcc9b
Add article for DevOps language
2023-03-15 23:04:22 +00:00
Arthur Henrique
42a5d5bba6
feat: Include atlassian tutorials in git section ( #3557 )
...
Atlassian's Git Tutorials come across the beginning up to advanced tips on git usage, a great place to dive into its understanding
2023-03-14 08:56:02 +00:00
The New Stack
f908c5371d
Added TNS K8s Overview Page ( #3558 )
2023-03-14 08:53:46 +00:00
The New Stack
78964b9f65
Added TNS K8s Primer Article ( #3559 )
2023-03-14 08:53:25 +00:00
The New Stack
9f11de60ed
Added TNS K8s Explainer YouTube Video ( #3560 )
2023-03-14 08:53:09 +00:00
The New Stack
4ba28b702b
Added 2 TNS K8s Alternative Resources ( #3561 )
2023-03-14 08:52:39 +00:00
The New Stack
45c6fc873f
Added TNS K8s Deployment Tutorial ( #3562 )
2023-03-14 08:52:15 +00:00
The New Stack
23b7c21502
Added TNS Article for Cluster Deployment on Ubuntu ( #3564 )
2023-03-14 08:52:01 +00:00
The New Stack
d474d07ebb
Added 2 TNS Articles on K8s Managed Services ( #3563 )
2023-03-14 08:47:09 +00:00
The New Stack
7d08572d78
Added 2 TNS Articles Covering K8s Pods ( #3565 )
2023-03-14 08:46:28 +00:00
The New Stack
17fc85f893
Added TNS Article for K8s Sets ( #3566 )
2023-03-14 08:45:56 +00:00
github-actions[bot]
5ccba8d7c0
chore: update dependencies to latest ( #3576 )
...
Co-authored-by: kamranahmedse <kamranahmedse@users.noreply.github.com >
2023-03-14 08:45:14 +00:00
Alex Ivanovs
fefbb4f833
Updating resources for React Router ( #3586 )
...
I'm adding a link to a React Router cheatsheet/reference covering examples of various routes, including core components and routers introduced in v6.4.
2023-03-14 08:42:26 +00:00
The New Stack
bcbc9c9d54
Added TNS Article for Building Stateful K8s Applications ( #3587 )
2023-03-14 08:40:47 +00:00
The New Stack
73d1d0e389
Added TNS Article About K8s as Universal Schedular ( #3588 )
2023-03-14 08:40:25 +00:00
The New Stack
14856560c3
Added TNS Article on K8s Ingress for Beginners ( #3589 )
2023-03-14 08:39:56 +00:00
The New Stack
b097395c07
Added TNS Article on Ingress Controllers for K8s ( #3590 )
2023-03-14 08:39:29 +00:00
The New Stack
929be729e5
Added TNS Article on K8s Networking ( #3591 )
2023-03-14 08:39:07 +00:00
The New Stack
1eb8fab15e
Added TNS Article on CRD and ConfigMaps ( #3592 )
2023-03-14 08:38:49 +00:00
The New Stack
51233c8011
Added TNS Article on Secrets Management ( #3593 )
2023-03-14 08:38:26 +00:00
The New Stack
0081e9059c
Added 2 TNS Articles on Resource Types, Requests, Limits ( #3594 )
2023-03-14 08:38:02 +00:00
The New Stack
4e66148777
Added TNS Article on Namespaces ( #3595 )
2023-03-14 08:37:48 +00:00
The New Stack
18e430be0b
Added TNS Article on Choosing Monitoring Tools ( #3596 )
2023-03-14 08:37:22 +00:00
The New Stack
e39d0d93e0
Added 5 TNS Articles on K8s Access Control ( #3605 )
2023-03-14 08:37:05 +00:00
The New Stack
9260dc36b5
Added 3 TNS Articles on K8s Network Security ( #3606 )
2023-03-14 08:36:16 +00:00
The New Stack
f5f846ed73
Added 2 TNS Articles on Container and Pod Security ( #3607 )
2023-03-14 08:35:55 +00:00
The New Stack
7518d60013
Added 2 TNS Articles on K8s Security Scanning ( #3608 )
2023-03-14 08:35:31 +00:00
Kamran Ahmed
59d9674d75
Add guide about SSL certificates
2023-03-13 21:49:49 +00:00
Kota Hayashi
16fb03086e
Add riverpod desc ( #3599 )
...
* Add riverpod desc
* Update src/data/roadmaps/flutter/content/111-state-management/102-riverpod.md
---------
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com >
2023-03-13 20:37:19 +00:00
Kamran Ahmed
c0f46c5eed
Add support for ads on best-practices
2023-03-13 18:04:20 +00:00
Kamran Ahmed
b5b8b92791
Update sponsors workflow
2023-03-13 18:02:15 +00:00
kamranahmedse
8f90dac32e
chore: update sponsors
2023-03-13 17:44:48 +00:00
Kamran Ahmed
e9f3a616d1
Add FAQs for DevOps
2023-03-10 01:05:41 +00:00
Kamran Ahmed
c28ed87247
Compress json
2023-03-09 17:07:04 +00:00
Kamran Ahmed
53fb6313db
Add link to AWS best practices
2023-03-09 17:05:42 +00:00
Kamran Ahmed
cc933b238d
Add best practices for AWS
2023-03-09 16:54:50 +00:00
github-actions[bot]
48fba932b4
chore: update dependencies to latest ( #3530 )
...
Co-authored-by: kamranahmedse <kamranahmedse@users.noreply.github.com >
2023-03-06 18:20:40 +00:00
Kamran Ahmed
9961259ffb
Fix typo
2023-03-04 23:58:23 +00:00
Kamran Ahmed
cab2054c1d
Add related roadmaps to each roadmap page
2023-03-04 23:55:14 +00:00
Kamran Ahmed
d34affb420
Add related roadmaps to each roadmap page
2023-03-04 23:51:40 +00:00
Kamran Ahmed
ee4f0980bc
Link to best practices from roadmaps
2023-03-04 18:43:28 +00:00
Kamran Ahmed
37fdd010a8
Add Cyber Security roadmap
2023-03-04 18:28:18 +00:00
Kamran Ahmed
aa04c51a12
Add PDF url
2023-03-04 18:27:35 +00:00
Kamran Ahmed
7993f12d12
Add content for certs and ctfs
2023-03-04 18:27:03 +00:00
Kamran Ahmed
1a3265295c
Add directories for content
2023-03-04 18:27:02 +00:00
Kamran Ahmed
238245431b
Add cyber-security roadmap
2023-03-04 18:27:02 +00:00
rakibulhaq
48c04055d5
Fix - Typo in 3rd line of migration strategies ( #3522 )
...
Solves the issue #3520
2023-03-03 09:00:15 +00:00
Kamran Ahmed
596b8f56ac
Update frontend beginner roadmap
2023-03-02 23:34:53 +00:00
Kamran Ahmed
45267693e2
Addevent on switch
2023-03-02 22:13:25 +00:00
Kamran Ahmed
f932df8627
Use query parameters for roadmap switching
2023-03-02 22:05:58 +00:00
Kamran Ahmed
8dcf4b00c4
Refactor frontend roadmap for beginners
2023-03-02 21:58:14 +00:00
Kamran Ahmed
cb32a9610d
Add beginner version of frontend roadmap
2023-03-02 19:19:34 +00:00
Kamran Ahmed
01c090f62d
Update renderer
2023-03-02 15:41:49 +00:00
Kamran Ahmed
60b1edcab9
Update event labels for sponsor links
2023-03-01 23:04:32 +00:00
Kamran Ahmed
d08887060f
Update sponsor workflow title
2023-03-01 02:39:52 +00:00
Kamran Ahmed
24a6c4930e
Update sponsors workflow
2023-03-01 02:31:18 +00:00
Kamran Ahmed
e57b889f73
Add script to update sponsors
2023-03-01 02:28:46 +00:00
Kamran Ahmed
c5d14d2543
Update dependencies
2023-03-01 02:22:49 +00:00
Kamran Ahmed
4f0b08ea93
Add sponsor action
2023-03-01 02:19:56 +00:00
github-actions[bot]
47e2dbdd12
chore: update dependencies to latest ( #3445 )
...
Co-authored-by: kamranahmedse <kamranahmedse@users.noreply.github.com >
2023-03-01 01:27:31 +00:00
Kamran Ahmed
f1ad70acd9
Update backend, js and python
2023-03-01 00:40:28 +00:00
Kamran Ahmed
ac230bbf29
Add sponsor links on the roadmaps
2023-03-01 00:40:28 +00:00
prchann
d0861711ac
Fix a link issue in markdown ( #3508 )
2023-02-28 19:20:46 +00:00
Amin Rezaei
74b2dda7f7
Fix heading for content file ( #3509 )
...
Removed unnecessary heading <code> tag.
2023-02-28 19:17:36 +00:00
Kamran Ahmed
2b49fa3182
Add responsive widgets
2023-02-28 19:16:46 +00:00
Kamran Ahmed
e2a8240e35
Add FVM
2023-02-28 19:12:05 +00:00
Kamran Ahmed
a7f45c0af1
Fix some flutter nodes not clickable
2023-02-28 17:31:39 +00:00
Kamran Ahmed
77a6270bd7
Update flutter roadmap
2023-02-28 17:29:47 +00:00
Kamran Ahmed
64d3ad662c
Add riverpod and remove getx
2023-02-28 17:18:41 +00:00
Kamran Ahmed
c8b8e12b64
Add guide for database setup
2023-02-27 10:56:39 +00:00
Tobias Uhmann
8f94a5887e
Update 101-jdbc-template.md ( #3478 )
...
Clarify in the first sentence that "the JDBC core package" is about Spring
2023-02-25 18:49:54 +00:00
Aroyan
00b6217e63
feat: add urql content ( #3483 )
2023-02-25 18:49:33 +00:00
João
1a0d7463eb
Add Interactive Git Branching Guide by pcottle ( #3486 )
...
Github repo of added resource: https://github.com/pcottle/learnGitBranching
2023-02-25 18:49:20 +00:00
Olusola Amoo
983ee44632
fix(blockchain-content): Fix typo in roadmaps > blockchain > security > tools content ( #3489 )
2023-02-25 18:49:03 +00:00
Olusola Amoo
f393cb186e
fix(blockchain-content): fix typo in blockchain solidity content ( #3490 )
2023-02-25 18:48:45 +00:00
devwithsmf
70edfb0ac2
Adding content to Kubernetes Roadmap ( #3477 )
...
* Update 100-kubernetes-overview.md
* Update 101-why-kubernetes.md
* Update 102-key-concepts-terminologies.md
* Update 103-kubernetes-alternatives.md
* Update index.md
* Update 100-installing-a-local-cluster.md
* Update 101-why-kubernetes.md
* Update 102-key-concepts-terminologies.md
* Update 103-kubernetes-alternatives.md
* Update index.md
* Update 100-installing-a-local-cluster.md
* Update 101-choosing-a-managed-provider.md
* Update 102-deploying-your-first-application.md
* Update index.md
* Update 100-pods.md
* Update 101-replicasets.md
* Update 103-statefulsets.md
* Update 103-statefulsets.md
* Update 104-jobs.md
* Update index.md
* Update 100-networking-and-pod-to-pod-communication.md
* Update 101-load-balancing.md
* Update 102-external-access-to-services.md
* Update index.md
* Update 100-config-maps.md
* Update 101-secrets.md
* Update index.md
* Update 100-setting-resource-requests-and-limits.md
* Update 101-assigning-quotas-to-namespaces.md
* Update 102-monitoring-and-optimizing-resource-usage.md
* Update 102-monitoring-and-optimizing-resource-usage.md
* Update index.md
* Update 100-role-based-acccess-control.md
* Update 101-network-security.md
* Update 102-container-and-pod-security.md
* Update 103-security-scanners.md
* Update index.md
* Update 100-logs.md
* Update 101-metrics.md
* Update 102-traces.md
* Update 103-resource-health.md
* Update 104-observability-engines.md
* Update index.md
* Update 100-horizontal-pod-autoscaler.md
* Update 101-vertical-pod-autoscaler.md
* Update 102-cluster-autoscaling.md
* Update index.md
* Update 100-scheduling-basics.md
* Update 101-taints-and-tolerations.md
* Update 102-topology-spread-constraints.md
* Update 103-pod-priorities.md
* Update 104-evictions.md
* Update index.md
* Update 100-csi-drivers.md
* Update 101-stateful-applications.md
* Update index.md
* Update 100-ci-cd-integration.md
* Update 101-gitops.md
* Update 102-helm-charts.md
* Update 103-canary-deployments.md
* Update 104-blue-green-deployments.md
* Update 105-rolling-updates-rollbacks.md
* Update index.md
* Update 100-custom-controllers.md
* Update 101-custom-schedulers-extenders.md
* Update 102-custom-resource-definitions.md
* Update 103-kubernetes-extensions-and-apis.md
* Update 104-own-cluster.md
* Update 105-control-plane-installation.md
* Update 106-managing-worker-nodes.md
* Update 107-multi-cluster-management.md
* Update index.md
* Update index.md
2023-02-25 18:46:21 +00:00
Bernd Hobbie
ed07d34d64
Move 'exclude' option in tsconfig.json out of 'compilerOptions ( #3479 )
2023-02-25 18:44:43 +00:00
Appasaheb Nage
831521ae10
Update tsconfig ( #3496 )
2023-02-25 18:44:12 +00:00
Kamran Ahmed
e29289f0dc
Add API Security PDF
2023-02-22 09:48:13 +00:00
Kamran Ahmed
0fd3eb0cc6
Add link to API Security Best Practices
2023-02-21 19:41:54 +00:00
Kamran Ahmed
f58a77010b
Add content for API security best practices
2023-02-21 19:37:35 +00:00
Kamran Ahmed
6303e31c0e
Add content for API security best practices
2023-02-21 19:22:15 +00:00
Kamran Ahmed
dfc2d39427
Add content to API security best practices
2023-02-21 15:48:03 +00:00
Kamran Ahmed
5e75026424
Add content to API security best practices
2023-02-21 15:39:34 +00:00
Kamran Ahmed
7a4c077a90
Add content for API security best practices
2023-02-21 15:16:15 +00:00
Kamran Ahmed
e45c49a404
Fix broken build
2023-02-21 12:44:44 +00:00
Kamran Ahmed
b6a0255f12
Change location for data files
2023-02-21 12:25:58 +00:00
Kamran Ahmed
b741a0e1ee
Add support for link-groups
2023-02-20 16:59:02 +00:00
Kamran Ahmed
8200993af4
Update subscription
2023-02-14 14:07:49 +00:00
Kamran Ahmed
5c1d803892
Fix mistake in constructor overloading
2023-02-13 14:19:30 +00:00
Natan Yellin
dcf0f94af9
Update 101-containers.md ( #3440 )
2023-02-10 21:03:58 +00:00
Artem Gontar
4ad8886aa0
fix: broken link to Circuit Breaker AWS WAF ( #3304 )
2023-02-10 18:39:44 +00:00
Lucas Soares
a1143cd6cb
Add content to Node.js roadmap ( #3305 )
2023-02-10 18:38:06 +00:00
mohd-e-mustafa
f130c706da
Add filtering content ( #3355 )
...
* Updated 100-filtering.md added content
* Update content
---------
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com >
2023-02-10 18:31:23 +00:00
mohd-e-mustafa
8068face54
Add rate-limiting content ( #3364 )
...
* Update 101-rate-limiting.md
* Update src/roadmaps/angular/content/101-rxjs-basics/104-operators/101-rate-limiting.md
---------
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com >
2023-02-10 18:27:15 +00:00
Benson Arafat
39866117a6
Update Nuxt resources ( #3365 )
...
The current version of nuxt is v3.
Update source to v3
2023-02-10 18:25:32 +00:00
mohd-e-mustafa
df7aa17f86
Add content for RxJS transformation ( #3369 )
2023-02-10 18:22:45 +00:00
payal pagariya
ee6572660b
Add resources for data structures ( #3374 )
...
Added resources related to stack, queue and recursion all implemented in JavaScript
2023-02-10 18:20:56 +00:00
Jorge Martin
9875a2d6f7
Fix spelling mistake ( #3378 )
2023-02-10 18:15:45 +00:00
Nikita Monastyrskiy
5b180e2597
Add content to globby ( #3432 )
2023-02-10 18:10:39 +00:00
Nikita Monastyrskiy
6f05972493
Add content to fs-extra ( #3433 )
2023-02-10 18:10:15 +00:00
Felipe Riveras
4bd182e4d0
Add MDN resources for hosting ( #3436 )
...
this articles explain very good the term and explain with clarity
2023-02-10 18:08:30 +00:00
Israni, Murli
68d319cacb
Fix spelling mistake ( #3439 )
2023-02-10 18:08:00 +00:00
Mohammad Morakabati
3e76df8d2a
Add gRPC resources ( #3429 )
2023-02-10 18:07:37 +00:00
Kamran Ahmed
9d69477947
Fix broken URLs
2023-02-10 17:55:18 +00:00
Kamran Ahmed
e0ead47fb1
Add kubernetes roadmap
2023-02-10 15:49:39 +00:00
Kamran Ahmed
253c88542f
Upgrade dependencies
2023-02-10 15:49:39 +00:00
andran777
5bca9834fb
Update Spring Boot scope content ( #3398 )
2023-02-08 17:42:45 +00:00
Jesse Chang
dde6e3d3df
Remove beego link ( #3403 )
...
* Update 100-beego.md
New official documentation website.
* Update src/roadmaps/golang/content/104-go-web-frameworks/100-beego.md
---------
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com >
2023-02-08 16:12:05 +00:00
Khushi Kothari
6fe8fee25f
Add MDN link to Asynchronous JavaScript ( #3404 )
...
* Update index.md
* Update src/roadmaps/javascript/content/112-javascript-asynchronous-javascript/index.md
---------
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com >
2023-02-08 16:09:55 +00:00
Hans Elde
f3622a1b1c
Fix the availability numbers ( #3410 )
...
* Update 102-availability-in-numbers.md
Updated downtime #s using https://uptime.is/
* Update src/roadmaps/system-design/content/105-availability-patterns/102-availability-in-numbers.md
* Update src/roadmaps/system-design/content/105-availability-patterns/102-availability-in-numbers.md
---------
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com >
2023-02-08 16:00:25 +00:00
Muhammad Kamal Fergany
a92bda38f4
Fix a typo in 103-load-balancer.md ( #3414 )
2023-02-08 15:58:18 +00:00
Kamran Ahmed
b194d167be
Make youtube banner non-sticky
2023-02-08 12:29:30 +00:00
Kamran Ahmed
ec04b582a6
Add note for feedback
2023-02-08 12:22:09 +00:00
Kamran Ahmed
f55159a12b
Update title for kubernetes page
2023-02-08 11:19:58 +00:00
Kamran Ahmed
938c7796d1
Update title for best practices pages
2023-02-08 11:19:58 +00:00
Paul Reichetanz
e04bd9db05
Fix typos in frontend/123-bonus-content.md ( #3423 )
2023-02-08 11:00:30 +00:00
Kamran Ahmed
7c837d14da
Add link to Kubernetes roadmap
2023-02-07 20:59:11 +00:00
Kamran Ahmed
cc05587d9e
Add kubernetes roadmap
2023-02-07 20:49:14 +00:00
Kamran Ahmed
2172014d6e
Add dimensions
2023-02-07 20:21:03 +00:00
Kamran Ahmed
98d43e76b7
Add kubernetes roadmap
2023-02-07 20:19:39 +00:00
Kamran Ahmed
7665970813
Add kubecampus snippet
2023-02-06 21:55:55 +00:00
Kamran Ahmed
d96e5890b9
Add content to TypeScript roadmap
2023-02-06 21:26:56 +00:00
Kamran Ahmed
659bd93094
Add content to TypeScript roadmap
2023-02-06 21:26:56 +00:00
syedmouaazfarrukh
a4dddfb19b
Adding content to 101-typescript-types
2023-02-06 21:26:56 +00:00
syedmouaazfarrukh
12a4be2227
Adding content to 104-undefined
2023-02-06 21:26:56 +00:00
syedmouaazfarrukh
9edcb35acb
Adding content to 115-type-assertions
2023-02-06 21:26:56 +00:00
syedmouaazfarrukh
1df4e4b836
Adding content to 111-utility-types
2023-02-06 21:26:56 +00:00
syedmouaazfarrukh
49e78cf1c0
102-type-inference, 103-type-compatibility, 110-decorators
2023-02-06 21:26:56 +00:00
syedmouaazfarrukh
a4a29b4efa
114-ecosystem
2023-02-06 21:26:56 +00:00
syedmouaazfarrukh
3e49e7f91d
113-modules
2023-02-06 21:26:56 +00:00
syedmouaazfarrukh
7627bc73b5
112-advanced-types
2023-02-06 21:26:56 +00:00
syedmouaazfarrukh
26eaa40dc1
Adding content to 109-generics
2023-02-06 21:26:56 +00:00
syedmouaazfarrukh
45a0b53d5f
Adding content to 108-classes
2023-02-06 21:26:56 +00:00
syedmouaazfarrukh
7bac3c3444
Adding content to 107-interfaces
2023-02-06 21:26:56 +00:00
syedmouaazfarrukh
62905bda7a
Adding content to 106-functions
2023-02-06 21:26:56 +00:00
syedmouaazfarrukh
179bf366cc
Adding content to 104-combining-types
2023-02-06 21:26:56 +00:00
syedmouaazfarrukh
59d47c5b1e
Adding content to 100-typescript
2023-02-06 21:26:56 +00:00
syedmouaazfarrukh
d23ea8e577
Adding content to 103-running-typescript
2023-02-06 21:26:56 +00:00
syedmouaazfarrukh
07f001f8be
Adding content to 102-install-configure
2023-02-06 21:26:56 +00:00
Kamran Ahmed
754a91acef
Fix invalid link
2023-02-06 15:09:55 +00:00
Kamran Ahmed
16c550211b
Fix invalid link
2023-02-06 15:08:33 +00:00
Kamran Ahmed
a56710c43d
Remove ambassador and tigera links
2023-02-02 00:11:20 +04:00
CodeGuage
00f94e031e
Add link to switch in JS Roadmap ( #3380 )
2023-01-31 20:56:37 +04:00
Tianzhou (天舟)
d1556c85df
docs: add PostGIS and Bytebase to the postgresql-dba roadmap. ( #3390 )
2023-01-31 20:55:55 +04:00
tim-laue
1885d6d304
Fix broken link ( #3381 )
...
Fixed broken link
2023-01-31 20:55:13 +04:00
Zanin Andrea
3b8c8316b3
Add HTTPs content ( #3384 )
...
I have added a brief explanation of how the HTTPS protocol works and a new resource to learn more
2023-01-31 20:54:30 +04:00
mohd-e-mustafa
034fd16a1f
Add combination content in RxJS ( #3385 )
2023-01-31 20:53:24 +04:00
Diego Kfuri
aa9bf2f263
fix typo in system designs roadmap ( #3395 )
2023-01-31 20:52:12 +04:00
syedmouaazfarrukh
6a5df98f4f
Add content to flutter roadmap ( #3389 )
...
* Adding content to 100-dart-basics
* Adding content to 102-setup-development-environment
* Adding content to 102-styled-widgets
* Adding content to 102-widgets
* Adding content to 103-working-with-assets
* Adding content to 105-repo-hosting-services
* Adding content to 106-design-principles
* Adding content to 107-package-manager
* Adding content to 108-working-with-apis
* Adding content to 102-firebase
* Adding content to 109-storage
* Adding content to 114-reactive programming
* Adding content to 115-dev-tools
* Adding content to 116-flutter-internals
* Adding content to 117-ci-cd
* Adding content to 118-analytics
* Adding content to 119-deployment
* Adding content to 110-advanced-dart
* Adding content to 111-state-management
* Adding content to 112-animations
* Adding content to 113-testing
* Adding content to 102-flutter-bloc, 101-flutter-outline
* Update src/roadmaps/flutter/content/100-dart-basics/104-operators.md
* Update src/roadmaps/flutter/content/101-setup-development-environment/101-ides/index.md
---------
Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com >
2023-01-31 20:49:28 +04:00
Kamran Ahmed
ea02c8835a
Add typescript roadmap reference in frontend roadmap
2023-01-31 14:23:18 +04:00
Kamran Ahmed
e13733a503
Add link to TypeScript roadmap
2023-01-31 04:28:24 +04:00
Kamran Ahmed
6f0ad58764
Add TypeScript roadmap ( #3391 )
...
* Add typescript roadmap
* Add typescript content
* Add typescript roadmap
2023-01-31 04:05:46 +04:00
Kamran Ahmed
f68c303ffa
Fix canonicals on best-practices topic page
2023-01-31 01:19:54 +04:00
Kamran Ahmed
b2c79ff395
Fix canonicals on topic pages
2023-01-31 01:15:13 +04:00