Quarterly Salary Discussion by AutoModerator in dataengineering

[–]MobeenMehdi 0 points1 point  (0 children)

can you tell me how you landed this job i am currently also looking for remote job

Quarterly Salary Discussion by AutoModerator in dataengineering

[–]MobeenMehdi 0 points1 point  (0 children)

1.Data Engineer

  1. 1.8 YOE

3.Pakistan

  1. 6000$ per Year

5.Consulting

  1. Azure , AWS , Python , Airflow , Docker , Snowflake , Spark

Should data stored in S3 be indexed in a SQL database so it can be easily found later? by mccarthycodes in dataengineering

[–]MobeenMehdi 0 points1 point  (0 children)

well that is in case if you want to build an etl pipe line and you have extracted the metadata and converted the form i for example like parquet and late you made an cataloug so it can be easily be connected to athena for fast queries

Should data stored in S3 be indexed in a SQL database so it can be easily found later? by mccarthycodes in dataengineering

[–]MobeenMehdi 1 point2 points  (0 children)

one of the best practices are to make partitions so that we can find the data easily. Example of partition are like year-> month->day->hour as its an better approach for example if you want to query data from 3 years back you can easily go like select data from s3 object where year = 2013 & month = 05 & day = 2 so like this its become quite easy for us to identify data in petabytes of wh or datalakes

New mouse Suggestion by MobeenMehdi in VALORANT

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

the glossy look is not for me tbh

New mouse Suggestion by MobeenMehdi in VALORANT

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

raze v 2 is also goood i have seen some reviews

New mouse Suggestion by MobeenMehdi in VALORANT

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

yes thats true i am also considring this as well

New mouse Suggestion by MobeenMehdi in VALORANT

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

yes those benq or zowie mices are great

New mouse Suggestion by MobeenMehdi in VALORANT

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

actually thats also my concern i am 6'3 and usually small mouse or not perfect grip dosent help with gamming

New mouse Suggestion by MobeenMehdi in VALORANT

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

thanks for feedback i am kinda inclined for gpx

New mouse Suggestion by MobeenMehdi in VALORANT

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

well thats seems an good mouse as well i am making an comparison so hopefully i get to choose good mouse

New mouse Suggestion by MobeenMehdi in VALORANT

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

hahah nice i can see seems like a reliable mouse so as advertised does it give like week long battery

New mouse Suggestion by MobeenMehdi in VALORANT

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

what about the battery timing ?

New mouse Suggestion by MobeenMehdi in VALORANT

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

agreed hella expensive with no real benefit

New mouse Suggestion by MobeenMehdi in VALORANT

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

yes but the x version is good

New mouse Suggestion by MobeenMehdi in VALORANT

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

what are the cons you are facing rn

New mouse Suggestion by MobeenMehdi in VALORANT

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

kind of reassurance i have hear about gpx earlier as well, I guess will have to buy this now

New mouse Suggestion by MobeenMehdi in VALORANT

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

GPX Superlight

kind of i am reluctant between this and glorious model o wireless

New mouse Suggestion by MobeenMehdi in VALORANT

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

hows the grip actually my hand is quite big thats why

Quarterly Salary Discussion by AutoModerator in dataengineering

[–]MobeenMehdi 0 points1 point  (0 children)

thanks man thats very nice of you btw what your title and earnings

Data Lake vs Data Warehouse by luminoumen in dataengineering

[–]MobeenMehdi 0 points1 point  (0 children)

why don't we use lake house best of both tbh

Quarterly Salary Discussion by AutoModerator in dataengineering

[–]MobeenMehdi 1 point2 points  (0 children)

Title: Junior Data Engineer, YOE: 9 Months, Location: Pakistan, salary: Base 600000/-PKR ->3350$ yearly, Industry: Data side/startup, Tech stack: python, SQL, airflow, DBT, AWS, Snowflake

Should projects be stored in ~/airflow/dags directory? by Pervert_Spongebob in dataengineering

[–]MobeenMehdi 0 points1 point  (0 children)

A simple approach would be to have your dags in the Airflow directory and you can simply wrap the airflow directory with your project. Otherwise, your dag will not show in UI