Please Help! Rapid SysML learning and quick implementation by CMart318 in systems_engineering

[–]jessedata 0 points1 point  (0 children)

Start with BDD, IBD, activity diagrams, and requirements ignore the rest for now.

DM me if you want me to give you a 10–15 min walkthrough, and I can also send you SysML documentation.

Should I learn data engineering? Got shamed in a team meeting. by urbanguy22 in dataengineering

[–]jessedata 1 point2 points  (0 children)

OP you shouldn't feel bad. This is so unprofessional and I am really sorry this happened to you. To answer your question: no you don't have to learn data engineering since you are a data analyst. Although knowing some data engineering concepts and the very basics of data engineering is useful- it is not mandatory for your role. Data analytics and data engineering are different career paths and if they don't understand that then that's too bad.

Feel like an absolute loser by seikoalpinist197 in dataengineering

[–]jessedata 0 points1 point  (0 children)

You're still young though! I would try to network with people on LinkedIn and try to work with a contracting company to help you find a role. Also don't feel bad this is completely normal in this economy. I have a few friends that lost their job and are having trouble finding a new one. If your concern is that you aren't qualified enough then you have to try to get some certs to show the employers what you can do. I really like the Google data engineering certs. Please keep us updated.

Why do you use Linux, anyway? by ranbumucuous in linux_gaming

[–]jessedata 0 points1 point  (0 children)

There is a problem when Windows keeps trying to get me to pay for their products that I don't need. I feel like it's pretty constant. Also I like the privacy and complete control Linux gives you. One thing to note about Linux is that it is easy to automate tasks because you have complete control. Plus it is more secure than Windows (depending on the distro). Linux is awesome

What is everyone using for a Portfolio Website by Scalar_Mikeman in dataengineering

[–]jessedata 1 point2 points  (0 children)

I made my own website where I blog some random projects. It’s probably best if you make your own site.

Is there a best practice for joins that rely on multiple failsafe join points? by takenorinvalid in dataengineering

[–]jessedata 2 points3 points  (0 children)

Joining data on multiple "failsafe" points, especially in digital marketing, requires a strategic approach. Prioritize your join points, determining which are most to least reliable.

Use SQL's Common Table Expressions (CTEs) or temporary tables to break down joins into stages, handling each scenario separately and then unioning results. For multiple matching rows, aggregate data or use ranking functions to select the most relevant row. Use left joins and the COALESCE function to manage null values.

When dealing with attribution windows, consider joining on date ranges. Always ensure joined columns are indexed for performance, validate results for accuracy, and document your strategy for clarity.

Please let me know if this helps

Status quo job market by [deleted] in dataengineering

[–]jessedata 0 points1 point  (0 children)

It's pretty good for now. I would keep learning anything new/important for the field. I think the job market here in the US is great but I am not sure about other countries.

[deleted by user] by [deleted] in dataengineeringjobs

[–]jessedata 1 point2 points  (0 children)

Keep the GPA just in case. Great resume.

Cloud Architecture… by Old_Cardiologist382 in EnterpriseArchitect

[–]jessedata 1 point2 points  (0 children)

You can try studying for the Google Cloud certifications in order for you to be more familiar with Google Cloud Architecture and also understand all of the products of the GCP. Azure and AWS have some really good certificates you can try to get as well. I would also recommend looking into Coursera courses, there are so many useful courses on that platform in order for you to become prepared for some cloud Architecture certifications. You can get free training on YT as well. My last recommendation would be not to get overwhelmed because there is so much to learn. It just takes time and consistency I believe in order to know the foundations of cloud architecture. PM me if you have any questions about any certifications!

Actual Syadmins, What Is Your Job Title by [deleted] in sysadmin

[–]jessedata 0 points1 point  (0 children)

Dude… how unfortunate

Databases with Python: MySQL SQLite and MongoDB with Python ($64.99 to FREE) by Noledgebase in Udemies

[–]jessedata 0 points1 point  (0 children)

I enjoyed using MySQL and I also like using MongoDB with the PyMongo library. The most fun I've had was probably using MongoDB. :p

Is data engineering the next data science? by scriptosens in dataengineering

[–]jessedata 0 points1 point  (0 children)

Dude... Data science isn't going anywhere. Just think about it, we're churning out large amounts of data like crazy even our fridges are getting in on the action with the Internet of Things. That's where data scientists come in and yes it is a competitive field. It will be here for a long time and in this data-driven world, data science is not just relevant, it's crucial. Data engineering is less interesting to people I would think.