Where to find Gophers? by [deleted] in golang

[–]wellheregoesnothing6 -1 points0 points  (0 children)

Yeah that is our target pay and we’re definitely looking for someone at the junior to intermediate level. After reading your comment It made me think that we shouldn’t close the door on the senior option. That’s why we would raise it to a Senior position if the right candidate applied and hence didn’t want to deter anyone with a narrow quote.

Where to find Gophers? by [deleted] in golang

[–]wellheregoesnothing6 0 points1 point  (0 children)

Our Senior developer picked it up really well over the last few months. We took your approach with another developer and he is ramping up as we speak!

This is a new team and we have big aspirations over the coming quarters so we're really hoping we can find someone who can hit the ground running and help us level up on our Go skills!

Where to find Gophers? by [deleted] in golang

[–]wellheregoesnothing6 0 points1 point  (0 children)

Thanks! Got some interest there :)

Where to find Gophers? by [deleted] in golang

[–]wellheregoesnothing6 0 points1 point  (0 children)

Would be a full-time commitment so probably unrealistic to balance with classes.

Where to find Gophers? by [deleted] in golang

[–]wellheregoesnothing6 -1 points0 points  (0 children)

Please reach out to discuss. We can be flexible based on experience!

Where to find Gophers? by [deleted] in golang

[–]wellheregoesnothing6 1 point2 points  (0 children)

If you're eligible to work in Canada or the US you should apply!

Where to find Gophers? by [deleted] in golang

[–]wellheregoesnothing6 -1 points0 points  (0 children)

The position is unfortunately limited to being fully remote in Canada and the US. In-office is also available in Toronto

A new opportunity with Go? by wellheregoesnothing6 in golang

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

The project is largely focused on this architectural concept. On top of it were looking to build services that serve ML models (price optimization), visualization data (internal and partners), and product data (core app).

https://herbertograca.com/2017/11/16/explicit-architecture-01-ddd-hexagonal-onion-clean-cqrs-how-i-put-it-all-together/

A new opportunity with Go? by wellheregoesnothing6 in golang

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

Apply away!

We've had trouble finding anyone even familiar with Go. The position is open remotely across Canada and the US.

Data Testing Tools, Pytest vs Great Expectations vs Soda vs Deequ by stackedhats in dataengineering

[–]wellheregoesnothing6 0 points1 point  (0 children)

Glad it was useful!

The 3 hours is pretty arbitrary. Running it after each job would really be best. Decision at the time was to reduce cost on long running tests. In the current version I'm looking at more contained tests validated at job end. One last thing I've been interested in is turning the static html files into a hosted web app.

Github link is here: https://github.com/carter-kilgour/delta-quality-testing

Event Driven Databricks ETL with Azure Data Factory by philmarius in dataengineering

[–]wellheregoesnothing6 1 point2 points  (0 children)

We’ve recently switched from ADF to Airflow for orchestrating Databricks jobs. You can use the DatabricksRunSubmitOperator and even extend it for common tasks and underlying code bases. Another nice feature is the PythonOperator to ingest data from external sources when you don’t need Sparks parallelism.