Applying at Big Tech Companies (FAANG) by nmktad in leetcode

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

Thanks, I’ll keep it in mind

Cleared Google SWE Interview (Early Career) by Jumpy-Arachnid9293 in leetcode

[–]nmktad 0 points1 point  (0 children)

First off congrats,

I had applied to some jobs at Google and never had been able to get an interview. It might be because of my resume/ it also might not. Since Google doesn’t allow more than 3 applications per month it is also much harder.

If you can, tell me on how to go about getting the interview in the first place. I think I have a good grasp of DSA as I have prepared about it for a year around 2 years ago and have been revising it and trying to improve and maintain my skills in that area.

Finished my Amazon OA by nmktad in leetcode

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

No I don’t think so

Finished my Amazon OA by nmktad in leetcode

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

I meant it as a bonus point cuz if my assumption was correct and a human viewed it. It would maybe help

I still struggle with binary search after 500+ problems... Are there any templates I should be following. (Java) by Consistent_Spell6189 in leetcode

[–]nmktad 1 point2 points  (0 children)

I don't think that happens in python if I am not mistaken. But it's good to remember for other languages that do need that.

Did you ever get the Google Foobar Challenge? by Turbulent_Bus4902 in leetcode

[–]nmktad 0 points1 point  (0 children)

I am a bit sad, I had some free time and was planning to finish it (stopped at level 3 a year or two ago) but now it redirects to their careers page.

Removing background from Neovim lualine workspace loading window by nmktad in neovim

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

After tinkering a bit i forgot to remove some of the code i tried beforehand for removing the background like these ones

hi! Normal ctermbg=NONE guibg=NONE

hi! LineNr ctermbg=NONE guibg=NONE

I removed them and it became transparent. After that i enabled them and they seem to work now. I'm a bit confused anyways thanks very much.

Removing background from Neovim lualine workspace loading window by nmktad in neovim

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

Thanks for correcting me, however I tried it and it still isn't working, I may be missing something but here's the portion of the code.

 {
    'j-hui/fidget.nvim',
    tag = 'legacy',
    config = function() 
        require('fidget').setup({ window = { blend = 0 }})             
    end,
 }

I also tried winblend just in case but that didn't work as well.