-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
⛽ feat: add networking skills to roadmap #1
⛽ feat: add networking skills to roadmap #1
Conversation
Hi @alizademhdi jan, thanks for your contribution. That’s LGTM. I wonder if it can be placed under the general software engineering skills or it should be considered as a separate topic. What’s your opinion? |
Hey Mostafa. |
Approved. ✅ In case of agreement, please like this message. |
I'm not sure if knowing about VPNs and firewalls is a crucial skill a data engineer should have. |
@ShAlireza one thing to mention is that many organizations use MFA (Multi-Factor Authentication) to keep their infrastructure secure. If we consider the data engineers as data infrastructure providers, I think it seems reasonable for them having idea about general concepts of security like firewall. In terms of AWS, we have security groups that Data/DevOps engineers should be familiar with. |
Agree! |
roadmap.yaml
Outdated
- Protocols: | | ||
HTTP/HTTPS | ||
TCP/IP | ||
SSH | ||
DNS | ||
- VPN | ||
- Firewalls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The value of networking
should be key-value based (like dictionary) or list (valid yaml format).
@alizademhdi Please change this one if it is possible for you. One suggestion could be:
Networking:
Protocols:
- HTTP/HTTPS
- TCP/IP
- SSH
- DNS
Concepts:
- VPN
- Firewalls
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed :)
I think adding @alizademhdi |
b76074d
to
88757df
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well done!
add networking skills to roadmap