-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Supporting reading material #66
Comments
That's awesome! Thank you for sharing that! |
Documenting APIs: A guide for technical writers and engineers This is an excelent material too |
Thank you. @alexandraabbas and other folks, I am struggling to find a good resource for data structure and algorithms, Linux, serialisation. Additionally, I am not sure how much time I should be spending on each of these? There aren't any courses on data stack at this level. Suggestions? |
@ysgurjar it really depends upon where your skills are in terms of the interval of total skills as data engineering covers a wide swath of technology and experience level. Most of my work involves more scientific processing of data so I use linear algebra and matrix equations almost weekly. I'm looking at a book on my shelf and have eight books that I bought but really only use probably three or four.
|
@ysgurjar Thanks for your list! I heartily endorse these O°Reilly books:
I have thoroughly enjoyed 'Introduction to Design and Analysis of Experiments' by George W. Cobb, but would say this falls more into the realm of data science than data engineering. 'Beautiful Visualization' might feel outside of the data engineering umbrella, too, but helped me understand the use cases for different levels of time granularity, as it relates to how to best represent patterns and trends. This helped me decide when my materialization layers should offer up millisecond-level granularity, or when there is no need for per-event data, and the smallest period rollup can be a day. This book was also quite helpful for stepping into an "is this the most usable version for my tableau-utilizing analysts" perspective and stepping outside of my optimization-obsessed engineering perspective. |
I am a complete beginner who decided to follow the roadmap couple of months ago. Sharing a few books that helped me to get started.
I am a self learner who is looking forward to receiving further support on next steps.
The text was updated successfully, but these errors were encountered: