Skip to content

Commit 661f1c3

Browse files
refactoring and cleaning urls
1 parent 39e1075 commit 661f1c3

File tree

14 files changed

+92
-54
lines changed

14 files changed

+92
-54
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# These are supported funding model platforms
22

33
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4-
patreon: https://www.patreon.com/fabiocicerchia # Replace with a single Patreon username
4+
patreon: fabiocicerchia # Replace with a single Patreon username
55
open_collective: # Replace with a single Open Collective username
66
ko_fi: # Replace with a single Ko-fi username
77
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
List of great resources needed to expand the know-how and be on the right path to be a top-tier developer.
44

5+
[![Pull Requests](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?longCache=true)](https://github.com/fabiocicerchia/dev-learning-path/pulls)
6+
[![MIT License](https://img.shields.io/badge/License-MIT-lightgrey.svg?longCache=true)](LICENSE)
7+
![Last Commit](https://img.shields.io/github/last-commit/fabiocicerchia/dev-learning-path)
8+
![Release Date](https://img.shields.io/github/release-date/fabiocicerchia/dev-learning-path)
9+
10+
[![Follow me on twitter](https://img.shields.io/twitter/follow/fabiocicerchia.svg?logo=twitter)](https://twitter.com/fabiocicerchia)
11+
12+
Like this project? Please considering [Sponsoring Me](https://www.patreon.com/fabiocicerchia)!
13+
514
## Contents
615

716
- [Soft Skills](docs/soft-skills/README.md)
@@ -11,14 +20,14 @@ List of great resources needed to expand the know-how and be on the right path t
1120
- [Performance](docs/soft-skills/PERFORMANCE.md)
1221
- [Hard Skills](docs/hard-skills/README.md)
1322
- [Architecture & Infrastructure](docs/hard-skills/INFRASTRUCTURE.md)
14-
- [Communication Skills: UI/UX, Copy, SEO](docs/hard-skills/COMMUNICATION.md)
1523
- [Code Design](docs/hard-skills/DESIGN.md)
24+
- [Communication Skills: UI/UX, Copy, SEO](docs/hard-skills/COMMUNICATION.md)
1625
- [Industry Standards](docs/hard-skills/STANDARDS.md)
1726
- [Mix](docs/hard-skills/MIXED.md)
18-
- [PM](docs/hard-skills/MANAGEMENT.md)
19-
- [Performance](docs/hard-skills/PERFORMANCE.md)
2027
- [Programming Languages](docs/hard-skills/LANGUAGES.md)
28+
- [Project / Product Management](docs/hard-skills/MANAGEMENT.md)
2129
- [Security](docs/hard-skills/SECURITY.md)
30+
- [Web Performance](docs/hard-skills/PERFORMANCE.md)
2231
- [Mixed](docs/mixed/README.md)
2332
- [Books](docs/mixed/BOOKS.md)
2433
- [Communities & User Groups](docs/mixed/COMMUNITY.md)

docs/hard-skills/COMMUNICATION.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- [Learn the Basics of Color Theory to Know What Looks Good](https://lifehacker.com/learn-the-basics-of-color-theory-to-know-what-looks-goo-1608972072)
66
- [How Typography Affects Conversions](https://neilpatel.com/blog/how-typography-affects-conversions/)
77
- [whocanuse.com](https://whocanuse.com/)
8+
- [Can I use... Support tables for HTML5, CSS3, etc](https://caniuse.com/)
89

910
## Copywriting
1011

docs/hard-skills/LANGUAGES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,18 @@
33
- [Choosing a Programming Language](https://docs.microsoft.com/en-us/previous-versions/cc168615(v=msdn.10))
44
- [Pick your poison: choosing a programming language](http://www.readme.lk/busting-bubbles-ten-popular-programming-languages/)
55

6+
## CSS
7+
8+
- [CSS Diner](https://flukeout.github.io/)
9+
- [FLEXBOX FROGGY](https://flexboxfroggy.com/)
10+
611
## Javascript
712

813
- [The Cost Of JavaScript In 2018](https://medium.com/@addyosmani/the-cost-of-javascript-in-2018-7d8950fbb5d4)
14+
- [The Modern JavaScript Tutorial](https://javascript.info/)
915

1016
## Go
1117

1218
- [Algorithms with Go](https://algorithmswithgo.com/)
19+
- [Go by Example](https://gobyexample.com/)
20+
- [A Tour of Go](https://tour.golang.org/)

docs/hard-skills/MANAGEMENT.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
# Project Management
2-
3-
- [15 Project Management Quotes That Will Help You Stay Motivated](https://www.lifehack.org/articles/work/15-project-management-quotes-that-will-help-you-stay-motivated.html)
4-
5-
# Product Management
1+
# Project / Product Management
62

73
- [Your ultimate guide to Minimum Viable Product (+great examples)](https://blog.fastmonkeys.com/2014/06/18/minimum-viable-product-your-ultimate-guide-to-mvp-great-examples/)
84
- [15 Ways to Screw Up an IT Project](https://www.cio.com/article/2384088/15-ways-to-screw-up-an-it-project.html)
95
- [20 Product Prioritization Techniques: A Map and Guided Tour](https://foldingburritos.com/product-prioritization-techniques/)
106
- [How To Create a Minimum Viable Product](https://code.tutsplus.com/articles/how-to-create-a-minimum-viable-product--cms-22245)
117
- [Spikes, POCs, Prototypes and the MVP](https://medium.com/studio-zero/spikes-pocs-prototypes-and-the-mvp-5cdffa1b7367)
8+
- [15 Project Management Quotes That Will Help You Stay Motivated](https://www.lifehack.org/articles/work/15-project-management-quotes-that-will-help-you-stay-motivated.html)

docs/hard-skills/PERFORMANCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Performance
1+
# Web Performance
22

33
- [Front-End Performance Checklist 2020](https://www.smashingmagazine.com/2020/01/front-end-performance-checklist-2020-pdf-pages/)
44
- [Big List Of 20 Common Bottlenecks](http://highscalability.com/blog/2012/5/16/big-list-of-20-common-bottlenecks.html)

docs/hard-skills/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# HARD SKILLS
22

33
- [Architecture & Infrastructure](docs/hard-skills/INFRASTRUCTURE.md)
4-
- [Communication Skills: UI/UX, Copy, SEO](docs/hard-skills/COMMUNICATION.md)
54
- [Code Design](docs/hard-skills/DESIGN.md)
5+
- [Communication Skills: UI/UX, Copy, SEO](docs/hard-skills/COMMUNICATION.md)
66
- [Industry Standards](docs/hard-skills/STANDARDS.md)
77
- [Mix](docs/hard-skills/MIXED.md)
8-
- [PM](docs/hard-skills/MANAGEMENT.md)
9-
- [Performance](docs/hard-skills/PERFORMANCE.md)
108
- [Programming Languages](docs/hard-skills/LANGUAGES.md)
9+
- [Project / Product Management](docs/hard-skills/MANAGEMENT.md)
1110
- [Security](docs/hard-skills/SECURITY.md)
11+
- [Web Performance](docs/hard-skills/PERFORMANCE.md)

docs/hard-skills/STANDARDS.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,30 @@
11
# Standards
22

3+
## Versioning
4+
35
- [Semantic Versioning 2.0.0](https://semver.org/)
6+
7+
## Architecture
8+
49
- [PHP Framework Interoperability Group](https://www.php-fig.org/)
5-
- [Cloud Native Landscape](https://github.com/cncf/landscape)
610
- [Standards.REST](https://standards.rest/)
7-
- [AWS Well-Architected](https://aws.amazon.com/architecture/well-architected/)
811

912
## Coding Standards
1013

14+
- [Awesome Guidelines](https://github.com/Kristories/awesome-guidelines)
1115
- [SEI CERT C Coding Standard](https://wiki.sei.cmu.edu/confluence/display/c/SEI+CERT+C+Coding+Standard)
1216
- [Terraform best practices](https://www.terraform-best-practices.com/)
17+
- [JavaScript Style Guide](https://github.com/airbnb/javascript)
18+
19+
## Infrastructure
20+
21+
- [Cloud Native Landscape](https://github.com/cncf/landscape)
22+
- [AWS Well-Architected](https://aws.amazon.com/architecture/well-architected/)
23+
24+
## Security
25+
26+
- [ISO 31000:2018 Risk management — Guidelines](https://www.iso.org/standard/65694.html)
27+
- [ISO/IEC 27000:2018 Information technology — Security techniques](https://www.iso.org/standard/73906.html)
28+
- [Handbook for Computer Security Incident Response Teams (CSIRTs)](https://resources.sei.cmu.edu/library/asset-view.cfm?assetid=6305)
29+
- [INTERPOL Global Guidelines for Digital Forensics Laboratories](https://www.interpol.int/content/download/13501/file/INTERPOL_DFL_GlobalGuidelinesDigitalForensicsLaboratory.pdf)
30+
- [Framework for Improving Critical Infrastructure Cybersecurity Version 1.1](https://www.nist.gov/publications/framework-improving-critical-infrastructure-cybersecurity-version-11)

docs/mixed/COURSES.md

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
11
# Courses
22

3-
- [25 Killer Sites For Free Online Education](https://www.lifehack.org/articles/money/25-killer-sites-for-free-online-education.html)
4-
- [MOOC List](https://www.mooc-list.com/)
5-
- [27 ways to learn how to code on the cheap (or free)](https://thenextweb.com/dd/2017/04/03/so-you-want-to-be-a-programmer-huh-heres-25-ways-to-learn-online/)
6-
- [20 Places to Educate Yourself Online for Free](https://www.lifehack.org/articles/productivity/20-places-educate-yourself-online-for-free.html)
7-
- [19 Websites That Will Make You Smarter in Every Way](https://www.lifehack.org/articles/productivity/21-websites-that-will-make-your-smarter-every-way.html)
8-
- [Transform Your Life In One Month: The 30 Best TED Talks Of All Time That Will Inspire You](https://www.lifehack.org/articles/productivity/transform-your-life-one-month-the-31-best-ted-talks-all-time-that-will-inspire-you.html)
9-
- [17 Web Resources That Will Improve Your Productivity](https://www.businessinsider.com/web-resources-to-improve-productivity-2014-6)
10-
- [10 OpenCourseWare Sites for a Free Education](https://mashable.com/2013/08/06/opencourseware/)
3+
## Platforms
4+
5+
- [A Cloud Guru](https://acloud.guru/)
6+
- [Code.org](https://code.org/)
7+
- [Codecacademy](https://www.codecademy.com/)
8+
- [Coursera](https://www.coursera.org/)
9+
- [DataCamp](https://www.datacamp.com/)
10+
- [Linux Academy](https://linuxacademy.com/)
11+
- [MIT OpenCourseWare](https://ocw.mit.edu/index.htm)
12+
- [Pluralsight](https://www.pluralsight.com/)
13+
- [Skillshare](https://www.skillshare.com/)
14+
- [TEDEd](https://ed.ted.com/)
15+
- [Treehouse](https://teamtreehouse.com/)
16+
- [Udacity](https://www.udacity.com/)
17+
- [Udemy](https://www.udemy.com/)
18+
- [edX](https://www.edx.org/)
1119
- [DevTube - The best developer videos in one place](https://dev.tube/)
1220
- [Learn Code the Hard Way](https://learncodethehardway.org/)
13-
- [The 37 best websites for learning a new skill](https://www.businessinsider.com/the-37-best-websites-for-learning-a-new-skill-2015-8)
1421
- [Learn X in Y minutes](https://learnxinyminutes.com/)
1522

1623
# Certifications

docs/mixed/MIXED.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# MIXED
22

3+
# Collections
4+
5+
- [The Book of Secret Knowledge](https://github.com/trimstray/the-book-of-secret-knowledge)
6+
- [Starway to Orione: the Orione Team Learning Path](https://github.com/xpeppers/starway-to-orione)
7+
- [hacker-laws](https://github.com/dwmkerr/hacker-laws)
8+
39
# Startup
410

511
- [Startup Playbook](https://playbook.samaltman.com/)
@@ -20,16 +26,16 @@
2026

2127
# Etiquette
2228

29+
- [50 Amazing Office Etiquette Tips to Transform Your Company Culture](https://smallbiztrends.com/2017/06/office-etiquette.html)
30+
- [Netiquette](https://www.fau.edu/oit/student/netiquette.php)
31+
- [Seven principles of pair programming etiquette](https://itnext.io/seven-principles-of-pair-programming-etiquette-74a2b3b233b0)
32+
- [Developer Etiquette – Code Review and Pull Request Comments](https://gooroo.io/GoorooTHINK/Article/16363/Developer-Etiquette--Code-Review-and-Pull-Request-Comments/19614)
33+
- [Dev etiquettes that you must not ignore](https://codeburst.io/dev-etiquettes-that-you-must-not-ignore-619e1bb490b8)
34+
2335
# Tests
2436

2537
- [The Joel Test For Programmers (The Simple Programmer Test)](https://simpleprogrammer.com/joel-test-programmers-simple-programmer-test/)
2638

2739
# Lessons Learned
2840

2941
- [Learnings from 80 startup CTOs](https://medium.com/@fesja/learnings-from-80-startup-ctos-88ddb5f9c024)
30-
31-
# Mixed
32-
33-
- [The Book of Secret Knowledge](https://github.com/trimstray/the-book-of-secret-knowledge)
34-
- [Starway to Orione Coast](https://github.com/xpeppers/starway-to-orione-cloud)
35-
- [hacker-laws](https://github.com/dwmkerr/hacker-laws)

0 commit comments

Comments
 (0)