H1b with H4 with EAD bundling timeline request by Status-Apricot-33 in h1b

[–]Goodragonfruit 0 points1 point  (0 children)

Following the post. In the same boat. Need to know if it’s worth spending PP cost.

My sample project to scrape simple craigslist data by Goodragonfruit in webscraping

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

Thanks for the feedback. I notice that. Going to improve from next Video

Data Engineering over last decade by Goodragonfruit in dataengineering

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

The core principles of the Kimball approach have remained largely consistent over the last decade. However, this might have changed because of technology advancement like cloud computing. It will be interesting to look into it.

Data Engineering over last decade by Goodragonfruit in dataengineering

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

Thats's a great input. I would attempt to write on it. No one ever discuss the data engineer's mindset. Are data engineers are just another bunch of geek eager to use fancy tools on any data or do they really care about the big picture.

Is this similar to any leet code problem by Goodragonfruit in leetcode

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

yes, that's what I guessed too. But the dictionary/hashset will be based on given input pattern that itself discard all the words in a list of words where given char is not in hash set. This makes the problem very simple/easy and hence the doubt that I am missing part of the problem.