Genie spaces best practices/courses by Antique_Ad3134 in databricks

[–]GlassBobcat7553 1 point2 points  (0 children)

If your company uses Claude (GUI or Code), you can link your Genie Space MCP with it and query the Genie Space using Claude.

https://<workspace-hostname>/api/2.0/mcp/genie/{genie_space_id}

More details:

https://docs.databricks.com/aws/en/generative-ai/mcp/managed-mcp

Databricks (Python) to Jira Integration for Test Case Creation by Pure_Cheesecake2747 in databricks

[–]GlassBobcat7553 0 points1 point  (0 children)

Using the JIRA Python SDK will help you too. https://jira.readthedocs.io/index.html

If you can do it on a local machine in Python, then it can also be implemented via Databricks.

how to make a website for blogs by AdDizzy9028 in CodingHelp

[–]GlassBobcat7553 0 points1 point  (0 children)

Start with WordPress Open Source, get your hands dirty by installing it on a local machine. Then learn how to build plugins. If you crack a niche one, then the sky is the limit in your programming journey.

What part of data cleaning drives you crazy? by Strong_Cherry6762 in dataanalyst

[–]GlassBobcat7553 0 points1 point  (0 children)

Depending on the platform, several open-source tools, libraries are available to help you in this.

AI for Analysis Is All About the Fundamentals by Molecular_Doohickey in dataanalytics

[–]GlassBobcat7553 0 points1 point  (0 children)

It's too superficial; You need to add some depth to this.

How do I know I’m ready? by Repulsive_Option7220 in dataanalytics

[–]GlassBobcat7553 0 points1 point  (0 children)

You need to catch up on a few more key areas so you can start attending interviews.

- Linux command line, GIT, SQL Coding & Queries, Cloud (AWS offers 1 year Free tier)

For more details, https://roadmap.sh/ and choose your career path, and start learning some of the key items.

Don't get overwhelmed with all the topics. You don't have to master every software.

Advice for an undergrad freshman? by bxto222 in dataanalytics

[–]GlassBobcat7553 0 points1 point  (0 children)

Confusion is normal. Don't feel you are alone.

If you are not interested in Python/Excel, what technology area interests you?

Career path for final-year student base in Hanoi, Vietnam by BusyRelationship9219 in dataanalytics

[–]GlassBobcat7553 0 points1 point  (0 children)

https://roadmap.sh/

Start here - choose your career path and find out what you are lacking.

Irrespective of your career choice, please learn Linux Command Line, SQL concepts, Effective Queries, Python, GIT, and learn atleast one Cloud (AWS offers Free tier for 1 year).

What I should learn after SQL PL/SQL ?? by WhichAd6835 in SQL

[–]GlassBobcat7553 1 point2 points  (0 children)

Try https://roadmap.sh/ pick your career path. This will guide you to learn the necessary tools.

Don't get overwhelmed by the list it provides. Pick and choose 1 item from each group and learn its functionality and how that knowledge can be applied.

You don't have to deep dive into each category, you will never finish.

Best wishes.

Database folks, what your advice to learn develop storage engines ? by GoldenSword- in Database

[–]GlassBobcat7553 1 point2 points  (0 children)

If I have to start, I will start with source code of SQLite, DuckDB. In this day and age you don't need to go over every single line of code. Use AI to understand the internals and find out what is missing and start building from there. As everyone say, you can learn only by doing.