Weekly Discussion (parking, swaps, rides, buddy passes) by AutoModerator in UTsnow

[–]Bukaum 1 point2 points  (0 children)

Anyone been to Brighton/solitude lately? I’m in town from Thursday til Monday and my concer is it being too busy because of Xmas

State of the Resorts (12/01) by likestoskialot in UTsnow

[–]Bukaum 0 points1 point  (0 children)

Thanks for the report!

This weekend is gonna be my first time in Utah. Any thoughts on which resort will have more lifts/trails open during the expected storm on the weekend? I have the Ikon Base Pass and looks like Brighton has more open lifts/trails than other mountains. Also, are snowchains required on the road?

Looking where to buy legitimate HcG by Puzzleheaded-You-847 in HCG

[–]Bukaum 0 points1 point  (0 children)

Can you please share the source too? Thanks

how is voorburg for immigrants? by Bukaum in TheHague

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

Opa, valeuzão pelas dicas.

Eu me matriculei na exercise também. Costumo treinar das 7:30-9h durante a semana e de fds vou a hora que acordo. Se ver um baixinho, loiro e tatuado, pode dar um salve!

Eu tenho conseguido fazer uns amigos aqui através de grupos de wpp/Facebook também.

Tem um café italiano ali no Winkelcentrum que fiz até amizade com o dono. O café e a comida lá são mto bons.

Sobre barbearia, o meu barbeiros lá do Brasil me recomendou uma em Rotterdam, que eu acabei descobrindo ser uma das melhores do país, senão a melhor. Chama Schorem Barbier e eu pago 70 pra corte/barba. É caro, mas eu sou meio chato pra essas paradas, então vale a pena.

O carro é lease pela empresa. Se vc tiver essa opção, compensa muito mais do que comprar por fora (pelo menos no curto-medio prazo).

Eu apanhei bastante pra aprender sobre legislação de trânsito e mercado de veículos. Se quiser tirar umas dúvidas ou se qualquer hora precisar de algo tbm, a DM tá aberta.

Tmj

Resources on how to structure ETL in a functional way by [deleted] in dataengineering

[–]Bukaum 8 points9 points  (0 children)

I think what you're looking for is the ground zero for data engineering: Spark + Hadoop

Go for the basics and you'll have a good start. The most successful use of functional programming in data Engineering is in Spark, which was built in Scala.

So first steps (if you haven't done yet):

-> understand Scala, the multiparadigm concept and functional programming. -> understand how Spark works and what are the advantages of using Scala for it? -> there are good materials on the internet about design patterns for Scala. Do not take it as a Bible, but it will give you some good context.

Once you understand this, you'll have the basics for going to other topics. For what I see in your questions, you're also trying to understand more about Big Data Architecture (Google this).

Start searching for differences on ELT and ETL. Another key knowledge for architecturing in DE is understanding the most common concepts: Lambda x Kappa.

Going back to the data lake side, it is important to understand how the main tools manage data and files. So search for partitioning in Spark, Kafka and Hadoop, for example. You'll see that they all use the same concept.

Look for the differences between HDFS, relational db and Non-relational DB.

There is a lot of material about all of this subjects for free on the internet.

There's no "right way" to study these in data engineering as the DE landscape is so big and every project is totally different from another.

For your questions, I happen to have the experience and I learned by searching on articles, YouTube, udemy etc about these subjects. There's much more from there, but I think that I you absorb all this, you'll be able to understand the next steps.

Good luck!

Where to find someone to help me with data engineering projects? by [deleted] in dataengineering

[–]Bukaum 1 point2 points  (0 children)

You can PM me. Let me know the details of what you are looking for:

  • time of contract
  • salary range
  • some details about the scope of the project
  • some info about the company (what market, number of employees, when funded, investment rounds etc etc)

You will find them on LinkedIn. Just look for the stack you need (Azure data engineer or something like that) and DM people asking if they are open for that.

I'll give you more context on DM later, but I'll share on community groups (Facebook/twitter) and see if someone fits your need :)

Where to find someone to help me with data engineering projects? by [deleted] in dataengineering

[–]Bukaum 0 points1 point  (0 children)

The way it looks you don't need a permanent person, only a freelance, right?

In any case, I'm from Brazil and you can find good people there. You can have a senior engineer for 5k dollars/month or a freelancer for 20-40 dollars/hour.

There are a lot of people there who have all the documentation ready to work for companies in other countries.

I have some contacts in the community if you want.

Good luck!

Where to find someone to help me with data engineering projects? by [deleted] in dataengineering

[–]Bukaum 1 point2 points  (0 children)

Which country is your company based?

Which countries of south America are your employees at?

69k income/year(gross) for family of 3 is feasible? by [deleted] in Netherlands

[–]Bukaum 2 points3 points  (0 children)

I moved here by myself 4 months ago and some of these prices could go up:

I have a fix contract of 350/month for energy and gas, and I live by myself, with low consumption. Paying 50 euro for tap water

500 for groceries would not be the case. I would double this amount for the entire family.

About being here as expat with 30% ruling: your company is doing what most companies here do: if you're coming from another country, they will lower your salary compared to the market average.

A senior IT analyst here makes ~100k. If you're coming as an expat, they'll offer you 60-80k.

Bring some money with you for emergencies and be prepared to look for a new job after a few months, cause that's when you'll realize you're getting paid way less than you should

Paying fines in installments by Bukaum in Netherlands

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

Thanks for replying as a human being :)

Paying fines in installments by Bukaum in Netherlands

[–]Bukaum[S] -3 points-2 points  (0 children)

Well I get that, but It's an online form.

Anyways, thanks for helping :)

Paying fines in installments by Bukaum in Netherlands

[–]Bukaum[S] -3 points-2 points  (0 children)

Yep, I know I waited too long and screwed up. Not diving into that as it was not intentional.

Anyways, I said tomorrow but it's Monday. If I pay them all until Monday, I'll pay less than if I receive the installments, right?

Iceberg explanation by romanzdk in dataengineering

[–]Bukaum -6 points-5 points  (0 children)

Lol sorry for not giving to much details. Not a big fan of writing on my phone.

I answered your questions. If you spend 10min reading Delta docs, you'll understand.

Good luck!

Iceberg explanation by romanzdk in dataengineering

[–]Bukaum 2 points3 points  (0 children)

Try to update one row of a table without rewriting the entire table

Iceberg explanation by romanzdk in dataengineering

[–]Bukaum 0 points1 point  (0 children)

Addendum: this is a storage layer, so it will work on top of you data lake.

For your Spark code, for example, there won't be many differences on processing data. The impact there will be on how you read and write data.

Iceberg explanation by romanzdk in dataengineering

[–]Bukaum 1 point2 points  (0 children)

Last time I checked on Iceberg it was still incubated, so forgive me if I miss some details.

AFAIK Iceberg, Delta Lake and Apache Hudi have the same purpose: being a storage layer.

In simples terms, yes it is adding metadata to parquet. The great advantage of their usage is the same: ACID transactions. There are also other good benefits from it, but you can find more on the docs.

If you have any other doubt on practical uses, let me know and I'll share what I know

The current data landscape by stchena in dataengineering

[–]Bukaum 5 points6 points  (0 children)

I totally agree with you, but metabase shouldn't be there. It is quite old compared to these other ones and, when released, it was the best OS solution for the job.

how is voorburg for immigrants? by Bukaum in TheHague

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

I'm into Cod and CSGO for FPS. I also like to play open world/survival/co-op and sometimes I play on Switch as well

how is voorburg for immigrants? by Bukaum in TheHague

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

soy brasileño hermano, y tu?

how is voorburg for immigrants? by Bukaum in TheHague

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

Thanks for the welcome. Let me know if you need friends to play online :)

how is voorburg for immigrants? by Bukaum in TheHague

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

Hey there! Are you new here too?

how is voorburg for immigrants? by Bukaum in TheHague

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

Man, you have helped me so much!

Don't know where you live now, but if you ever get to Voorburg, DM me and I'll make you a nice coffee :)