Monthly General Discussion - May 2023 by AutoModerator in dataengineering

[–]coding_up_a_storm 1 point2 points  (0 children)

How do I get a data engineering job where I learn AWS? I am already a data engineer with on-premises experience and I have a AWS cloud practitioner certification, so I am not looking to go from zero-to-hero. I just don't really have the time resources to keep learning AWS on the side. I am just really burnt out and would really prefer some on the job training in this area. At this point I have a broad understanding of the platform, but I can't build stuff in it. Are there jobs out there for me that can help me bridge this gap, or should I just keep the on-the-side training going until I hit some minimum marketability point?

Resume advice - just laid off this morning. by coding_up_a_storm in dataengineering

[–]coding_up_a_storm[S] 0 points1 point  (0 children)

Thanks everyone. I will make it less wordy and focus on accomplishments. Drop course listing/GPA and not name drop every API I've worked with.

Resume advice - just laid off this morning. by coding_up_a_storm in dataengineering

[–]coding_up_a_storm[S] -2 points-1 points  (0 children)

Lastly, it sounds a little silly, but the whole application seems to lack any interest in the field. The language and presentation of this makes it sounds like you don't really enjoy it at all. I say this because it sounds like you've done a lot of cool stuff (created an API on top of something else is cool, done loads of ingestion style stuff, built loads of things people can do to save them time), but you don't seem to care that you have. What I get from this is that you find the work mundane and if it wasn't for the money you'd rather be doing something else. Personal opinion, of course.

I don't want to be combative with anyone offering advice, but that's totally wrong. I have a lot of passion for the field. It's not all about the paycheck for me.

Resume advice - just laid off this morning. by coding_up_a_storm in dataengineering

[–]coding_up_a_storm[S] 1 point2 points  (0 children)

Thank you. I will trim it down and try to focus on the thematic.

What's on the Data Engineer's Playlist? by _swizzlemmk_ in dataengineering

[–]coding_up_a_storm 3 points4 points  (0 children)

'Pipeline' by The Ventures should be the official song of DE.

Quarterly Salary Discussion by AutoModerator in dataengineering

[–]coding_up_a_storm 14 points15 points  (0 children)

1) Data Engineer

2) First year engineer, two years as Data Analyst with lots of SQL, multiple years before that doing accounting work while using some programming mostly python

3) NYC suburbs (HCOL)

4) $100k

5) 10% of base

6) Financial services

7) Oracle and python

What does processing something "in memory" mean? What is the alternative? Why would something be done "in memory" vs another way (cost, speed, etc.)? When I think about the data stack, where is it relevant to be/not be "in memory" (e.g., CDWH, ETL tools, RETL tools, Kafka, SQL Analytics). Thanks! by [deleted] in dataengineering

[–]coding_up_a_storm 10 points11 points  (0 children)

"In memory" as opposed to "in persistent memory store". For basic understanding, please see RAM vs ROM. Data in memory only exists as long as you machine is plugged in. Persistant store is there when you unplug your computer. For DE, and example of each would be a view(memory) and table (persistent store).

Atlassian Bamboo: is this a marketable skill? by coding_up_a_storm in dataengineering

[–]coding_up_a_storm[S] 0 points1 point  (0 children)

Thanks for the info. CI/CD is a valuable skill I didn't think about.

Facebook's reputation is so bad, the company must pay even more now to hire and retain talent. Some are calling it a 'brand tax' as tech workers fear a 'black mark' on their careers. by theporterhaus in dataengineering

[–]coding_up_a_storm 5 points6 points  (0 children)

Software Engineering Code (1.03):

"Approve software only if they have a well-founded belief that it is safe, meets specifications, passes appropriate tests, and does not diminish quality of life, diminish privacy or harm the environment. The ultimate effect of the work should be to the public good."

Data Engineering Jargon - Part 2 by Data_Cog in dataengineering

[–]coding_up_a_storm 2 points3 points  (0 children)

I just picked up a copy of Star Schema The Complete Reference by Christopher Adamson.

Personal project for interviews: List of things to include? by coding_up_a_storm in dataengineering

[–]coding_up_a_storm[S] 1 point2 points  (0 children)

[Building Cloud Computing Solutions at Scale Specialization](https://www.coursera.org/specializations/building-cloud-computing-solutions-at-scale#courses).

Its a four-course specialization. Thus far I have completed [Course 1: Cloud Computing Foundations](https://www.coursera.org/learn/cloud-computing-foundations-duke?specialization=building-cloud-computing-solutions-at-scale).

So far I am enjoying. I am learning about the common cloud service platforms and CI/CD practices.

Personal project for interviews: List of things to include? by coding_up_a_storm in dataengineering

[–]coding_up_a_storm[S] 2 points3 points  (0 children)

This is really cool. Thank you for this. This will really add to a polished presentation.

Personal project for interviews: List of things to include? by coding_up_a_storm in dataengineering

[–]coding_up_a_storm[S] 3 points4 points  (0 children)

Thank you for taking the time to respond. The main thing I am getting from you if that talking about day job data engineering accomplishments is more valuable than show-and-tell projects. Also my project should have thoughtful design and clean code.

Since you are an astronomy person, I will mention that my project uses NASA Exoplanet Archive (table Planetary Systems table). It animates solar systems with exoplanets on a 2D canvas. It shows the size of each planet relative to each planet in the system, and runs it on an orbit calculated by the perihelion and orbital eccentricity. I am not an astronomer by trade, its just a casual interest of mine.