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