Live data from Hacker News

Viewing profile — quaiks

quaiks

HN member
Joined
Tue, Jun 03, 2014, 10:52 AM UTC
HN karma
3
Public activity
16 items

About quaiks

No profile information was provided.

Recent public activity

  1. story
    Ask HN: What kind of agreement should I sign?

    Hello all! I've been looking for a side project for a while, and finally, I applied to an angel.co offer for a CTO/founder/owner position. After the first interview, everything loo…

  2. story
    Ask HN: How do you deploy your software in multiple countries?

    Hello! We are moving our architecture to use containers instead of simple JARs. One step of our deployment process consists in copy the artifacts from a S3 bucket in Ireland to ano…

  3. story
    Microservices, or how to force programmers to write kinda decoupled code

    Hello everyone! We have been working at my company for a few months decoupling our 5 years old monolith to a bunch of 'micro' services (we are starting to drop the 'micro' part...)…

  4. story
    AWS, lost MFA and a new phone number

    Hello! I am using MFA in my root account in AWS but I've changed my phone number and device before deactivating the MFA validation. I am f*_!ed! I've called AWS support and they as…

  5. comment
    Comment #8508023

    A tree?? I can't see any tree.

  6. comment
    Comment #8497117

    Integer array. Applying the next rule, How many jumps are necessary for getting out of the array? Return -1 if never gets out. A[K] = M -> jump to -> A[K+M] = L I don't know If thi…

  7. comment
    Comment #8497097

    Arrays.binarySearch(...) And for a more in deep knowledge, Google. This is what I expect from a Java programmer. Hash tables... Hashtable vs HashMap? Classic one.

  8. comment
    Comment #8497076

    Good answer. I need a week for getting all my low-level tools sharpened for this kind of job. But I don't want this kind of job so.. Done.

  9. comment
    Comment #8493851

    Yes I totally understand but I think the nature of the problems to solve in Java are not related with this complex algorithms. I mean, I have been training myself in generics, OOP,…

  10. story
    Why asking complex low-level algorithms in a Java job interview?

    I can't understand why I am asked to resolve some tricky/stupid/unreal algorithm using Java in a job test. I am missing something?? I know that the code has to be as efficient as p…

  11. comment
    Comment #8417280

    Yeah we rocks...

  12. comment
  13. comment
    Comment #8330360

    Be careful! You have to start at the next line when you get to the vertical line dividing pages.

  14. comment
  15. story
    Ask HN: How do you read technical books?

    I was wondering how do you read technical books. Do you prefer paper book or eBook? Highlight text or underline? Do you use any special app? Any special summarizing technique? I li…

  16. comment
    Comment #8307631

    I am building just another AWS automation tool but hiding any AWS related concept. Integrating a lot of services like MongoDB, Redis, Cassandra and all this cool hyped stuff. APIs,…