You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-7Lines changed: 16 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1572,10 +1572,12 @@ List of resources:
1572
1572
1573
1573
#### Python
1574
1574
1575
-
For Python feel free to checkout my [professional Python education repository](https://github.com/charlax/python-education).
1575
+
For Python check out my [professional Python education repository](https://github.com/charlax/python-education).
1576
1576
1577
1577
#### JavaScript
1578
1578
1579
+
In this repository: check [./training/front-end/](./training/front-end/)
1580
+
1579
1581
JavaScript is such a pervasive language that it's almost required learning.
1580
1582
1581
1583
-[mbeaudru/modern-js-cheatsheet](https://github.com/mbeaudru/modern-js-cheatsheet): cheatsheet for the JavaScript knowledge you will frequently encounter in modern projects.
@@ -2035,26 +2037,33 @@ More specific topics:
2035
2037
2036
2038
### Work ethics, productivity & work/life balance
2037
2039
2038
-
Check out this section on my [list of management resources, "Personal productivity"](https://github.com/charlax/engineering-management/#personal-productivity).
2040
+
Check out this section on my [list of engineering-management resources, "Personal productivity"](https://github.com/charlax/engineering-management/#personal-productivity).
2039
2041
2040
2042
### Web development
2041
2043
2044
+
In this repository: check [training/web-dev/](./training/web-dev/) and [./training/front-end/](./training/front-end/)
2045
+
2046
+
Learning guide and resources:
2047
+
2042
2048
-[grab/front-end-guide](https://github.com/grab/front-end-guide): a study guide and introduction to the modern front end stack.
- 🧰 [codingknite/frontend-development](https://github.com/codingknite/frontend-development): a list of resources for frontend development
2052
+
2053
+
Topics:
2054
+
2048
2055
-[136 facts every web dev should know](https://www.baldurbjarnason.com/2021/100-things-every-web-developer-should-know/)
2056
+
-[Maintainable CSS](http://maintainablecss.com/)
2057
+
-[Things you forgot (or never knew) because of React](https://joshcollinsworth.com/blog/antiquated-react)
2049
2058
-[Checklist - The A11Y Project](https://www.a11yproject.com/checklist/) for accessibility
2050
2059
-[DevTools Tips](https://devtoolstips.org/)
2051
2060
-[67 Weird Debugging Tricks Your Browser Doesn't Want You to Know](https://alan.norbauer.com/articles/browser-debugging-tricks)
2052
-
-[Web Browser Engineering](https://browser.engineering/index.html): this book explains, building a basic but complete web browser, from networking to JavaScript, in a couple thousand lines of Python.
2053
-
-[Things you forgot (or never knew) because of React](https://joshcollinsworth.com/blog/antiquated-react)
-[Web Browser Engineering](https://browser.engineering/index.html): this book explains how to build a basic but complete web browser, from networking to JavaScript, in a couple thousand lines of Python.
2054
2063
2055
2064
### Writing (communication, blogging)
2056
2065
2057
-
➡️ See also my [engineering-management list](https://github.com/charlax/engineering-management#writing)
2066
+
➡️ See also my [engineering-management list](https://github.com/charlax/engineering-management#writing)
- From the HN discussion: "Writing a couple of pages of design docs or an Amazon-style 6 pager or whatever might take a few days of work, but can save weeks or more of wasted implementation time when you realise your system design was flawed or it doesn't address any real user needs."
0 commit comments